diff options
author | jlam <jlam> | 2002-03-08 19:44:22 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-03-08 19:44:22 +0000 |
commit | 5b562c4bfd2f467a60c439f891c8c93408f76c43 (patch) | |
tree | 47f44288c3d86d69fa6b8100139a1b5f09c19924 /textproc | |
parent | a6fe1210a06895450e7fdbd5efdbb69b343b695e (diff) | |
download | pkgsrc-5b562c4bfd2f467a60c439f891c8c93408f76c43.tar.gz |
Remove unnecessary patch after update to php-4.1.2. Also regen distfile
checksum missed during update.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-domxml/distinfo | 7 | ||||
-rw-r--r-- | textproc/php4-domxml/patches/patch-aa | 22 |
2 files changed, 3 insertions, 26 deletions
diff --git a/textproc/php4-domxml/distinfo b/textproc/php4-domxml/distinfo index 31a1bec2cda..36ad4377f0f 100644 --- a/textproc/php4-domxml/distinfo +++ b/textproc/php4-domxml/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/02/11 09:33:42 manu Exp $ +$NetBSD: distinfo,v 1.2 2002/03/08 19:44:22 jlam Exp $ -SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03 -Size (php-4.0.6.tar.gz) = 3157346 bytes -SHA1 (patch-aa) = d32946c1e4a83e7b37827b253ed1deb94c4a76ee +SHA1 (php-4.1.2.tar.gz) = fc4f9685b2b26d6e12af2e746a34fadfe57f0466 +Size (php-4.1.2.tar.gz) = 3359964 bytes diff --git a/textproc/php4-domxml/patches/patch-aa b/textproc/php4-domxml/patches/patch-aa deleted file mode 100644 index 052520638dc..00000000000 --- a/textproc/php4-domxml/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/02/11 09:33:43 manu Exp $ ---- php_domxml.c.orig Fri Feb 8 17:19:05 2002 -+++ php_domxml.c Fri Feb 8 17:20:57 2002 -@@ -20,5 +20,6 @@ - -+#define IS_EXT_MODULE - - #ifdef HAVE_CONFIG_H - #include "config.h" - #endif -@@ -88,8 +89,11 @@ - #endif - {NULL, NULL, NULL} - }; - -+#ifndef COMPILE_DL_DOMXML -+ZEND_GET_MODULE(domxml) -+#endif /* COMPILE_DL_DOMXML */ - - static zend_function_entry php_domxmldoc_class_functions[] = { - PHP_FALIAS(root, domxml_root, NULL) - PHP_FALIAS(children, domxml_children, NULL) |