diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-07-13 19:56:27 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-07-13 19:56:27 +0000 |
commit | 276c3a29ae75c711f2a994bae9b42b763f7e7d7a (patch) | |
tree | 0c471e7619f850ad1c208146b56c34d1f498dd32 /lang/php4/files | |
parent | GAG (initials, in spanish, of Graphical Boot Manager) is a Boot Manager (diff) |
Update to 4.4.0 release:
- fix a serious memory corruption problem
- remove automake dependency
- switch to the latest autoconf version
Notes
Notes:
svn path=/head/; revision=139121
Diffstat (limited to 'lang/php4/files')
-rw-r--r-- | lang/php4/files/patch-pear::Makefile.frag | 2 | ||||
-rw-r--r-- | lang/php4/files/patch-scripts::Makefile.frag | 35 | ||||
-rw-r--r-- | lang/php4/files/patch-scripts::phpize.in | 24 |
3 files changed, 32 insertions, 29 deletions
diff --git a/lang/php4/files/patch-pear::Makefile.frag b/lang/php4/files/patch-pear::Makefile.frag index 082aa5e74fb8..aec8fdddbf09 100644 --- a/lang/php4/files/patch-pear::Makefile.frag +++ b/lang/php4/files/patch-pear::Makefile.frag @@ -4,7 +4,7 @@ # -*- makefile -*- peardir=$(PEAR_INSTALLDIR) -+XML_RPC_ver=1.2.2 ++XML_RPC_ver=1.3.1 # Skip all php.ini files altogether PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 diff --git a/lang/php4/files/patch-scripts::Makefile.frag b/lang/php4/files/patch-scripts::Makefile.frag index 6a3f941cb2ff..c0d6f9c744e3 100644 --- a/lang/php4/files/patch-scripts::Makefile.frag +++ b/lang/php4/files/patch-scripts::Makefile.frag @@ -1,17 +1,22 @@ ---- scripts/Makefile.frag.orig Wed Jul 7 13:15:53 2004 -+++ scripts/Makefile.frag Wed Jul 7 13:16:07 2004 -@@ -27,14 +27,7 @@ - Zend \ - TSRM \ - ext/standard \ -- ext/session \ -- ext/xml \ -- ext/xml/expat \ - main \ -- ext/mbstring \ -- ext/mbstring/libmbfl \ -- ext/mbstring/libmbfl/mbfl \ -- ext/pgsql \ - regex +--- scripts/Makefile.frag.orig Wed Jun 8 12:34:41 2005 ++++ scripts/Makefile.frag Wed Jul 13 09:28:45 2005 +@@ -34,18 +34,9 @@ + / \ + Zend/ \ + TSRM/ \ +- include/ \ + main/ \ + regex/ \ +- ext/iconv/ \ +- ext/pgsql/ \ +- ext/standard/ \ +- ext/session/ \ +- ext/xml/ \ +- ext/xml/expat/ \ +- ext/mbstring/ \ +- ext/mbstring/libmbfl/ \ +- ext/mbstring/libmbfl/mbfl/ ++ ext/standard/ install-headers: + -@for i in $(HEADER_DIRS); do \ diff --git a/lang/php4/files/patch-scripts::phpize.in b/lang/php4/files/patch-scripts::phpize.in index 8b250b897908..83f38a656499 100644 --- a/lang/php4/files/patch-scripts::phpize.in +++ b/lang/php4/files/patch-scripts::phpize.in @@ -1,15 +1,13 @@ ---- 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 @@ +--- scripts/phpize.in.orig Wed Jun 15 19:13:52 2005 ++++ scripts/phpize.in Wed Jul 13 09:30:59 2005 +@@ -94,8 +94,8 @@ - phpize_autotools() + phpize_check_autotools() { -- aclocal || exit 1 -- autoconf || exit 1 -- autoheader || exit 1 -+ aclocal15 || exit 1 -+ autoconf253 || exit 1 -+ autoheader253 || exit 1 - } - - # Main script +- test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf +- test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader ++ test -z "$PHP_AUTOCONF" && PHP_AUTOCONF=autoconf259 ++ test -z "$PHP_AUTOHEADER" && PHP_AUTOHEADER=autoheader259 + + if ! test -x "`$php_shtool path $PHP_AUTOCONF`"; then + cat <<EOF |