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/php53/files/patch-scripts::Makefile.frag | |
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 '')
-rw-r--r-- | lang/php53/files/patch-scripts::Makefile.frag | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/php53/files/patch-scripts::Makefile.frag b/lang/php53/files/patch-scripts::Makefile.frag index 133dea408d39..7570701e6beb 100644 --- a/lang/php53/files/patch-scripts::Makefile.frag +++ b/lang/php53/files/patch-scripts::Makefile.frag @@ -1,6 +1,6 @@ ---- scripts/Makefile.frag.orig Tue Nov 23 14:06:16 2004 -+++ scripts/Makefile.frag Tue Jan 25 08:19:07 2005 -@@ -26,18 +26,12 @@ +--- scripts/Makefile.frag.orig Mon Feb 28 06:28:25 2005 ++++ scripts/Makefile.frag Fri Apr 1 15:42:21 2005 +@@ -34,21 +34,12 @@ / \ Zend/ \ TSRM/ \ @@ -12,9 +12,12 @@ ext/libxml/ \ ext/standard/ \ - ext/session/ \ +- ext/dom/xml_common.h \ - ext/xml/ \ - ext/xml/expat/ \ - ext/mbstring/ \ +- ext/mbstring/libmbfl/ \ +- ext/mbstring/libmbfl/mbfl/ \ - ext/sqlite/libsqlite/src/sqlite.h + ext/spl/ |