summaryrefslogtreecommitdiff
path: root/math/php4-bcmath
diff options
context:
space:
mode:
authormartti <martti>2002-10-14 06:21:05 +0000
committermartti <martti>2002-10-14 06:21:05 +0000
commit4e143c2781a0bef924542fd2f932615eccbc99a5 (patch)
tree1931aa17ad183137853874ea40e88e55da0898ff /math/php4-bcmath
parente7870be4dc1bb4cee486b810d153821dfa1151c8 (diff)
downloadpkgsrc-4e143c2781a0bef924542fd2f932615eccbc99a5.tar.gz
Updated php to 4.2.3
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
Diffstat (limited to 'math/php4-bcmath')
-rw-r--r--math/php4-bcmath/distinfo7
-rw-r--r--math/php4-bcmath/patches/patch-ab13
2 files changed, 3 insertions, 17 deletions
diff --git a/math/php4-bcmath/distinfo b/math/php4-bcmath/distinfo
index f737061cc54..0c572cf7ca0 100644
--- a/math/php4-bcmath/distinfo
+++ b/math/php4-bcmath/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2002/02/28 09:50:05 tron Exp $
+$NetBSD: distinfo,v 1.5 2002/10/14 06:21:12 martti Exp $
-SHA1 (php-4.1.2.tar.gz) = fc4f9685b2b26d6e12af2e746a34fadfe57f0466
-Size (php-4.1.2.tar.gz) = 3359964 bytes
+SHA1 (php-4.2.3.tar.gz) = 3e57e8c056bd2f173bba8705293cdfa15aeb93bc
+Size (php-4.2.3.tar.gz) = 3413829 bytes
SHA1 (patch-aa) = 96aed03b5187adc3f02df4ffae1f9e9a14bbd144
-SHA1 (patch-ab) = fdb4a5e27148533d9bc47b1e7d96eda8c0e02cd3
diff --git a/math/php4-bcmath/patches/patch-ab b/math/php4-bcmath/patches/patch-ab
deleted file mode 100644
index 740d5f6cfaf..00000000000
--- a/math/php4-bcmath/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/10/16 07:00:05 jlam Exp $
-
---- bcmath.c.orig Thu May 24 08:41:36 2001
-+++ bcmath.c
-@@ -28,7 +28,7 @@
-
- #include "ext/standard/info.h"
- #include "php_bcmath.h"
--#include "ext/bcmath/libbcmath/src/bcmath.h"
-+#include "libbcmath/src/bcmath.h"
-
- function_entry bcmath_functions[] = {
- PHP_FE(bcadd, NULL)