head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.50 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.48 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.46 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.44 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.42 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.40 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.38 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.36 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.34 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.32 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.30 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.28 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.26 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.24 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.22 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.20 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.18 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.16 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.14 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.12 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.10 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.8 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.6 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.4 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.2 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.3.0.2 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.2.0.2 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2004.04.20.19.19.23; author jdolecek; state dead; branches; next 1.3; 1.3 date 2003.12.01.14.23.51; author jdolecek; state Exp; branches; next 1.2; 1.2 date 2003.08.31.19.55.50; author jdolecek; state Exp; branches; next 1.1; 1.1 date 2001.10.16.07.00.05; author jlam; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.10.16.07.00.05; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Update PHP4 package and all PHP4 modules to version 4.3.6. Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5 @ text @$NetBSD: patch-aa,v 1.3 2003/12/01 14:23:51 jdolecek Exp $ This is PHP CVS tree now, remove patch from pkgsrc on next PHP update. --- config.m4.orig 2003-11-29 14:53:04.000000000 +0100 +++ config.m4 2003-11-29 14:53:13.000000000 +0100 @@@@ -7,7 +7,7 @@@@ if test "$PHP_BCMATH" != "no"; then AC_DEFINE(WITH_BCMATH, 1, [Whether you have bcmath]) - PHP_NEW_EXTENSION(bcmath, bcmath.c number.c \ + PHP_NEW_EXTENSION(bcmath, bcmath.c \ libbcmath/src/add.c libbcmath/src/div.c libbcmath/src/init.c libbcmath/src/neg.c libbcmath/src/outofmem.c libbcmath/src/raisemod.c libbcmath/src/rt.c libbcmath/src/sub.c \ libbcmath/src/compare.c libbcmath/src/divmod.c libbcmath/src/int2num.c libbcmath/src/num2long.c libbcmath/src/output.c libbcmath/src/recmul.c \ libbcmath/src/sqrt.c libbcmath/src/zero.c libbcmath/src/debug.c libbcmath/src/doaddsub.c libbcmath/src/nearzero.c libbcmath/src/num2str.c libbcmath/src/raise.c \ @ 1.3 log @update patches so that this is in sync with what got committed into PHP CVS tree; the patches will be disposed on next PHP update PKGREVISION not bumped, the package works exactly same as before @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @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 @ text @d3 5 a7 3 --- config.m4.orig 2002-03-07 15:18:01.000000000 +0100 +++ config.m4 2003-08-31 18:24:27.000000000 +0200 @@@@ -7,11 +7,11 @@@@ a15 5 libbcmath/src/rmzero.c libbcmath/src/str2num.c, - $ext_shared,,-I@@ext_srcdir@@/libbcmath/src) + $ext_shared,,-I@@ext_srcdir@@ -I@@ext_srcdir@@/../.. -I@@ext_srcdir@@/libbcmath/src) PHP_ADD_BUILD_DIR($ext_builddir/libbcmath/src) fi @ 1.1 log @Initial revision @ text @d3 3 a5 3 --- Makefile.in.orig Sun Nov 26 04:34:01 2000 +++ Makefile.in @@@@ -1,6 +1,6 @@@@ d7 12 a18 6 LTLIBRARY_NAME = libbcmath.la -LTLIBRARY_SOURCES = bcmath.c number.c +LTLIBRARY_SOURCES = bcmath.c LTLIBRARY_SHARED_NAME = bcmath.la LTLIBRARY_DEPENDENCIES = libbcmath/libbcmath.la LTLIBRARY_LIBADD = $(LTLIBRARY_DEPENDENCIES) @ 1.1.1.1 log @math/php4-bcmath: PHP4 extension for bc-style arbitrary precision math This version is from the php-4.0.6 distribution. @ text @@