| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
| |
PR: ports/64127
Submitted by: maintainer
Notes:
svn path=/head/; revision=103767
|
|
|
|
|
|
|
|
| |
PR: ports/60292
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes:
svn path=/head/; revision=95961
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now using LOCALBASE instead of PREFIX to tell the build
where to find libraries.
Add in missing dependency iconv.3.
PR: 56060
Submitted by: maintainer
Notes:
svn path=/head/; revision=87875
|
|
Application Programming Interface, used for communicating with
Windows CE devices.
PR: 53310
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Notes:
svn path=/head/; revision=86129
|