diff options
author | jwise <jwise@pkgsrc.org> | 2000-01-16 17:10:30 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-01-16 17:10:30 +0000 |
commit | 9f04c11de77ab161381b6585e6b2f7d65bbca262 (patch) | |
tree | 11faa3bd12cc80bb1057f0e0769bd0a42c755619 /www/ap-jserv | |
parent | 963b949ab202a3a96083dbaab48d0c3cd8406453 (diff) | |
download | pkgsrc-9f04c11de77ab161381b6585e6b2f7d65bbca262.tar.gz |
Two changes that come with mod_jserv-1.1:
1.) Apache Server 1.3.9 or higher is now needed
2.) Build with the Apache EAPI (--enable-EAPI), now that mod_jserv
supports it. This should make jserv run a little smoother and
saves a truly frightening `Warning: apache may crash' warning
when loading mod_jserv
Diffstat (limited to 'www/ap-jserv')
-rw-r--r-- | www/ap-jserv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-jserv/Makefile b/www/ap-jserv/Makefile index 89235cb6c5b..ec1ef872471 100644 --- a/www/ap-jserv/Makefile +++ b/www/ap-jserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/16 01:43:25 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/16 17:10:30 jwise Exp $ DISTNAME= ApacheJServ-1.1 PKGNAME= ap-jserv-1.1 @@ -8,7 +8,7 @@ MASTER_SITES= http://java.apache.org/jserv/dist/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://java.apache.org/ -DEPENDS+= apache-1.3.*:../../www/apache +DEPENDS+= apache-1.3.9:../../www/apache # yes, this needs _exactly_ version 2.0 DEPENDS+= jsdk-2.0:../../www/jsdk20 # For "apxs": @@ -23,7 +23,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/src/scripts/build/unix/ltconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs --with-jdk-home=${JAVA_HOME} \ --with-JSDK=${JSDK_HOME}/lib/jsdk.jar --with-logdir=/var/log/httpd \ - --with-servlets=${LOCALBASE}/share/httpd/servlets + --with-servlets=${LOCALBASE}/share/httpd/servlets -enable-EAPI .include "../../mk/bsd.pkg.mk" JSDK_HOME= ${JAVA_HOME}/jsdk |