| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Jul 2008 10:07:26
3.0_1
|
flz  |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self) |
19 Apr 2008 18:56:05
3.0_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
3.0_1
|
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 02:59:14
3.0
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Jan 2006 18:55:31
3.0
|
lesi  |
Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case. |
25 Nov 2005 19:09:52
3.0
|
pav  |
- Add SHA256 |
15 Jun 2005 03:42:14
3.0
|
lesi  |
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). |
19 Feb 2005 06:03:21
3.0
|
kris  |
Reset undeliverable maintainer address:
<shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1
<shanee@augusta.de>... User unknown (in reply to RCPT TO command) |
17 Aug 2004 11:22:39
3.0
|
kris  |
This now seems to build on 5.x |
31 Mar 2004 04:12:58
3.0
|
trevor  |
SIZEify (maintainer timeout) |
23 Dec 2003 08:48:31
3.0
|
linimon  |
Per bento logs, mark as broken on recent versions of 5.x due to imake
becoming confused. Possibly this is related to the gcc3.3 update that
broke so many ports. Informed maintainer. |
20 Nov 2003 15:06:15
3.0
|
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
3.0
|
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
21 Feb 2003 14:06:08
3.0
|
knu  |
De-pkg-comment. |
26 Oct 2002 02:13:25
3.0
|
kris  |
Fix build on -current (cope with removal of union wait)
Submitted by: mike |
24 Aug 2002 01:16:50
3.0
|
kris  |
Don't try and guess prototypes, that's what system headers are for.
This port is still broken on -current. |
23 Sep 2001 21:50:43 
|
dwcjr  |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists. |
28 Jan 2001 19:34:21 
|
dannyboy  |
Actually commit the new distinfo. |
28 Jan 2001 19:19:15 
|
dannyboy  |
Fix unfetchable distfile and chase checksum. Diff says tarball's contents
haven't changed. |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 08:56:00 
|
asami  |
Convert category x11 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. |