People who wants to use mod_jk with apache2 must use mod_jk-apache2
commit monthes ago.
PR: 56661
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Approved by: previous maintainer
Reviewed/updated by: clement
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.
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>
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>