| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 09:11:38
1.2_2
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
20 Mar 2011 12:54:45
1.2_2
|
miwi  |
- Get Rid MD5 support |
19 Apr 2008 17:56:05
1.2_2  |
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) |
24 Mar 2008 23:21:25
1.2_2
|
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
19 May 2007 20:32:57
1.2_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
22 Jan 2006 21:24:05
1.2_1
|
edwin  |
SHA256ify
Approved by: krion@ |
09 Jul 2005 18:25:59
1.2_1
|
novel  |
Place tarball on MASTER_SITE_LOCAL to fix fetch.
Reported by: pointyhat via kris |
08 Mar 2005 07:38:35
1.2_1
|
novel  |
Use @freebsd.org address for my ports.
Approved by: krion (mentor) |
17 Aug 2004 21:25:20
1.2_1
|
krion  |
Add patches which contain some tweaks and new useful features
like i.e possibility to set up geometry.
Assign maintainership to submitter.
PR: ports/70576
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> |
21 May 2004 08:12:10
1.2
|
kris  |
Fix build on -current
Submitted by: luigi |
15 Apr 2004 10:17:00
1.2
|
kris  |
Reset bouncing maintainer address:
550 5.1.1 <rneswold@enteract.com>... User unknown |
31 Mar 2004 03:12:58
1.2
|
trevor  |
SIZEify (maintainer timeout) |
06 Feb 2004 13:12:53
1.2
|
trevor  |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
08 Nov 2003 21:19:15
1.2
|
arved  |
Fix build on recent CURRENT
Submitted by: brooks
Prodded by: Lukas Ertl |
21 Feb 2003 13:15:09
1.2
|
knu  |
De-pkg-comment. |
08 Oct 2000 07:19:09 
|
asami  |
Convert category net 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. |