diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-14 11:04:50 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-14 11:04:50 +0000 |
commit | a095f28ad048bea3c93f6900fc9d0ef2c3105a51 (patch) | |
tree | 21887ebd0b683d8d6fc35b48685e99f8a61ff1aa /lang/php4/files/patch-scripts::Makefile.frag | |
parent | The option to enable network redirection is removed since this is the (diff) |
- since 4.3.4, php4 does not install libmbfl headers, but they
are still needed for PECL extensions that rely on mbstring
(e.g. mail/pear-mailparse, currently broken);
Remark: the proposed patch comes from PHP's CVS (please see
<http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver>).
- the next release of devel/pear-PEAR (1.3) depends of the extension
xmlrpc;
- since I'm there, let slaves ports replace COMMENT.
PR: ports/59591
Submitted By: Thierry Thomas <thierry@pompo.net>
Approved By: maintainer
Notes
Notes:
svn path=/head/; revision=95773
Diffstat (limited to 'lang/php4/files/patch-scripts::Makefile.frag')
-rw-r--r-- | lang/php4/files/patch-scripts::Makefile.frag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php4/files/patch-scripts::Makefile.frag b/lang/php4/files/patch-scripts::Makefile.frag new file mode 100644 index 000000000000..0d522f07c4a6 --- /dev/null +++ b/lang/php4/files/patch-scripts::Makefile.frag @@ -0,0 +1,11 @@ +--- scripts/Makefile.frag.orig Fri Sep 19 07:35:21 2003 ++++ scripts/Makefile.frag Sat Nov 22 15:32:41 2003 +@@ -32,6 +32,8 @@ + ext/xml/expat \ + main \ + ext/mbstring \ ++ ext/mbstring/libmbfl \ ++ ext/mbstring/libmbfl/mbfl \ + ext/pgsql \ + regex + |