| 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
|
|
|
|
|
|
|
| |
(Part 1)
Notes:
svn path=/head/; revision=99918
|
|
|
|
|
|
|
| |
Submitted by: dinoex
Notes:
svn path=/head/; revision=93294
|
|
|
|
|
|
|
|
|
|
|
| |
Attempting to build mod_jk2 yields the following:
libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object
PR: ports/53934
Submitted by: Larry Lansing <lansil@fuzzynerd.com>
Notes:
svn path=/head/; revision=88520
|
|
This is a port-ification of mod_jk (a JSP connector module)
for Apache 2.x. It is based on the (rather outdated)
www/mod_jk port, which is an older version of mod_jk, and
only works with apache 1.3.
PR: ports/50828
Submitted by: Larry Lansing <lansil@fuzzilicious.fuzzynerd.com>
Notes:
svn path=/head/; revision=82362
|