| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
15 Dec 2005 03:16:24
2001080415_2  |
lawrance  |
Remove expired ports. |
15 Nov 2005 06:52:12
2001080415_2  |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
09 Oct 2005 11:00:31
2001080415_2  |
simon  |
Mark as FORBIDDEN due to old unfixed security vulnerability, and set one
month EXPIRATION_DATE.
With hat: secteam |
10 Apr 2005 22:04:46
2001080415_2  |
kris  |
BROKEN on 4.x: Does not compile |
18 Sep 2004 18:08:50
2001080415_2  |
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
31 Mar 2004 03:12:58
2001080415_2  |
trevor  |
SIZEify (maintainer timeout) |
19 Mar 2004 13:40:21
2001080415_2  |
kris  |
BROKEN on ia64: Coredump during build |
14 Mar 2004 06:17:56
2001080415_2  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
04 Feb 2004 05:10:27
2001080415_2  |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
20 Nov 2003 15:06:15
2001080415_1  |
trevor  |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
20 Nov 2003 13:51:47
2001080415_1  |
trevor  |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
13 Nov 2003 13:30:42
2001080415_1  |
trevor  |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. |
03 Nov 2003 01:40:44
2001080415_1  |
edwin  |
Remove missing mastersite (NXDOMAIN) |
21 Feb 2003 13:15:09
2001080415_1  |
knu  |
De-pkg-comment. |
28 Jan 2003 12:45:03
2001080415_1  |
edwin  |
Fix maintainer email address
PR: ports/47454
Submitted by: Norio Suzuki <nosuzuki@postcard.st> |
05 Nov 2002 06:29:36
2001080415_1  |
mikeh  |
Oops...forgot to add this file in previous change. |
05 Nov 2002 06:25:18
2001080415_1  |
mikeh  |
Fix port to work with new xforms and fix plist.
PR: ports/41000 |
04 Jul 2002 09:20:30
2001080415  |
mikeh  |
Bump XForms lib. version. |
17 Jan 2002 14:18:17 
|
sf  |
o update to 2001080415. o respect CFLAGS. |
26 Feb 2001 03:24:26 
|
steve  |
Add category changes missed with ports/22495. |
21 Dec 2000 06:53:34 
|
will  |
Update to use TCL/TK 8.3. |
08 Oct 2000 11:23:49 
|
asami  |
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that
shouldn't have been necessary) and the string "/pkg/" appear. |
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. |
25 Jul 2000 02:03:25 
|
sada  |
Fix the compilation error. |