diff options
author | taca <taca@pkgsrc.org> | 2012-06-18 15:14:19 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-18 15:14:19 +0000 |
commit | c01737dd25c0807427a7944bebb9d6b8af6eaba6 (patch) | |
tree | 7ebb9f1cb61fb7f4ff92f68473ca66e06f1dbbd5 /textproc/php-intl | |
parent | 28b054d78e1843b7cab2c848bf896e0d6b69a78d (diff) | |
download | pkgsrc-c01737dd25c0807427a7944bebb9d6b8af6eaba6.tar.gz |
Remove PHP 5.2.x supporting code.
Diffstat (limited to 'textproc/php-intl')
-rw-r--r-- | textproc/php-intl/Makefile | 12 | ||||
-rw-r--r-- | textproc/php-intl/distinfo | 6 | ||||
-rw-r--r-- | textproc/php-intl/patches/patch-aj | 13 |
3 files changed, 1 insertions, 30 deletions
diff --git a/textproc/php-intl/Makefile b/textproc/php-intl/Makefile index 9fe14a71533..46015df741c 100644 --- a/textproc/php-intl/Makefile +++ b/textproc/php-intl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/06/16 03:02:32 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/06/18 15:16:49 taca Exp $ MODNAME= intl PKGREVISION= 1 @@ -11,16 +11,6 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} -.include "../../lang/php/phpversion.mk" - -# PHP 5.2.x needs pecl version -.if ${PKG_PHP_VERSION} == 52 -PECL_VERSION= 2.0.0 -PECL_LEGACY_VERSION_SCHEME= yes -.else -PATCHDIR= # ignore patch in current directory -.endif - .include "../../lang/php/ext.mk" .include "../../textproc/icu/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/php-intl/distinfo b/textproc/php-intl/distinfo deleted file mode 100644 index f0c0e6bb948..00000000000 --- a/textproc/php-intl/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2012/04/25 18:55:39 adam Exp $ - -SHA1 (php-intl/intl-2.0.0.tgz) = b5876f140ad7bb071d6a8d9505446800855b4645 -RMD160 (php-intl/intl-2.0.0.tgz) = a3816f670ff7ab1ff88254f1ae8936d0ad4403d9 -Size (php-intl/intl-2.0.0.tgz) = 145979 bytes -SHA1 (patch-aj) = 6c0ea08f73d50b43afe442bd67decc9608c5db29 diff --git a/textproc/php-intl/patches/patch-aj b/textproc/php-intl/patches/patch-aj deleted file mode 100644 index e5464dd9f95..00000000000 --- a/textproc/php-intl/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2012/04/25 18:55:40 adam Exp $ - ---- resourcebundle/resourcebundle_iterator.c.orig 2010-03-15 23:03:30.000000000 +0100 -+++ resourcebundle/resourcebundle_iterator.c -@@ -18,6 +18,8 @@ - #include <zend.h> - #include <zend_API.h> - -+#include "php_intl.h" -+ - #include "resourcebundle/resourcebundle.h" - #include "resourcebundle/resourcebundle_class.h" - #include "resourcebundle/resourcebundle_iterator.h" |