| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
0.13.2_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
0.13.2_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
02 Dec 2006 12:48:16
0.13.2
|
rafan  |
- Respect X11BASE by handling theme installation in Makefile
Reported by: pointyhat |
23 Nov 2005 23:29:54
0.13.2
|
pav  |
- Add some SHA256 checksums |
27 Jan 2004 20:51:07
0.13.2
|
trevor  |
Add SIZE. |
20 Feb 2003 16:49:55
0.13.2
|
knu  |
De-pkg-comment. |
27 May 2001 03:59:31 
|
jim  |
Turn this over to ports@FreeBSD.org. I no longer have the time or desire to
maintain it. |
08 Oct 2000 01:19:06 
|
asami  |
Convert category audio to new layout. |
25 Sep 2000 14:21:43 
|
asami  |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
05 Sep 2000 05:43:11 
|
jim  |
Fix a buffer overflow in fak_parse_line. |
06 Aug 2000 22:27:12 
|
jim  |
Support CFLAGS/PREFIX properly. |
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. |