diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 19:55:21 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-08-31 19:55:21 +0000 |
commit | 90c1c1709f137ef730166f682c109e69f84211d9 (patch) | |
tree | 33c9301fff79082d1d83e91e87ace097146292cf /databases/php4-dba | |
parent | 5fe36a85b0cab2671cffc7b1c348535a43ce38f7 (diff) | |
download | pkgsrc-90c1c1709f137ef730166f682c109e69f84211d9.tar.gz |
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
Diffstat (limited to 'databases/php4-dba')
-rw-r--r-- | databases/php4-dba/Makefile | 4 | ||||
-rw-r--r-- | databases/php4-dba/distinfo | 6 | ||||
-rw-r--r-- | databases/php4-dba/patches/patch-aa | 11 | ||||
-rw-r--r-- | databases/php4-dba/patches/patch-ab | 11 |
4 files changed, 2 insertions, 30 deletions
diff --git a/databases/php4-dba/Makefile b/databases/php4-dba/Makefile index c2a3448c10c..9c34e5f441d 100644 --- a/databases/php4-dba/Makefile +++ b/databases/php4-dba/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/11/01 16:34:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/08/31 19:55:27 jdolecek Exp $ MODNAME= dba CATEGORIES+= databases -PKGREVISION= 1 +PKGREVISION= # empty COMMENT= PHP4 extension for DBM database access USE_BUILDLINK2= YES diff --git a/databases/php4-dba/distinfo b/databases/php4-dba/distinfo deleted file mode 100644 index d3cd2b54cbe..00000000000 --- a/databases/php4-dba/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.6 2002/10/14 06:21:06 martti Exp $ - -SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc -Size (php-4.2.3.tar.gz) = 3413829 bytes -SHA1 (patch-aa) = 6b3d4fdd6bd4874238d6a8f99ebaafb7e422d866 -SHA1 (patch-ab) = 1b272a7f3b94ff934389a1c224befdfdd259051b diff --git a/databases/php4-dba/patches/patch-aa b/databases/php4-dba/patches/patch-aa deleted file mode 100644 index 798c1a202d1..00000000000 --- a/databases/php4-dba/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2001/10/27 21:31:32 jlam Exp $ - ---- dba_gdbm.c.orig Mon Jul 10 06:09:14 2000 -+++ dba_gdbm.c -@@ -31,2 +31,6 @@ - -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - #include "php.h" diff --git a/databases/php4-dba/patches/patch-ab b/databases/php4-dba/patches/patch-ab deleted file mode 100644 index 6a6ee69504c..00000000000 --- a/databases/php4-dba/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2001/10/27 21:31:32 jlam Exp $ - ---- dba_ndbm.c.orig Mon Jul 10 06:09:14 2000 -+++ dba_ndbm.c -@@ -31,2 +31,6 @@ - -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - #include "php.h" |