summaryrefslogtreecommitdiff
path: root/www/ap-jserv
diff options
context:
space:
mode:
authorjwise <jwise>2000-01-16 17:10:30 +0000
committerjwise <jwise>2000-01-16 17:10:30 +0000
commit6ca12b6aa32d512362f4a17a7ce2bd3a2e26f8c6 (patch)
tree11faa3bd12cc80bb1057f0e0769bd0a42c755619 /www/ap-jserv
parent4a587965d0daa8697835a5726de2a761aaf6508c (diff)
downloadpkgsrc-6ca12b6aa32d512362f4a17a7ce2bd3a2e26f8c6.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/Makefile6
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