diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 18:27:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 18:27:54 +0000 |
commit | 337c6b1297ecf0ce92e4814030662b8352b54ab4 (patch) | |
tree | b7f585bd5e2d200a0004ced04920ab0be7a7445a /www/ap-jk/Makefile | |
parent | 8757488bf5f26f41ea12d0d61cd79d3a80c7dceb (diff) | |
download | pkgsrc-337c6b1297ecf0ce92e4814030662b8352b54ab4.tar.gz |
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
Diffstat (limited to 'www/ap-jk/Makefile')
-rw-r--r-- | www/ap-jk/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-jk/Makefile b/www/ap-jk/Makefile index 6fbf491ceaf..0ecdba6305d 100644 --- a/www/ap-jk/Makefile +++ b/www/ap-jk/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2006/04/22 09:22:16 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2006/06/02 18:27:59 joerg Exp $ DISTNAME= jakarta-tomcat-connectors-${JK_VERSION}-src -PKGNAME= ap-jk-${JK_VERSION} +PKGNAME= ap13-jk-${JK_VERSION} JK_VERSION= 1.2.15 -PKGREVISION= 1 CATEGORIES= www java MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-${JK_VERSION}/ @@ -11,6 +10,8 @@ MAINTAINER= erh@NetBSD.org HOMEPAGE= http://jakarta.apache.org/tomcat/connectors-doc/ COMMENT= Apache connector for accessing Jakarta Tomcat +CONFLICTS= ap-jk-[0-9]* + WRKSRC= ${WRKDIR}/${DISTNAME}/jk/native APACHE_MODULE= YES BUILD_DEFS+= JK_ENABLE_JNI |