Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Nov 2019 18:07:22
2.5_2

|
zeising  |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
26 Dec 2016 11:59:12
2.5_2

|
rene  |
Reset ports per maintainer request.
PR: 215557
Submitted by: A.J. "Fonz" van Werven (maintainer) |
22 Nov 2014 18:42:44
2.5_2

|
antoine  |
Cleanup plist |
28 Jul 2014 23:20:38
2.5_2

|
adamw  |
Rename mail/ patch-xy patches to reflect the files they modify. |
31 Mar 2014 22:19:01
2.5_2

|
antoine  |
- Undeprecate, 1 user uses this port
- Stage support
- Pass maintainership to user (A.J. 'Fonz' van Werven) |
08 Mar 2014 22:26:22
2.5_2

|
antoine  |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained
since more than 12 years) |
21 Feb 2014 13:37:57
2.5_2

|
ehaupt  |
Remove trailing whitespaces from category mail |
10 Feb 2014 13:54:28
2.5_2

|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
20 Sep 2013 19:59:14
2.5_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
28 Jun 2013 22:06:54
2.5_2

|
bapt  |
Convert to USES=imake
Trim headers
Convert to USE_GCC=any where needed
Remove indefinite article |
03 Jul 2011 13:53:52
2.5_2
|
ohauer  |
- remove MD5 |
23 Jan 2009 16:28:36
2.5_2
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
22 Jul 2008 19:58:50
2.5_1
|
flz  |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self) |
19 Apr 2008 17:56:05
2.5_1 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
19 May 2007 20:32:57
2.5_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 May 2006 22:37:39
2.5
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
25 Nov 2005 15:31:02
2.5
|
pav  |
- Add SHA256 |
29 Jan 2004 07:24:56
2.5
|
trevor  |
SIZEify. |
20 Feb 2003 18:40:39
2.5
|
knu  |
De-pkg-comment. |
08 Sep 2002 08:55:42
2.5
|
kris  |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) |
22 Jun 2002 13:54:17
2.5
|
ijliao  |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39652
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> |
24 Dec 2001 02:17:17

|
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
05 Feb 2001 15:11:27

|
olgeni  |
Spaces->tabs in the mail category. |
08 Oct 2000 04:16:42

|
asami  |
Convert category mail to new layout. |
03 Aug 2000 10:28:58

|
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |