| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
26 Aug 2011 03:31:13
0.13.2_1
|
miwi  |
- Fix MASTER_SITES
- Add LICENSE
PR: 160074
Submitted by: Ports Fury |
02 Aug 2011 05:06:07
0.13.2_1
|
bapt  |
Deprecate some port with no more public distfiles |
19 Mar 2011 12:38:54
0.13.2_1
|
miwi  |
- Get Rid MD5 support |
21 Dec 2009 02:19:12
0.13.2_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
19 Apr 2008 17: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 20: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 02:59:31 
|
jim  |
Turn this over to ports@FreeBSD.org. I no longer have the time or desire to
maintain it. |
08 Oct 2000 00:19:06 
|
asami  |
Convert category audio to new layout. |
25 Sep 2000 13:21:43 
|
asami  |
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined. |
05 Sep 2000 04:43:11 
|
jim  |
Fix a buffer overflow in fak_parse_line. |
06 Aug 2000 21:27:12 
|
jim  |
Support CFLAGS/PREFIX properly. |
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. |