summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--archivers/php-horde_lz4/Makefile1
-rw-r--r--archivers/php5-snappy/Makefile1
-rw-r--r--chinese/php-cconv/Makefile1
-rw-r--r--converters/php5-bsdconv/Makefile1
-rw-r--r--databases/php-adodb-ext/Makefile2
-rw-r--r--databases/php-mdcached/Makefile1
-rw-r--r--databases/php55-redis/Makefile1
-rw-r--r--databases/php56-redis/Makefile1
-rw-r--r--devel/php-jq/Makefile1
-rw-r--r--devel/php-memoize/Makefile1
-rw-r--r--devel/php-scalar_objects/Makefile1
-rw-r--r--devel/php-uprofiler/Makefile1
-rw-r--r--devel/php-xdebug/Makefile2
-rw-r--r--devel/php5-blitz-devel/Makefile1
-rw-r--r--devel/php5-blitz/Makefile1
-rw-r--r--devel/php5-dav/Makefile2
-rw-r--r--devel/php5-ice/Makefile2
-rw-r--r--devel/php5-msgpack/Makefile2
-rw-r--r--devel/php5-pinba/Makefile1
-rw-r--r--devel/php5-thrift/Makefile1
-rw-r--r--finance/php-tclink/Makefile2
-rw-r--r--graphics/php-gdal/Makefile1
-rw-r--r--graphics/php-libpuzzle/Makefile1
-rw-r--r--graphics/php-magickwand/Makefile1
-rw-r--r--japanese/php5-mecab/Makefile1
-rw-r--r--net-mgmt/observium/Makefile1
-rw-r--r--net-mgmt/phpip/Makefile2
-rw-r--r--net-mgmt/zabbix2-frontend/Makefile2
-rw-r--r--net-mgmt/zabbix22-frontend/Makefile2
-rw-r--r--net-mgmt/zabbix24-frontend/Makefile2
-rw-r--r--security/php-suhosin/Makefile1
-rw-r--r--security/phpdeadlock/Makefile2
-rw-r--r--textproc/libmrss-php/Makefile1
-rw-r--r--www/eaccelerator/Makefile2
-rw-r--r--www/mediawiki123/Makefile2
-rw-r--r--www/mediawiki124/Makefile2
-rw-r--r--www/mediawiki125/Makefile1
-rw-r--r--www/mediawiki126/Makefile1
-rw-r--r--www/owncloud/Makefile1
-rw-r--r--www/phalcon/Makefile1
-rw-r--r--www/php-templates/Makefile1
-rw-r--r--www/phpgroupware/Makefile1
-rw-r--r--www/phprecipebook/Makefile1
-rw-r--r--www/revive-adserver/Makefile1
44 files changed, 55 insertions, 3 deletions
diff --git a/archivers/php-horde_lz4/Makefile b/archivers/php-horde_lz4/Makefile
index 976d6e12067b..6ee37dc6175f 100644
--- a/archivers/php-horde_lz4/Makefile
+++ b/archivers/php-horde_lz4/Makefile
@@ -14,6 +14,7 @@ COMMENT= Horde LZ4 Compression Extension for php
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-horde_lz4
diff --git a/archivers/php5-snappy/Makefile b/archivers/php5-snappy/Makefile
index 574f96c1a7af..76c7113b4155 100644
--- a/archivers/php5-snappy/Makefile
+++ b/archivers/php5-snappy/Makefile
@@ -22,6 +22,7 @@ USE_PHPEXT= yes
PHP_MODNAME= snappy
WRKSRC= ${WRKDIR}/${PROJECTHOST}
OPTIONS_DEFINE= TEST
+IGNORE_WITH_PHP= 70
post-build-TEST-on:
@(cd ${WRKSRC} && ${MAKE} ${MAKE_ENV} NO_INTERACTION=yes ${.TARGET})
diff --git a/chinese/php-cconv/Makefile b/chinese/php-cconv/Makefile
index b13624c84305..941d4d425278 100644
--- a/chinese/php-cconv/Makefile
+++ b/chinese/php-cconv/Makefile
@@ -18,6 +18,7 @@ LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE}
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
post-patch:
@${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c
diff --git a/converters/php5-bsdconv/Makefile b/converters/php5-bsdconv/Makefile
index bb1b927711a8..75e829af4bb4 100644
--- a/converters/php5-bsdconv/Makefile
+++ b/converters/php5-bsdconv/Makefile
@@ -22,6 +22,7 @@ USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
PHP_MODNAME= ${PORTNAME}
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE}
.include <bsd.port.mk>
diff --git a/databases/php-adodb-ext/Makefile b/databases/php-adodb-ext/Makefile
index 2b3ccd412736..abe712318300 100644
--- a/databases/php-adodb-ext/Makefile
+++ b/databases/php-adodb-ext/Makefile
@@ -19,7 +19,7 @@ USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= adodb
PHP_DEFAULT= 55
-IGNORE_WITH_PHP=56
+IGNORE_WITH_PHP=56 70
SUB_FILES= pkg-message
diff --git a/databases/php-mdcached/Makefile b/databases/php-mdcached/Makefile
index 31c0f35af5fe..75a784957ba1 100644
--- a/databases/php-mdcached/Makefile
+++ b/databases/php-mdcached/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libmdcached.so:${PORTSDIR}/databases/mdcached
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-mdcached
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}/client_php/${PORTNAME}
diff --git a/databases/php55-redis/Makefile b/databases/php55-redis/Makefile
index 6a969e556818..91bd027e9a64 100644
--- a/databases/php55-redis/Makefile
+++ b/databases/php55-redis/Makefile
@@ -19,6 +19,7 @@ USE_PHP= session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_DEFAULT= 5.5
+IGNORE_WITH_PHP= 56 70
PHP_MODNAME= redis
diff --git a/databases/php56-redis/Makefile b/databases/php56-redis/Makefile
index c4aabec2702a..4864201131cf 100644
--- a/databases/php56-redis/Makefile
+++ b/databases/php56-redis/Makefile
@@ -15,6 +15,7 @@ USE_PHP= session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_DEFAULT= 5.6
+IGNORE_WITH_PHP= 55 70
USE_GITHUB= yes
GH_ACCOUNT= nicolasff
diff --git a/devel/php-jq/Makefile b/devel/php-jq/Makefile
index a3ae75184873..1b0f805480f3 100644
--- a/devel/php-jq/Makefile
+++ b/devel/php-jq/Makefile
@@ -20,6 +20,7 @@ GH_PROJECT= php-ext-jq
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
USES= tar:tgz
JQ_CMD= ${LOCALBASE}/bin/jq
diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile
index 1e0bcbdb8aae..e39fbfaeb63e 100644
--- a/devel/php-memoize/Makefile
+++ b/devel/php-memoize/Makefile
@@ -18,6 +18,7 @@ USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
PHP_MODNAME= memoize
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-memoize
OPTIONS_DEFINE= APC MEMCACHED MEMORY
diff --git a/devel/php-scalar_objects/Makefile b/devel/php-scalar_objects/Makefile
index ac9e2f3c20f8..1707be597902 100644
--- a/devel/php-scalar_objects/Makefile
+++ b/devel/php-scalar_objects/Makefile
@@ -20,5 +20,6 @@ USE_PHP= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile
index 2fa86a0c96ec..0e3b82866d0e 100644
--- a/devel/php-uprofiler/Makefile
+++ b/devel/php-uprofiler/Makefile
@@ -20,5 +20,6 @@ USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USES= tar:tgz
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile
index 790433f3cd2e..101ff9c288eb 100644
--- a/devel/php-xdebug/Makefile
+++ b/devel/php-xdebug/Makefile
@@ -20,4 +20,6 @@ USES= tar:tgz
SUB_FILES= pkg-message
+IGNORE_WITH_PHP= 70
+
.include <bsd.port.mk>
diff --git a/devel/php5-blitz-devel/Makefile b/devel/php5-blitz-devel/Makefile
index a0333a7c9582..7af9713669c6 100644
--- a/devel/php5-blitz-devel/Makefile
+++ b/devel/php5-blitz-devel/Makefile
@@ -17,5 +17,6 @@ USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= blitz
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile
index a4424243d99e..2c2c96796982 100644
--- a/devel/php5-blitz/Makefile
+++ b/devel/php5-blitz/Makefile
@@ -15,5 +15,6 @@ CONFLICTS= php5-blitz-devel-[0-9]*
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile
index 1432d8c53697..9be5785f35c4 100644
--- a/devel/php5-dav/Makefile
+++ b/devel/php5-dav/Makefile
@@ -21,6 +21,8 @@ USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= dav
+IGNORE_WITH_PHP= 70
+
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>
diff --git a/devel/php5-ice/Makefile b/devel/php5-ice/Makefile
index 58121aa291f7..3bf6ee73c0f5 100644
--- a/devel/php5-ice/Makefile
+++ b/devel/php5-ice/Makefile
@@ -25,7 +25,7 @@ MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${LOCALBASE} \
PHP_HOME=${LOCALBASE} OPTIMIZE=yes
USE_PHP= yes
USE_PHP_BUILD= yes
-IGNORE_WITH_PHP=52
+IGNORE_WITH_PHP=70
BUILD_WRKSRC= ${WRKSRC}/php
INSTALL_WRKSRC= ${WRKSRC}/php
diff --git a/devel/php5-msgpack/Makefile b/devel/php5-msgpack/Makefile
index c9e6c585c1ef..18cefee20ccd 100644
--- a/devel/php5-msgpack/Makefile
+++ b/devel/php5-msgpack/Makefile
@@ -19,4 +19,6 @@ USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= msgpack
+IGNORE_WITH_PHP= 70
+
.include <bsd.port.mk>
diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile
index c79942bf092b..cca1b532446c 100644
--- a/devel/php5-pinba/Makefile
+++ b/devel/php5-pinba/Makefile
@@ -20,5 +20,6 @@ GH_TAGNAME= f76b673
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= pinba
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile
index 095b1b4b5422..d6ebfa9fcbdb 100644
--- a/devel/php5-thrift/Makefile
+++ b/devel/php5-thrift/Makefile
@@ -15,6 +15,7 @@ USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
PHP_MODNAME= thrift_protocol
+IGNORE_WITH_PHP= 70
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 f0402c361dfa..d3798c817076 100644
--- a/finance/php-tclink/Makefile
+++ b/finance/php-tclink/Makefile
@@ -16,4 +16,6 @@ USE_PHP= yes
USE_PHPEXT= yes
USE_OPENSSL= yes
+IGNORE_WITH_PHP= 70
+
.include <bsd.port.mk>
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile
index ddbdcd045ede..5f4ffb4fdc84 100644
--- a/graphics/php-gdal/Makefile
+++ b/graphics/php-gdal/Makefile
@@ -25,6 +25,7 @@ PHP_MOD_NAME= php_${PORTNAME}
USE_PHP= yes
USE_PHP_BUILD= yes
USES= gmake localbase tar:xz
+IGNORE_WITH_PHP= 70
WRKSRC_SUBDIR= swig/php
diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile
index b159f9a68a88..3dd78d104b12 100644
--- a/graphics/php-libpuzzle/Makefile
+++ b/graphics/php-libpuzzle/Makefile
@@ -23,6 +23,7 @@ USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
+IGNORE_WITH_PHP= 70
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME}
diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile
index 7ab76f4bfd1e..16627b3266ce 100644
--- a/graphics/php-magickwand/Makefile
+++ b/graphics/php-magickwand/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick
USES= pkgconfig
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-magickwand=${LOCALBASE}
diff --git a/japanese/php5-mecab/Makefile b/japanese/php5-mecab/Makefile
index 5513974c2572..4de655a2e21d 100644
--- a/japanese/php5-mecab/Makefile
+++ b/japanese/php5-mecab/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config
.include <bsd.port.pre.mk>
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile
index 97e9876a3e77..4e591edb3ef7 100644
--- a/net-mgmt/observium/Makefile
+++ b/net-mgmt/observium/Makefile
@@ -54,6 +54,7 @@ SHEBANG_FILES= mibs/process.pl \
USE_PHP= ctype filter gd iconv json mcrypt mysql mysqli posix session snmp tokenizer xml zlib
WANT_PHP_CLI= yes
+IGNORE_WITH_PHP= 70
NO_BUILD= yes
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile
index 0b5203939c7b..c4cca5e4f2d1 100644
--- a/net-mgmt/phpip/Makefile
+++ b/net-mgmt/phpip/Makefile
@@ -20,6 +20,8 @@ USE_PHP= mysql
USES= dos2unix
WANT_PHP_WEB= yes
+IGNORE_WITH_PHP= 70
+
PHPIP?= www/phpip
PLIST_SUB+= PHPIP=${PHPIP} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile
index abe5f3cfe5b2..65b806873dc2 100644
--- a/net-mgmt/zabbix2-frontend/Makefile
+++ b/net-mgmt/zabbix2-frontend/Makefile
@@ -20,6 +20,8 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQL MYSQLI
MYSQLI_DESC= MySQLI backend
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/net-mgmt/zabbix22-frontend/Makefile b/net-mgmt/zabbix22-frontend/Makefile
index 0e3e21ca6e3f..d70f8c4193c1 100644
--- a/net-mgmt/zabbix22-frontend/Makefile
+++ b/net-mgmt/zabbix22-frontend/Makefile
@@ -20,6 +20,8 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQL MYSQLI
MYSQLI_DESC= MySQLI backend
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/net-mgmt/zabbix24-frontend/Makefile b/net-mgmt/zabbix24-frontend/Makefile
index 58e0ac40f423..514fb58a3a05 100644
--- a/net-mgmt/zabbix24-frontend/Makefile
+++ b/net-mgmt/zabbix24-frontend/Makefile
@@ -20,6 +20,8 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQL MYSQLI
MYSQLI_DESC= MySQLI backend
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile
index e2ce82a067ca..937c882a26ab 100644
--- a/security/php-suhosin/Makefile
+++ b/security/php-suhosin/Makefile
@@ -17,6 +17,7 @@ OPTIONS_DEFINE= EXAMPLES
USE_PHP= session
USE_PHPEXT= yes
USE_PHP_BUILD= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-suhosin
diff --git a/security/phpdeadlock/Makefile b/security/phpdeadlock/Makefile
index e3be513b4bcf..a50e050b89c2 100644
--- a/security/phpdeadlock/Makefile
+++ b/security/phpdeadlock/Makefile
@@ -24,6 +24,8 @@ USE_APACHE_RUN= 22+
USE_PHP= mysql session ctype pcre
NO_BUILD= yes
+IGNORE_WITH_PHP= 70
+
SUB_FILES= pkg-message
SUB_LIST= DLURL=${DLURL} DLDIR=${DLDIR}
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
diff --git a/textproc/libmrss-php/Makefile b/textproc/libmrss-php/Makefile
index 7a47bf9e29c7..220a196fcf6d 100644
--- a/textproc/libmrss-php/Makefile
+++ b/textproc/libmrss-php/Makefile
@@ -26,6 +26,7 @@ USE_LDCONFIG= yes
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= mrss
+IGNORE_WITH_PHP= 70
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss
post-install:
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile
index eff5b3296cfb..2760d3ca379f 100644
--- a/www/eaccelerator/Makefile
+++ b/www/eaccelerator/Makefile
@@ -25,7 +25,7 @@ DOCCOMM_CONFIGURE_WITH= eaccelerator-doc-comment-inclusion
USE_PHP= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
-IGNORE_WITH_PHP= 55 56
+IGNORE_WITH_PHP= 55 56 70
CONFIGURE_ARGS= --enable-eaccelerator=shared \
--with-eaccelerator-userid=80
diff --git a/www/mediawiki123/Makefile b/www/mediawiki123/Makefile
index dfb1eb5a0f5d..9fb3cfa074a9 100644
--- a/www/mediawiki123/Makefile
+++ b/www/mediawiki123/Makefile
@@ -40,6 +40,8 @@ XCACHE_DESC= Use xCache (instead of pecl-APC)
IMAGICK_DESC= Use ImageMagick
SOCKETS_DESC= Use sockets
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/www/mediawiki124/Makefile b/www/mediawiki124/Makefile
index 33dbb1b5079f..553cca77d783 100644
--- a/www/mediawiki124/Makefile
+++ b/www/mediawiki124/Makefile
@@ -40,6 +40,8 @@ XCACHE_DESC= Use xCache (instead of pecl-APC)
IMAGICK_DESC= Use ImageMagick
SOCKETS_DESC= Use sockets
+MYSQL_VARS= IGNORE_WITH_PHP+=70
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
diff --git a/www/mediawiki125/Makefile b/www/mediawiki125/Makefile
index bd55058877d0..9e3d2bc9d007 100644
--- a/www/mediawiki125/Makefile
+++ b/www/mediawiki125/Makefile
@@ -49,6 +49,7 @@ IMAGICK_DESC= Use ImageMagick
SOCKETS_DESC= Use sockets
MYSQL_USE= mysql=client php=mysql
+MYSQL_VARS= IGNORE_WITH_PHP+=70
PGSQL_USE= php=pgsql
SQLITE_USE= php=sqlite3
LDAP_USE= php=ldap
diff --git a/www/mediawiki126/Makefile b/www/mediawiki126/Makefile
index 6fe500deab12..e0acbc12fb84 100644
--- a/www/mediawiki126/Makefile
+++ b/www/mediawiki126/Makefile
@@ -48,6 +48,7 @@ IMAGICK_DESC= Use ImageMagick
SOCKETS_DESC= Use sockets
MYSQL_USE= mysql=client php=mysql
+MYSQL_VARS= IGNORE_WITH_PHP+=70
PGSQL_USE= php=pgsql
SQLITE_USE= php=sqlite3
LDAP_USE= php=ldap
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index 89401b232251..a3f335688443 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -41,6 +41,7 @@ LDAP_USE= PHP=ldap
MP3INFO_BUILD_DEPENDS= mp3info:${PORTSDIR}/audio/mp3info
MP3INFO_RUN_DEPENDS= ${MP3INFO_BUILD_DEPENDS}
MYSQL_USE= MYSQL=client PHP=mysql,pdo_mysql
+MYSQL_VARS= IGNORE_WITH_PHP+=70
PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql,pgsql
SQLITE_USE= PHP=pdo_sqlite,sqlite3
diff --git a/www/phalcon/Makefile b/www/phalcon/Makefile
index 1aaaf0a26efb..2fea2900b035 100644
--- a/www/phalcon/Makefile
+++ b/www/phalcon/Makefile
@@ -15,6 +15,7 @@ USE_PHP= hash pdo
USE_PHPEXT= yes
USE_PHPIZE= yes
USE_PHP_BUILD= yes
+IGNORE_WITH_PHP= 70
ONLY_FOR_ARCHS= amd64 i386
diff --git a/www/php-templates/Makefile b/www/php-templates/Makefile
index efb267157b53..7fb1794571c9 100644
--- a/www/php-templates/Makefile
+++ b/www/php-templates/Makefile
@@ -19,6 +19,7 @@ USES= dos2unix
USE_PHP= yes
USE_PHPIZE= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-templates=shared
diff --git a/www/phpgroupware/Makefile b/www/phpgroupware/Makefile
index a39d780b1058..a33f0e9bc5aa 100644
--- a/www/phpgroupware/Makefile
+++ b/www/phpgroupware/Makefile
@@ -11,6 +11,7 @@ COMMENT= Web based GroupWare system
USES= tar:bzip2
USE_PHP= yes
WANT_PHP_MOD= yes
+IGNORE_WITH_PHP= 70
NO_BUILD= yes
NO_ARCH= yes
diff --git a/www/phprecipebook/Makefile b/www/phprecipebook/Makefile
index 2487d3d33ddc..263d896a95e0 100644
--- a/www/phprecipebook/Makefile
+++ b/www/phprecipebook/Makefile
@@ -26,6 +26,7 @@ OPTIONS_SINGLE_BACKEND= MYSQL PGSQL
OPTIONS_DEFAULT= MYSQL
MYSQL_USE= PHP=mysql MYSQL=yes
+MYSQL_VARS= IGNORE_WITH_PHP+=70
PGSQL_USE= PHP=pgsql
PGSQL_USES= pgsql
diff --git a/www/revive-adserver/Makefile b/www/revive-adserver/Makefile
index 9b736030c1bf..049eab66777d 100644
--- a/www/revive-adserver/Makefile
+++ b/www/revive-adserver/Makefile
@@ -23,6 +23,7 @@ PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= xml pcre zlib mysql pgsql ftp
+IGNORE_WITH_PHP= 70
.endif
do-install: