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)
This commit is contained in:
parent
37ad24f37e
commit
d13ca5ddf9
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache+ipv6
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -37,33 +37,33 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure.v6
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
||||
@ -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/\\" \
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -23,9 +23,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
@ -33,32 +33,32 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -23,9 +23,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
@ -33,32 +33,32 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -23,9 +23,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
@ -33,32 +33,32 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -23,9 +23,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
@ -33,32 +33,32 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \
|
||||
ftp://ftp.rge.com/pub/infosystems/apache/dist/ \
|
||||
ftp://apache.compuex.com/pub/apache/dist/ \
|
||||
@ -23,9 +23,9 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= apache_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ache@freebsd.org
|
||||
MAINTAINER= ache@freebsd.org
|
||||
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
@ -33,32 +33,32 @@ Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= \
|
||||
--prefix=${PREFIX} \
|
||||
--server-gid=nogroup \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-shared=remain \
|
||||
--enable-module=most \
|
||||
--enable-module=auth_db \
|
||||
--disable-module=auth_dbm
|
||||
|
||||
OPTIM=-DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
OPTIM= -DHARD_SERVER_LIMIT=512 \
|
||||
-DDOCUMENT_LOCATION=\\"${PREFIX}/www/data/\\" \
|
||||
-DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\"
|
||||
|
||||
.if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
OPTIM+= -DBUFFERED_LOGS
|
||||
CFLAGS+= -O6 -fomit-frame-pointer
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
CONFIGURE_ENV= OPTIM='${OPTIM}'
|
||||
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
MAN1= dbmmanage.1 htdigest.1 htpasswd.1
|
||||
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user