From cd0813ce61e3870a125aef80860b791c46c134f3 Mon Sep 17 00:00:00 2001 From: taca Date: Sat, 19 Dec 2015 14:27:12 +0000 Subject: Restrict PHP_VERSIONS_ACCEPTED to 55 and 56. --- devel/php-igbinary/Makefile | 4 +++- devel/php-memcache/Makefile | 4 +++- devel/php-memcached/Makefile | 7 ++++--- devel/php-pthreads/Makefile | 4 +++- devel/php-raphf/Makefile | 4 +++- devel/php-xcache/Makefile | 4 +++- devel/php-xdebug/Makefile | 3 ++- 7 files changed, 21 insertions(+), 9 deletions(-) (limited to 'devel') diff --git a/devel/php-igbinary/Makefile b/devel/php-igbinary/Makefile index f4506db22f4..d6020522280 100644 --- a/devel/php-igbinary/Makefile +++ b/devel/php-igbinary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/02 13:05:32 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $ MODNAME= igbinary PECL_VERSION= 1.2.1 @@ -11,6 +11,8 @@ LICENSE= modified-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= c c++ USE_TOOLS+= gsed CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/devel/php-memcache/Makefile b/devel/php-memcache/Makefile index bdc3baea2f1..1e0f92b59ac 100644 --- a/devel/php-memcache/Makefile +++ b/devel/php-memcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/09/24 21:32:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.13 2015/12/19 14:27:13 taca Exp $ # MODNAME= memcache @@ -9,6 +9,8 @@ COMMENT= PHP extension for memcached CONFLICTS= php-memcache-[0-9]* +PHP_VERSIONS_ACCEPTED= 55 56 + CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-zlib-dir=${BUILDLINK_PREFIX.zlib} WRKSRC= ${WRKDIR}/${MODNAME}-${PECL_VERSION} diff --git a/devel/php-memcached/Makefile b/devel/php-memcached/Makefile index b9fdeac8dec..b07861631b9 100644 --- a/devel/php-memcached/Makefile +++ b/devel/php-memcached/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/04/07 23:09:39 rodent Exp $ +# $NetBSD: Makefile,v 1.7 2015/12/19 14:27:13 taca Exp $ # MODNAME= memcached @@ -11,10 +11,11 @@ HOMEPAGE= http://github.com/php-memcached-dev/php-memcached COMMENT= PHP extension for interfacing with memcached via libmemcached library LICENSE= php -USE_TOOLS+= pkg-config - CONFLICTS= php-memcached-[0-9]* +PHP_VERSIONS_ACCEPTED= 55 56 + +USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-libmemcached-dir=${BUILDLINK_PREFIX.libmemcached} diff --git a/devel/php-pthreads/Makefile b/devel/php-pthreads/Makefile index a30f7aef942..c246a190540 100644 --- a/devel/php-pthreads/Makefile +++ b/devel/php-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/04/04 13:09:54 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:13 taca Exp $ MODNAME= pthreads PECL_VERSION= 2.0.10 @@ -11,6 +11,8 @@ LICENSE= php BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} USE_LANGUAGES+= c c++ diff --git a/devel/php-raphf/Makefile b/devel/php-raphf/Makefile index ede60e61804..e71c43a9784 100644 --- a/devel/php-raphf/Makefile +++ b/devel/php-raphf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2015/08/30 08:22:53 taca Exp $ +# $NetBSD: Makefile,v 1.4 2015/12/19 14:27:13 taca Exp $ MODNAME= raphf PECL_VERSION= 1.1.0 @@ -11,6 +11,8 @@ LICENSE= 2-clause-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/devel/php-xcache/Makefile b/devel/php-xcache/Makefile index d1cd8d71703..356ad94cc41 100644 --- a/devel/php-xcache/Makefile +++ b/devel/php-xcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/03/21 21:35:07 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $ MODNAME= xcache PECL_VERSION= 3.2.0 @@ -14,6 +14,8 @@ LICENSE= modified-bsd BUILD_DEPENDS+= re2c>=0.13.0.4:../../devel/re2c +PHP_VERSIONS_ACCEPTED= 55 56 + USE_LANGUAGES= c c++ USE_TOOLS+= gawk gm4 gsed pax CONFIGURE_ARGS+= --enable-${MODNAME} diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile index 6fb720a08b3..15649386f25 100644 --- a/devel/php-xdebug/Makefile +++ b/devel/php-xdebug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/08/30 08:26:00 taca Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/19 14:27:13 taca Exp $ # MODNAME= xdebug @@ -12,6 +12,7 @@ HOMEPAGE= http://xdebug.org/ COMMENT= PHP extension for debugging LICENSE= php +PHP_VERSIONS_ACCEPTED= 55 56 PHP_ZEND_EXTENSION= yes .include "../../lang/php/ext.mk" -- cgit v1.2.3