diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-24 01:06:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-24 01:06:28 +0000 |
commit | ac5616e6767eae958824f49bb1d650dde4f61d76 (patch) | |
tree | d90b4bc4d127cdccf334a4b55f245cc74c533db2 /www/apache13/Makefile | |
parent | Change guileobjc's directory. (diff) |
upgrade to 1.3.2
Notes
Notes:
svn path=/head/; revision=13373
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index d63c05b48052..197c3e1a761d 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,15 +3,15 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.59 1998/07/23 13:15:57 ache Exp $ +# $Id: Makefile,v 1.60 1998/09/20 23:55:38 ache Exp $ # -DISTNAME= apache_1.3.1 -PKGNAME= apache-1.3.1 +DISTNAME= apache_1.3.2 +PKGNAME= apache-1.3.2 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ -#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3.1/ +#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3.2/ MAINTAINER= ache@freebsd.org @@ -28,6 +28,7 @@ CONFIGURE_ARGS= \ --datadir=${PREFIX}/www \ --proxycachedir=${PREFIX}/www/proxy \ --libexecdir=${PREFIX}/libexec/apache \ + --with-perl=${PERL5} \ --without-confadjust \ --enable-shared=remain \ --enable-module=most \ @@ -39,7 +40,6 @@ OPTIM=-DHARD_SERVER_LIMIT=512 \ -DDEFAULT_PATH=\\"/bin:/usr/bin:${PREFIX}/bin\\" .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES -CONFIGURE_ARGS+= --disable-rule=STATUS OPTIM+= -DBUFFERED_LOGS CFLAGS+= -O6 -fomit-frame-pointer .endif |