| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
1.0b1_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 21:32:57
1.0b1_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Nov 2005 23:29:54
1.0b1
|
pav  |
- Add some SHA256 checksums |
05 Feb 2004 20:38:07
1.0b1
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
27 Jan 2004 20:51:07
1.0b1
|
trevor  |
Add SIZE. |
20 Feb 2003 16:49:55
1.0b1
|
knu  |
De-pkg-comment. |
22 Dec 2002 00:00:41
1.0b1
|
edwin  |
Original WWW-site doesn't exist anymore, reference to the MASTER_SITE now.
Noticed by: portsurvey |
19 Nov 2002 12:06:35
1.0b1
|
edwin  |
Make audio/wmcdplay building on -current again.
Noticed on: bento |
24 Sep 2002 12:44:50
1.0b1
|
alex  |
Don't try to build a manpage.
Submitted by: bento |
08 Sep 2002 22:14:54
1.0b1
|
kris  |
Fix build on -current (build/link C++ code with $(CXX)) |
25 Mar 2002 03:42:04
1.0b1
|
jedgar  |
#include <arpa/inet.h> for ntohl prototype.
Found by: bento |
30 Dec 2000 18:50:40 
|
sf  |
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
change maintainer to ports@ due to maintainer claims having not been
maintaining this port for a long time. |
08 Oct 2000 01:19:06 
|
asami  |
Convert category audio to new layout. |
03 Aug 2000 11: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. |