aboutsummaryrefslogtreecommitdiff
path: root/www/mod_jk2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on sparc64: fails to linkKris Kennaway2004-05-131-0/+4
| | | | Notes: svn path=/head/; revision=109054
* Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slaveClement Laforet2004-04-181-2/+2
| | | | | | | | | port. Forgotten by: clement Notes: svn path=/head/; revision=107409
* - mod_jk2 is now mod_jk 2.x branch.Clement Laforet2004-04-181-24/+45
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=107407
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-3/+3
| | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the new Apache bits from bsd.port.mk.Joe Marcus Clarke2003-11-071-5/+2
| | | | | | | Submitted by: dinoex Notes: svn path=/head/; revision=93294
* New port: mod_jk for apache2Edwin Groothuis2003-06-061-0/+40
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