From 92f9ef373df1e68f50d49e5a2fe9e2efde7f86a3 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 3 Dec 2005 18:53:57 +0000 Subject: Update PHP5 to version 5.1.1. Some of the key features include: * A complete rewrite of date handling code, with improved timezone support. * Significant performance improvements compared to PHP 5.0.X. * PDO extension is now enabled by default (separate pkg for pkgsrc) * Over 30 new functions in various extensions and built-in functionality. * Bundled libraries, PCRE and SQLite upgraded to latest versions. * Over 400 various bug fixes. * PEAR upgraded to version 1.4.5 This release also fixes various security problems discovered in 5.0.X. --- archivers/php-bz2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archivers') diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile index 0abea04c99c..df0d881c5a7 100644 --- a/archivers/php-bz2/Makefile +++ b/archivers/php-bz2/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2005/11/04 09:18:30 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/12/03 18:53:57 jdolecek Exp $ MODNAME= bz2 CATEGORIES= archivers COMMENT= PHP extension for bzip2 compression +USE_PHP_EXT_PATCHES= yes + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.bzip2} .include "../../lang/php/ext.mk" -- cgit v1.2.3