diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-04-04 09:20:21 +0000 |
commit | 2cee0c25ff8d89399897cac7c1dcb1444b2f79d3 (patch) | |
tree | b8af981bc9d3d6808bfc8842257bfae900b60870 /lang/php4/files/patch-scripts::phpize.in | |
parent | - Update to 0.991, aka 1.0beta1 (diff) |
Update PHP ports to 4.3.11 and 5.0.4 releases:
- fix security issues
- unbreak PEAR packages [1]
PR: ports/78516 [1]
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1]
Tested by: thierry
Notes
Notes:
svn path=/head/; revision=132440
Diffstat (limited to 'lang/php4/files/patch-scripts::phpize.in')
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index a19ec72c181d..8b250b897908 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -1,16 +1,15 @@ ---- scripts/phpize.in.orig Fri Nov 14 03:21:15 2003 -+++ scripts/phpize.in Wed Jul 7 01:34:05 2004 -@@ -56,5 +56,5 @@ +--- scripts/phpize.in.orig Fri Apr 1 11:37:05 2005 ++++ scripts/phpize.in Fri Apr 1 11:37:25 2005 +@@ -102,9 +102,9 @@ --aclocal || exit 1 --autoconf || exit 1 --autoheader || exit 1 -+aclocal15 || exit 1 -+autoconf253 || exit 1 -+autoheader253 || exit 1 - test -x $builddir/build/shtool || chmod +x $builddir/build/shtool -@@ -66,3 +66,3 @@ - fi --libtoolize=`$builddir/build/shtool path glibtoolize libtoolize` -+libtoolize=`$builddir/build/shtool path libtoolize13` - $libtoolize -f -c || exit 1 + phpize_autotools() + { +- aclocal || exit 1 +- autoconf || exit 1 +- autoheader || exit 1 ++ aclocal15 || exit 1 ++ autoconf253 || exit 1 ++ autoheader253 || exit 1 + } + + # Main script |