summaryrefslogtreecommitdiff
path: root/www/apache13-ssl
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-08-22 03:41:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-08-22 03:41:05 +0000
commitd13ca5ddf922cea2fa9de7c73e52a99052dab9c5 (patch)
tree6f6f3517995662ae34fa6fb8516c1f2500c1c707 /www/apache13-ssl
parentFix CONFIGURE_ARGS (diff)
Cosmetic changes to reduce difference between apache13 ports.
(whitespace/tab, re-ordering, same $DISTNAME) This is preparation for ports/18788 updates. Approved by: adam@algroup.co.uk, sumikawa No response from: ache (sorry for stepping on your toes)
Notes
Notes: svn path=/head/; revision=31844
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r--www/apache13-ssl/Makefile24
1 files changed, 15 insertions, 9 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile
index 498013d6add0..dad49b24226c 100644
--- a/www/apache13-ssl/Makefile
+++ b/www/apache13-ssl/Makefile
@@ -48,7 +48,9 @@ USE_OPENSSL= RSA
.include <bsd.port.pre.mk>
-HAS_CONFIGURE= yes
+#
+# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
+#
.if !defined(OPENSSLINC)
OPENSSLINC= ${PREFIX}/ssl/include
@@ -59,20 +61,24 @@ CFLAGS+= -I${OPENSSLINC}/openssl
OPENSSLLIB= ${PREFIX}/ssl/lib
.endif
-CONFIGURE_ARGS= --prefix=${PREFIX} \
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= \
+ --prefix=${PREFIX} \
+ --server-gid=nogroup \
+ --with-perl=${PERL} \
--with-layout=GNU \
- --sysconfdir=${PREFIX}/etc/apache \
- --includedir=${PREFIX}/include/apache \
- --localstatedir=/var \
- --datadir=${PREFIX}/www \
--suexec-docroot=${PREFIX}/www/data \
- --proxycachedir=${PREFIX}/www/proxy \
- --libexecdir=${PREFIX}/libexec/apache \
--without-confadjust \
--enable-shared=remain \
--enable-module=most \
--enable-module=auth_db \
- --disable-module=auth_dbm
+ --disable-module=auth_dbm \
+ --sysconfdir=${PREFIX}/etc/apache \
+ --includedir=${PREFIX}/include/apache \
+ --localstatedir=/var \
+ --datadir=${PREFIX}/www \
+ --proxycachedir=${PREFIX}/www/proxy \
+ --libexecdir=${PREFIX}/libexec/apache
OPTIM= -DHARD_SERVER_LIMIT=512 \
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \