summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2015-12-25 01:18:10 +0000
committertaca <taca>2015-12-25 01:18:10 +0000
commitd556952739473d357646c2750f04156ac7a34368 (patch)
treeab4b4a1157aab1dd514df946fe2e5f4cc33bff6d
parentf0032f90fc4f5e75989b72be244a4371c5518185 (diff)
downloadpkgsrc-d556952739473d357646c2750f04156ac7a34368.tar.gz
More packages currently incompatible with php70.
-rw-r--r--databases/php-rrd/Makefile4
-rw-r--r--graphics/php-imagick/Makefile4
-rw-r--r--textproc/php-sphinx/Makefile4
-rw-r--r--www/php-phrasea2/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/databases/php-rrd/Makefile b/databases/php-rrd/Makefile
index 336d0b48dc9..32d0574ef9f 100644
--- a/databases/php-rrd/Makefile
+++ b/databases/php-rrd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/09/03 07:31:17 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/25 01:18:10 taca Exp $
MODNAME= rrd
PECL_VERSION= 1.1.3
@@ -9,6 +9,8 @@ HOMEPAGE= http://pecl.php.net/package/rrd/
COMMENT= PHP extension provides bindings to the RRDtool C library
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-rrd=${BUILDLINK_PREFIX.rrdtool}
.include "../../databases/rrdtool/buildlink3.mk"
diff --git a/graphics/php-imagick/Makefile b/graphics/php-imagick/Makefile
index f4de476193c..72f89abbb25 100644
--- a/graphics/php-imagick/Makefile
+++ b/graphics/php-imagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/09/03 08:14:21 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/25 01:18:10 taca Exp $
MODNAME= imagick
PECL_VERSION= 3.1.2
@@ -9,6 +9,8 @@ HOMEPAGE= http://pecl.php.net/package/imagick/
COMMENT= PHP extension for ImageMagick graphics library
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick}
.include "../../graphics/ImageMagick/buildlink3.mk"
diff --git a/textproc/php-sphinx/Makefile b/textproc/php-sphinx/Makefile
index f8b41c8826f..cd90e42c648 100644
--- a/textproc/php-sphinx/Makefile
+++ b/textproc/php-sphinx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/10/22 10:53:01 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/25 01:18:10 taca Exp $
MODNAME= sphinx
PECL_VERSION= 1.3.3
@@ -9,6 +9,8 @@ HOMEPAGE= http://pecl.php.net/package/sphinx/
COMMENT= Client extension for Sphinx
LICENSE= php
+PHP_VERSIONS_ACCEPTED= 55 56
+
CONFIGURE_ARGS+= --with-sphinx=${BUILDLINK_PREFIX.sphinxsearch}
.include "../../lang/php/ext.mk"
diff --git a/www/php-phrasea2/Makefile b/www/php-phrasea2/Makefile
index 08041d3f589..553123d70ec 100644
--- a/www/php-phrasea2/Makefile
+++ b/www/php-phrasea2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/04/06 13:02:33 rodent Exp $
+# $NetBSD: Makefile,v 1.11 2015/12/25 01:18:10 taca Exp $
#
.include "../../www/phraseanet/Makefile.common"
@@ -11,6 +11,8 @@ EXTRACT_ELEMENTS= ${DISTNAME}/bin/src/php_phrasea2
EXTRACT_SUFX= .tar.gz
USE_LANGUAGES= c c++
+PHP_VERSIONS_ACCEPTED= 55 56
+
.include "../../lang/php/ext.mk"
# php/ext.mk trashes these, preventing the package from building,