From 7fee6bb1cf924b136f2dce03a46fbffcc762f626 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sun, 31 Aug 2003 19:55:21 +0000 Subject: Update PHP to final 4.3.3 Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version --- textproc/php4-domxml/Makefile | 7 ++++--- textproc/php4-domxml/distinfo | 4 ---- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 textproc/php4-domxml/distinfo (limited to 'textproc/php4-domxml') diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index 68b720003c2..cebb849dc37 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/13 13:53:35 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/08/31 19:55:59 jdolecek Exp $ MODNAME= domxml CATEGORIES+= textproc -PHP_PKG_VERS= # empty -PKGREVISION= 3 +PKGREVISION= # empty COMMENT= PHP4 extension for DOM support USE_BUILDLINK2= YES @@ -12,6 +11,8 @@ USE_BUILDLINK2= YES CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-dom=shared,${BUILDLINK_PREFIX.libxml2} +CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib} +.include "../../devel/zlib/buildlink2.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/php4-domxml/distinfo b/textproc/php4-domxml/distinfo deleted file mode 100644 index 51afccc3d6f..00000000000 --- a/textproc/php4-domxml/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/10/14 06:21:16 martti Exp $ - -SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc -Size (php-4.2.3.tar.gz) = 3413829 bytes -- cgit v1.2.3