From 90c1c1709f137ef730166f682c109e69f84211d9 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-xslt/Makefile | 13 ++++++++----- textproc/php4-xslt/distinfo | 4 ---- 2 files changed, 8 insertions(+), 9 deletions(-) delete mode 100644 textproc/php4-xslt/distinfo (limited to 'textproc/php4-xslt') diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 154c72d8b6a..15c7b178c12 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/08/29 15:49:14 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/31 19:56:04 jdolecek Exp $ MODNAME= xslt -PKGREVISION= 2 +PKGREVISION= # empty CATEGORIES+= textproc COMMENT= PHP4 extension for XSLT functions (Sablotron backend) @@ -10,9 +10,12 @@ USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" CONFIGURE_ARGS+= --enable-${MODNAME} -CONFIGURE_ARGS+= --with-${MODNAME}-sablot=shared,${BUILDLINK_PREFIX.sablotron} -CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_PREFIX.expat} -# to make configure find libiconv +CONFIGURE_ARGS+= --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron} +CONFIGURE_ARGS+= --with-expat-dir=${BUILDLINK_PREFIX.expat} + +# this is necessary so that PHP would find either the libc iconv +# or use the packaged iconv, as appropriate; see also converters/php4-iconv +CONFIGURE_ARGS+= --with-iconv-dir CONFIGURE_ENV+= PHP_ICONV=${BUILDLINK_PREFIX.iconv:Q} PLIST_SRC+= ${.CURDIR}/PLIST.extras diff --git a/textproc/php4-xslt/distinfo b/textproc/php4-xslt/distinfo deleted file mode 100644 index a083876a1df..00000000000 --- a/textproc/php4-xslt/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.4 2002/10/30 15:28:12 wiz Exp $ - -SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc -Size (php-4.2.3.tar.gz) = 3413829 bytes -- cgit v1.2.3