summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-02-07 17:46:10 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-02-07 17:46:10 +0000
commitd7640e6c92925b67809edc87a6e4de1a85a967f6 (patch)
tree1bae5e1dd8f8b4ea1645de7993004b7d6b0709c3
parentUpgrade pkg-provides from 0.3.1 to 0.4.0 (diff)
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=461158
-rw-r--r--converters/php5-bsdconv/Makefile2
-rw-r--r--databases/pear-MDB2_Driver_mysql/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile2
-rw-r--r--databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile2
-rw-r--r--databases/php-mdcached/Makefile2
-rw-r--r--databases/php5-pdo_cassandra/Makefile2
-rw-r--r--databases/php5-tarantool/Makefile2
-rw-r--r--databases/php70-memcached/Makefile3
-rw-r--r--devel/php-jq/Makefile2
-rw-r--r--devel/php-memoize/Makefile2
-rw-r--r--devel/php-scalar_objects/Makefile2
-rw-r--r--devel/php-uprofiler/Makefile2
-rw-r--r--devel/php5-blitz-devel/Makefile2
-rw-r--r--devel/php5-blitz/Makefile2
-rw-r--r--devel/php5-dav/Makefile2
-rw-r--r--devel/php5-pinba/Makefile2
-rw-r--r--devel/php5-thrift/Makefile2
-rw-r--r--finance/php-tclink/Makefile2
-rw-r--r--graphics/php-libpuzzle/Makefile2
-rw-r--r--graphics/php-magickwand/Makefile2
-rw-r--r--japanese/php5-mecab/Makefile2
-rw-r--r--security/php-suhosin/Makefile2
-rw-r--r--textproc/libmrss-php/Makefile2
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile2
-rw-r--r--textproc/pear-Structures_DataGrid_DataSource_XML/Makefile2
-rw-r--r--www/pecl-http2/Makefile2
-rw-r--r--www/xcache/Makefile2
29 files changed, 30 insertions, 29 deletions
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile
index a8c1b1e874de..b414d7ecb737 100644
--- a/converters/php5-bsdconv/Makefile
+++ b/converters/php5-bsdconv/Makefile
@@ -19,7 +19,7 @@ GH_ACCOUNT= buganini
GH_PROJECT= php-${PORTNAME}
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
.include <bsd.port.mk>
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
index ee3983961b64..c417f2fa957c 100644
--- a/databases/pear-MDB2_Driver_mysql/Makefile
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -16,6 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
index 3ff37885feba..111f103074b6 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
index 2273aef95eaa..468cc7598f4d 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
index 457f615ad366..04891241697f 100644
--- a/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
index b972e43094fb..c05ed6246e64 100644
--- a/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
+++ b/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid \
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile
index 76c85cc39e3c..ab719844596d 100644
--- a/databases/php-mdcached/Makefile
+++ b/databases/php-mdcached/Makefile
@@ -17,7 +17,7 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libmdcached.so:databases/mdcached
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --enable-mdcached
WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME}
diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile
index 5c3ccd1a0c62..0350ab6749a3 100644
--- a/databases/php5-pdo_cassandra/Makefile
+++ b/databases/php5-pdo_cassandra/Makefile
@@ -25,7 +25,7 @@ USES= compiler:c++11-lib php:ext pkgconfig
USE_CXXSTD= c++11
USE_PHP= pdo:build
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/thrift/bsd.thrift.mk"
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile
index e47b302a779c..e4ebf548221a 100644
--- a/databases/php5-tarantool/Makefile
+++ b/databases/php5-tarantool/Makefile
@@ -16,7 +16,7 @@ USE_GITHUB= yes
GH_PROJECT= ${PORTNAME}-php
GH_TAGNAME= c1c5d5f
TR_VER= 20151222
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS+= --with-tarantool
diff --git a/databases/php70-memcached/Makefile b/databases/php70-memcached/Makefile
index d1e5ff138058..a64106ff141d 100644
--- a/databases/php70-memcached/Makefile
+++ b/databases/php70-memcached/Makefile
@@ -18,8 +18,7 @@ OPTIONS_DEFINE= SASL
CONFIGURE_ARGS= --disable-memcached-sasl --enable-memcached-json --with-libmemcached-dir=${LOCALBASE}
USES= pkgconfig php:ext
USE_PHP= session:build json:build
-PHP_VER= 70
-IGNORE_WITH_PHP=56
+IGNORE_WITH_PHP=56 71 72
USE_GITHUB= yes
GH_ACCOUNT= php-memcached-dev
diff --git a/devel/php-jq/Makefile b/devel/php-jq/Makefile
index 75afdf606d12..809a5799c4b6 100644
--- a/devel/php-jq/Makefile
+++ b/devel/php-jq/Makefile
@@ -19,7 +19,7 @@ USE_GITHUB= yes
GH_ACCOUNT= kjdev
GH_PROJECT= php-ext-jq
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
USES= php:ext
JQ_CMD= ${LOCALBASE}/bin/jq
diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile
index f4042cd293e6..f958566c7f52 100644
--- a/devel/php-memoize/Makefile
+++ b/devel/php-memoize/Makefile
@@ -15,7 +15,7 @@ GH_ACCOUNT= arraypad
USES= php:ext
PHP_MODNAME= memoize
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --enable-memoize
OPTIONS_DEFINE= MEMCACHED MEMORY
diff --git a/devel/php-scalar_objects/Makefile b/devel/php-scalar_objects/Makefile
index cb3671a0b158..0dd0d00d72c8 100644
--- a/devel/php-scalar_objects/Makefile
+++ b/devel/php-scalar_objects/Makefile
@@ -17,6 +17,6 @@ GH_ACCOUNT= nikic
GH_TAGNAME= baf4985
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile
index bc368259d6b1..32f80ce22131 100644
--- a/devel/php-uprofiler/Makefile
+++ b/devel/php-uprofiler/Makefile
@@ -26,6 +26,6 @@ GH_TAGNAME= 483c1e5
WRKSRC_SUBDIR= extension
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/devel/php5-blitz-devel/Makefile b/devel/php5-blitz-devel/Makefile
index 81a500249183..c93600a22f43 100644
--- a/devel/php5-blitz-devel/Makefile
+++ b/devel/php5-blitz-devel/Makefile
@@ -16,6 +16,6 @@ CONFLICTS= php5-blitz-0.6*
USES= php:ext
PHP_MODNAME= blitz
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile
index 6cc702e52867..8dde0984d435 100644
--- a/devel/php5-blitz/Makefile
+++ b/devel/php5-blitz/Makefile
@@ -14,6 +14,6 @@ COMMENT= PHP templating engine
CONFLICTS= php5-blitz-devel-[0-9]*
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile
index abe37a221552..2a90a95b1182 100644
--- a/devel/php5-dav/Makefile
+++ b/devel/php5-dav/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libneon.so:www/neon
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile
index 4b76f5f3211b..7edad95b6396 100644
--- a/devel/php5-pinba/Makefile
+++ b/devel/php5-pinba/Makefile
@@ -20,6 +20,6 @@ GH_PROJECT= pinba_extension
GH_TAGNAME= f76b673
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>
diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile
index 0db6302341b3..14014e706829 100644
--- a/devel/php5-thrift/Makefile
+++ b/devel/php5-thrift/Makefile
@@ -13,7 +13,7 @@ COMMENT= PHP interface to Thrift
USES= php:ext
PHP_MODNAME= thrift_protocol
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo
WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile
index 500293650b07..e7f7433926fe 100644
--- a/finance/php-tclink/Makefile
+++ b/finance/php-tclink/Makefile
@@ -14,7 +14,7 @@ COMMENT= PHP extension for TrustCommerce credit card processing
USES= php:ext ssl
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
post-patch:
# avoid name conflicts with libressl
diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile
index 64c9ea8cbf26..ebba77f8bbf2 100644
--- a/graphics/php-libpuzzle/Makefile
+++ b/graphics/php-libpuzzle/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libpuzzle.so:graphics/libpuzzle \
libgd.so:graphics/gd
USES= php:ext tar:bzip2
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile
index a22da2ce3409..680614c632c4 100644
--- a/graphics/php-magickwand/Makefile
+++ b/graphics/php-magickwand/Makefile
@@ -15,7 +15,7 @@ COMMENT= PHP extension to manipulate images
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
USES= php:ext pkgconfig
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index 6e59189b48ae..35ba72e8924e 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -14,7 +14,7 @@ COMMENT= PHP5 extension for MeCab Morphological Analyzer
LIB_DEPENDS= libmecab.so:japanese/mecab
USES= php:ext
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
.include <bsd.port.pre.mk>
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile
index 1785f280a479..ae80b1b3c64e 100644
--- a/security/php-suhosin/Makefile
+++ b/security/php-suhosin/Makefile
@@ -17,7 +17,7 @@ OPTIONS_DEFINE= EXAMPLES
USES= php:ext
USE_PHP= session:build
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
CONFIGURE_ARGS= --enable-suhosin
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile
index 5d25ecb42479..67da576abb8e 100644
--- a/textproc/libmrss-php/Makefile
+++ b/textproc/libmrss-php/Makefile
@@ -24,7 +24,7 @@ USES= libtool php:ext
USE_LDCONFIG= yes
PHP_MODNAME= mrss
-IGNORE_WITH_PHP= 70
+IGNORE_WITH_PHP= 70 71 72
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss
post-install:
diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
index 3758629a7f5b..5a6671dbd2a1 100644
--- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
+++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
@@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP=70 71
+IGNORE_WITH_PHP=70 71 72
.include <bsd.port.mk>
diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
index 5c3e72e6699e..d51e2b4c6396 100644
--- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
+++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
@@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-
USES= pear
USE_PHP= mysql
-IGNORE_WITH_PHP=70 71
+IGNORE_WITH_PHP=70 71 72
.include <bsd.port.mk>
diff --git a/www/pecl-http2/Makefile b/www/pecl-http2/Makefile
index c9ae7d4622b0..46c7423f4f3f 100644
--- a/www/pecl-http2/Makefile
+++ b/www/pecl-http2/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf.so:devel/pecl-raphf \
LIB_DEPENDS= libcurl.so:ftp/curl \
libevent.so:devel/libevent
-IGNORE_WITH_PHP=70
+IGNORE_WITH_PHP=70 71 72
USES= php:pecl
CONFLICTS= pecl-http1* pecl-http-*
diff --git a/www/xcache/Makefile b/www/xcache/Makefile
index 93bf7ca09391..ea29c5b71513 100644
--- a/www/xcache/Makefile
+++ b/www/xcache/Makefile
@@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE
USES= php:phpize tar:bzip2
+IGNORE_WITH_PHP= 70 71 72
+
CONFIGURE_ARGS= --enable-xcache=shared
OPTIONS_DEFINE= CONSTANT COVERAGER EXAMPLES