From a095f28ad048bea3c93f6900fc9d0ef2c3105a51 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Sun, 14 Dec 2003 11:04:50 +0000 Subject: - 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 ). - 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 Approved By: maintainer --- lang/php4/files/patch-scripts::Makefile.frag | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php4/files/patch-scripts::Makefile.frag (limited to 'lang/php4/files/patch-scripts::Makefile.frag') 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 + -- cgit v1.2.3