diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 01:29:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 01:29:47 +0000 |
commit | 6eb544aed869305ee66fd5da8bf141014d6fdb26 (patch) | |
tree | 5cdb9a28b9a2b1a7df02b55e3028ec06e936df2d /www/apache20/files/patch-configure.in | |
parent | - Harden the OPTION processing to explicity enable/disable in BOTH cases. (diff) |
- Force devel/pcre and abandon the bundled pcre:
0) its like 7yrs old
0) the new version have speed,bug,&security fixes
0) www/apache22 already does this
0) www/apache23+ no longer bundle pcre [or apr* for that matter]
- Bump PORTREVISION
With Hat: apache@
Notes
Notes:
svn path=/head/; revision=253862
Diffstat (limited to 'www/apache20/files/patch-configure.in')
-rw-r--r-- | www/apache20/files/patch-configure.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/www/apache20/files/patch-configure.in b/www/apache20/files/patch-configure.in index 59149994f8c5..c09a104796f0 100644 --- a/www/apache20/files/patch-configure.in +++ b/www/apache20/files/patch-configure.in @@ -18,7 +18,19 @@ [--enable-layout=*|\'--enable-layout=*]) dnl We must be the last to build and the first to be cleaned AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util" -@@ -172,7 +172,7 @@ +@@ -124,11 +124,6 @@ + AC_PROG_CC + AC_PROG_CPP + +-echo $ac_n "${nl}Configuring PCRE regular expression library ...${nl}" +- +-APR_SUBDIR_CONFIG(srclib/pcre, +- [--prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --includedir=$includedir --bindir=$bindir]) +- + echo $ac_n "${nl}Configuring Apache httpd ...${nl}" + + dnl Absolute source/build directory +@@ -172,7 +167,7 @@ LIBTOOL="$my_libtool \$(LTFLAGS)" libtoolversion=`$my_libtool --version` case $libtoolversion in |