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 /security/php4-mcrypt | |
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 'security/php4-mcrypt')
-rw-r--r-- | security/php4-mcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/php4-mcrypt/distinfo | 5 | ||||
-rw-r--r-- | security/php4-mcrypt/patches/patch-aa | 13 |
3 files changed, 2 insertions, 20 deletions
diff --git a/security/php4-mcrypt/Makefile b/security/php4-mcrypt/Makefile index 3ba6ab45b23..6c530cb7916 100644 --- a/security/php4-mcrypt/Makefile +++ b/security/php4-mcrypt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/03/05 09:07:23 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/31 19:55:57 jdolecek Exp $ MODNAME= mcrypt CATEGORIES+= security -PKGREVISION= 1 +PKGREVISION= # empty COMMENT= PHP4 extension for the mcrypt crypto algorithms library USE_BUILDLINK2= YES diff --git a/security/php4-mcrypt/distinfo b/security/php4-mcrypt/distinfo deleted file mode 100644 index 3a01b5faffc..00000000000 --- a/security/php4-mcrypt/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.6 2003/03/05 09:07:23 wiz Exp $ - -SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc -Size (php-4.2.3.tar.gz) = 3413829 bytes -SHA1 (patch-aa) = 1aae3f30992fa85342e5939184e963a0c377024a diff --git a/security/php4-mcrypt/patches/patch-aa b/security/php4-mcrypt/patches/patch-aa deleted file mode 100644 index 740f67d1980..00000000000 --- a/security/php4-mcrypt/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/03/05 09:07:24 wiz Exp $ - ---- config.m4.orig Fri Jan 4 15:13:53 2002 -+++ config.m4 -@@ -31,7 +31,7 @@ if test "$PHP_MCRYPT" != "no"; then - ],[ - PHP_CHECK_LIBRARY(mcrypt, init_mcrypt, - [ -- AC_DEFINE(HAVE_LIBMCRYPT22,1,[ ]) -+ AC_DEFINE(HAVE_LIBMCRYPT24,1,[ ]) - ],[ - AC_MSG_ERROR([Sorry, I was not able to diagnose which libmcrypt version you have installed.]) - ],[ |