diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-18 14:47:05 +0000 |
commit | 5a67738f00f2c73ee582719beead9c63ffe151d2 (patch) | |
tree | e69b03665ccb6cfc03028cfd2ad64ba204ed3d0f | |
parent | d5fe20d168ccdd92ecca8045d08c444895d116d0 (diff) |
- Ignore php70
- While here remove old php gruft
Notes
Notes:
svn path=/head/; revision=409110
114 files changed, 117 insertions, 32 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index fb19cf15342d..1b4bca0a4a65 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -17,6 +17,8 @@ USES= tar:tgz USE_PHP= spl USE_PHPEXT= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 + CONFIGURE_ARGS= --enable-rar diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile index ef9ab7961810..5911d2b33005 100644 --- a/converters/pecl-fribidi/Makefile +++ b/converters/pecl-fribidi/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libfribidi.so:${PORTSDIR}/converters/fribidi USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 382077059410..3daac9959255 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -19,5 +19,6 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile index 641c0a4fb883..eb4891651c24 100644 --- a/databases/pecl-chdb/Makefile +++ b/databases/pecl-chdb/Makefile @@ -21,7 +21,7 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= chdb -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP= 70 CFLAGS+= -L${LOCALBASE}/lib diff --git a/databases/pecl-dbase/Makefile b/databases/pecl-dbase/Makefile index 51e72f0d0562..ecf37df09efb 100644 --- a/databases/pecl-dbase/Makefile +++ b/databases/pecl-dbase/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index b7325a44b2cc..ea5254fc4a89 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/databases/pecl-leveldb/Makefile b/databases/pecl-leveldb/Makefile index 86b6c39283a4..2296d131a5de 100644 --- a/databases/pecl-leveldb/Makefile +++ b/databases/pecl-leveldb/Makefile @@ -20,5 +20,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile index 5ea2a72f2e95..d6e90a67edab 100644 --- a/databases/pecl-mdbtools/Makefile +++ b/databases/pecl-mdbtools/Makefile @@ -21,7 +21,7 @@ USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE} diff --git a/databases/pecl-memcache/Makefile b/databases/pecl-memcache/Makefile index f05384d4cb17..4d658472a0fb 100644 --- a/databases/pecl-memcache/Makefile +++ b/databases/pecl-memcache/Makefile @@ -20,6 +20,7 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes USES= dos2unix tar:tgz +IGNORE_WITH_PHP= 70 post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ diff --git a/databases/pecl-memcached/Makefile b/databases/pecl-memcached/Makefile index 4705adfb131e..3ff38facf1aa 100644 --- a/databases/pecl-memcached/Makefile +++ b/databases/pecl-memcached/Makefile @@ -25,6 +25,7 @@ USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes USES= pkgconfig tar:tgz +IGNORE_WITH_PHP= 70 IGBINARY_CONFIGURE_ENABLE= memcached-igbinary IGBINARY_USE= PHP=igbinary diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 99cb2043764f..bd10334f6dc0 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -21,5 +21,6 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-mysqlnd_ms/Makefile b/databases/pecl-mysqlnd_ms/Makefile index 2fd467a4b426..acd50e884da2 100644 --- a/databases/pecl-mysqlnd_ms/Makefile +++ b/databases/pecl-mysqlnd_ms/Makefile @@ -16,6 +16,6 @@ USE_PHP= json USE_PHP_BUILD= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 .include <bsd.port.mk> diff --git a/databases/pecl-mysqlnd_qc/Makefile b/databases/pecl-mysqlnd_qc/Makefile index 241ed184c5a9..ada9828fd480 100644 --- a/databases/pecl-mysqlnd_qc/Makefile +++ b/databases/pecl-mysqlnd_qc/Makefile @@ -15,6 +15,6 @@ COMMENT= Query cache plugin for mysqlnd USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 .include <bsd.port.mk> diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile index 9866a2ac9703..7605923ebd24 100644 --- a/databases/pecl-pdo_user/Makefile +++ b/databases/pecl-pdo_user/Makefile @@ -20,5 +20,6 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= pdo_user +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile index dadff2cc5d36..9c4cdaf5576c 100644 --- a/databases/pecl-rrd/Makefile +++ b/databases/pecl-rrd/Makefile @@ -20,5 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile index a7a4b2ed17ba..6fed885cea5a 100644 --- a/databases/pecl-tokyo_tyrant/Makefile +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -20,5 +20,6 @@ USE_PHP= session USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile index b613bf171447..515c2cb207c8 100644 --- a/devel/pecl-APCu/Makefile +++ b/devel/pecl-APCu/Makefile @@ -21,6 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 USES= tar:tgz PHP_MODNAME= ${PORTNAME:tl} WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} diff --git a/devel/pecl-automap/Makefile b/devel/pecl-automap/Makefile index 7cb808b97ba5..a6f08142273c 100644 --- a/devel/pecl-automap/Makefile +++ b/devel/pecl-automap/Makefile @@ -18,7 +18,7 @@ USE_PHP= spl USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= automap -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-automap diff --git a/devel/pecl-bbcode/Makefile b/devel/pecl-bbcode/Makefile index b9fcba0ac6a2..67e8c936fb67 100644 --- a/devel/pecl-bbcode/Makefile +++ b/devel/pecl-bbcode/Makefile @@ -18,7 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-bbcode diff --git a/devel/pecl-bcompiler/Makefile b/devel/pecl-bcompiler/Makefile index f83df8b1a54e..2d3b29490c89 100644 --- a/devel/pecl-bcompiler/Makefile +++ b/devel/pecl-bcompiler/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= bz2 USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP=56 70 CONFIGURE_ARGS= --enable-bcompiler diff --git a/devel/pecl-dio/Makefile b/devel/pecl-dio/Makefile index 5f247cf2929e..eb53d25e9a75 100644 --- a/devel/pecl-dio/Makefile +++ b/devel/pecl-dio/Makefile @@ -15,5 +15,6 @@ LICENSE= PHP30 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-eio/Makefile b/devel/pecl-eio/Makefile index 5c83d5d89bf1..9524ed531ae2 100644 --- a/devel/pecl-eio/Makefile +++ b/devel/pecl-eio/Makefile @@ -17,6 +17,6 @@ LICENSE= PHP301 CONFIGURE_ARGS= --enable-eio USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 52 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-ev/Makefile b/devel/pecl-ev/Makefile index 843b098d34f1..8bf7b3e9f048 100644 --- a/devel/pecl-ev/Makefile +++ b/devel/pecl-ev/Makefile @@ -20,5 +20,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile index 09eb9df2781d..d8f23b466f9b 100644 --- a/devel/pecl-event/Makefile +++ b/devel/pecl-event/Makefile @@ -22,6 +22,6 @@ USE_PHP= sockets USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= event -IGNORE_WITH_PHP=52 53 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile index 72794e2e78c9..add28b343728 100644 --- a/devel/pecl-expect/Makefile +++ b/devel/pecl-expect/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libexpect.so:${PORTSDIR}/lang/expect USES= tar:tgz tcl:86 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CFLAGS+= -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+=--with-expect=${LOCALBASE} diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile index 52991a3be47b..5fe8c3f9130d 100644 --- a/devel/pecl-gearman/Makefile +++ b/devel/pecl-gearman/Makefile @@ -20,5 +20,6 @@ CONFIGURE_ARGS= --with-gearman PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-hidef/Makefile b/devel/pecl-hidef/Makefile index 8f50f6ebc3ef..eeaf51d24a99 100644 --- a/devel/pecl-hidef/Makefile +++ b/devel/pecl-hidef/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-hidef diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile index 1a4edfb2d17c..0074d0ab9520 100644 --- a/devel/pecl-htscanner/Makefile +++ b/devel/pecl-htscanner/Makefile @@ -16,6 +16,7 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-htscanner diff --git a/devel/pecl-inclued/Makefile b/devel/pecl-inclued/Makefile index eecdc83043a4..264b7d57a8bd 100644 --- a/devel/pecl-inclued/Makefile +++ b/devel/pecl-inclued/Makefile @@ -19,7 +19,7 @@ EXPIRATION_DATE=2016-03-15 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 55 56 70 CONFIGURE_ARGS= --enable-inclued diff --git a/devel/pecl-inotify/Makefile b/devel/pecl-inotify/Makefile index 1581efc90196..af2cd45c6dd7 100644 --- a/devel/pecl-inotify/Makefile +++ b/devel/pecl-inotify/Makefile @@ -21,5 +21,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index e3698e50169b..84ad163064be 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -19,5 +19,6 @@ LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-jsmin/Makefile b/devel/pecl-jsmin/Makefile index 1346629831f6..df4c0f697661 100644 --- a/devel/pecl-jsmin/Makefile +++ b/devel/pecl-jsmin/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-jsonc/Makefile b/devel/pecl-jsonc/Makefile index 514d72c63a18..46438cd151bc 100644 --- a/devel/pecl-jsonc/Makefile +++ b/devel/pecl-jsonc/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-jsonc --with-libjson MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=52 53 +IGNORE_WITH_PHP=70 CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* .include <bsd.port.mk> diff --git a/devel/pecl-jsond/Makefile b/devel/pecl-jsond/Makefile index 9ac5ad015966..9d6fb0b1821f 100644 --- a/devel/pecl-jsond/Makefile +++ b/devel/pecl-jsond/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile index 933c4f5c89f6..ee5b7ab2744f 100644 --- a/devel/pecl-jsonnet/Makefile +++ b/devel/pecl-jsonnet/Makefile @@ -22,5 +22,6 @@ USE_PHP= json USE_PHPEXT= yes USE_PHP_BUILD= yes CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE} +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-judy/Makefile b/devel/pecl-judy/Makefile index 814182574bf7..7fbae3da5218 100644 --- a/devel/pecl-judy/Makefile +++ b/devel/pecl-judy/Makefile @@ -21,5 +21,6 @@ BUILD_DEPENDS= Judy>=0:${PORTSDIR}/devel/judy CONFIGURE_ARGS= --with-judy=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index 4cded7849073..705de0746900 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -22,5 +22,6 @@ USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= libevent +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-mcve/Makefile b/devel/pecl-mcve/Makefile index 243b0c406f8c..bb90d72f0293 100644 --- a/devel/pecl-mcve/Makefile +++ b/devel/pecl-mcve/Makefile @@ -20,7 +20,7 @@ USES= tar:tgz USE_OPENSSL= yes USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}" post-patch: diff --git a/devel/pecl-memoize/Makefile b/devel/pecl-memoize/Makefile index 4c2f9690a5fc..57509100c04b 100644 --- a/devel/pecl-memoize/Makefile +++ b/devel/pecl-memoize/Makefile @@ -18,6 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-memoize +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= APC MEMCACHED MEMORY OPTIONS_DEFAULT=MEMORY diff --git a/devel/pecl-msgpack/Makefile b/devel/pecl-msgpack/Makefile index c361155e79ee..0bf73c9381c3 100644 --- a/devel/pecl-msgpack/Makefile +++ b/devel/pecl-msgpack/Makefile @@ -17,5 +17,6 @@ USES= tar:tgz USE_PHP= session USE_PHPEXT= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-ncurses/Makefile b/devel/pecl-ncurses/Makefile index 4c8b615d9186..7b0a83b5e4ac 100644 --- a/devel/pecl-ncurses/Makefile +++ b/devel/pecl-ncurses/Makefile @@ -19,6 +19,6 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes WANT_PHP_CLI= yes -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP=70 .include <bsd.port.mk> diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index 7140b872f12a..88dc4ce53f7c 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -19,6 +19,7 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= newt +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile index 837d53f8d884..091d3e449dd6 100644 --- a/devel/pecl-operator/Makefile +++ b/devel/pecl-operator/Makefile @@ -17,7 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 post-extract:: @${CAT} ${PKGMESSAGE} diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index c5fccba852a8..349d38549bc0 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -15,6 +15,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-params diff --git a/devel/pecl-propro/Makefile b/devel/pecl-propro/Makefile index d89a273251e2..94f7f7c482d3 100644 --- a/devel/pecl-propro/Makefile +++ b/devel/pecl-propro/Makefile @@ -19,5 +19,6 @@ PORTSCOUT= limit:^1.* USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-qb/Makefile b/devel/pecl-qb/Makefile index 5c2dda339457..0b6761a2a304 100644 --- a/devel/pecl-qb/Makefile +++ b/devel/pecl-qb/Makefile @@ -18,6 +18,7 @@ USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz USE_GCC= any +IGNORE_WITH_PHP= 70 .include <bsd.port.pre.mk> diff --git a/devel/pecl-raphf/Makefile b/devel/pecl-raphf/Makefile index 8727e73b86ef..a8c53e2de3e1 100644 --- a/devel/pecl-raphf/Makefile +++ b/devel/pecl-raphf/Makefile @@ -19,5 +19,6 @@ PORTSCOUT= limit:^1.* USES= gmake tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile index a29dca08ca26..ab2ce81a258e 100644 --- a/devel/pecl-runkit/Makefile +++ b/devel/pecl-runkit/Makefile @@ -17,6 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-runkit=classkit diff --git a/devel/pecl-scream/Makefile b/devel/pecl-scream/Makefile index f0734eb26594..84bb9511ddc4 100644 --- a/devel/pecl-scream/Makefile +++ b/devel/pecl-scream/Makefile @@ -16,6 +16,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 test: build @(cd ${WRKSRC} && ${MAKE} test) diff --git a/devel/pecl-shape/Makefile b/devel/pecl-shape/Makefile index 08e01681c9d3..ea87867b522f 100644 --- a/devel/pecl-shape/Makefile +++ b/devel/pecl-shape/Makefile @@ -21,7 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= shp -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-shp=${LOCALBASE} diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile index 7ac933be74cc..b1e2afce6e37 100644 --- a/devel/pecl-spl_types/Makefile +++ b/devel/pecl-spl_types/Makefile @@ -21,7 +21,8 @@ RE2C_RUN_DEPENDS= re2c:${PORTSDIR}/devel/re2c USE_PHP= spl #USE_PHP_BUILD= yes USE_PHPEXT= yes -USES= tar:tgz tar:tgz +USES= tar:tgz +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile index daec314ef870..7293b6658e16 100644 --- a/devel/pecl-spread/Makefile +++ b/devel/pecl-spread/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-spread=${LOCALBASE} diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 9c2f122a5986..7561ee4e288d 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libstatgrab0.so:${PORTSDIR}/devel/libstatgrab0 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile index 97cc365f8210..fc6171ec9dc8 100644 --- a/devel/pecl-svn/Makefile +++ b/devel/pecl-svn/Makefile @@ -19,5 +19,6 @@ LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion18 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-sync/Makefile b/devel/pecl-sync/Makefile index d70220ea682a..59775a9b0c63 100644 --- a/devel/pecl-sync/Makefile +++ b/devel/pecl-sync/Makefile @@ -16,5 +16,6 @@ LICENSE= MIT USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile index 41e4a5167c18..2a27e5bdb86f 100644 --- a/devel/pecl-test_helpers/Makefile +++ b/devel/pecl-test_helpers/Makefile @@ -19,6 +19,7 @@ USE_PHPEXT= yes USE_PHPIZE= yes USES= tar:tgz SUB_FILES= pkg-message +IGNORE_WITH_PHP= 70 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/devel/pecl-trace/Makefile b/devel/pecl-trace/Makefile index fa3a5e7565e6..9a37f2c25d4a 100644 --- a/devel/pecl-trace/Makefile +++ b/devel/pecl-trace/Makefile @@ -21,6 +21,7 @@ USES= gmake shebangfix tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 SHEBANG_FILES= ${CMDTOOLSRC}/phptrace PLIST_FILES= bin/phptrace \ diff --git a/devel/pecl-uopz/Makefile b/devel/pecl-uopz/Makefile index 5ba7fe626514..c65c3d32109a 100644 --- a/devel/pecl-uopz/Makefile +++ b/devel/pecl-uopz/Makefile @@ -16,6 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz -IGNORE_WITH_PHP= 53 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index a28815942f60..2e925137b6c3 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -16,6 +16,7 @@ LICENSE= PHP301 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-uploadprogress diff --git a/devel/pecl-uri_template/Makefile b/devel/pecl-uri_template/Makefile index 691dbc2affbd..7c52254887a5 100644 --- a/devel/pecl-uri_template/Makefile +++ b/devel/pecl-uri_template/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-vld/Makefile b/devel/pecl-vld/Makefile index c124bdbb6ddf..7d941c729b76 100644 --- a/devel/pecl-vld/Makefile +++ b/devel/pecl-vld/Makefile @@ -16,6 +16,7 @@ LICENSE= BSD2CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-vld diff --git a/devel/pecl-weakref/Makefile b/devel/pecl-weakref/Makefile index f1c2c2c8cbda..1c3373cd7f64 100644 --- a/devel/pecl-weakref/Makefile +++ b/devel/pecl-weakref/Makefile @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CFLAGS+= -I${LOCALBASE}/include diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index 0856823a3e12..3d008ace5834 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -19,5 +19,6 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes ONLY_FOR_ARCHS= i386 amd64 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/devel/pecl-yac/Makefile b/devel/pecl-yac/Makefile index 9633cbc1ff2b..e7ec1b1af0fb 100644 --- a/devel/pecl-yac/Makefile +++ b/devel/pecl-yac/Makefile @@ -17,6 +17,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module diff --git a/devel/pecl-zookeeper/Makefile b/devel/pecl-zookeeper/Makefile index 3be1c5d72a2c..ddc8d33cc5fa 100644 --- a/devel/pecl-zookeeper/Makefile +++ b/devel/pecl-zookeeper/Makefile @@ -20,6 +20,7 @@ USE_PHP= session USE_PHP_BUILD= session USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index 8ba767b2d9ad..8188664c2082 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 24db2c731929..4ec74b49f082 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -22,6 +22,7 @@ X11_LIB_DEPENDS_OFF= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-imagick=${LOCALBASE} diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index d23a5094df9d..6e882d053500 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index f480c0553461..279a1d31cde4 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode USE_PHP= yes USE_PHPEXT= yes USES= tar:bzip2 +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-qrencode=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index f79a34d7f39d..a1cf9c481e16 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -17,7 +17,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -IGNORE_WITH_PHP= 53 +IGNORE_WITH_PHP= 70 USES= perl5 tar:tgz diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index d034fcedb05a..dbe593ede98b 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 OPTIONS_DEFINE= RE2C OPTIONS_DEFAULT= RE2C diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index 0ee34f0a760d..b607f402dd89 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -19,5 +19,6 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= mailparse +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index 42514fb4df88..b5f7d77985b9 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -17,5 +17,6 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= pop3 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 223adf30fc7c..505e45bd0f5a 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -14,6 +14,7 @@ COMMENT= Functions for calculations with arbitrary length integers and bitsets USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 DOCS= CREDITS INSTALL LICENSE README docs/index.html libbig_int/CREDITS \ libbig_int/LICENSE diff --git a/math/pecl-bitset/Makefile b/math/pecl-bitset/Makefile index ee6154998ddd..3fd27da6788f 100644 --- a/math/pecl-bitset/Makefile +++ b/math/pecl-bitset/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 979493cdab02..0b753e3d4b26 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP30 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 63d4259635b6..6c42c39d1c8f 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -16,7 +16,6 @@ LICENSE= BSD2CLAUSE USE_PHP= yes USE_PHPEXT= yes - -IGNORE_WITH_PHP= 52 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-amqp/Makefile b/net/pecl-amqp/Makefile index b10d1bb9a461..c1ba0f61f0df 100644 --- a/net/pecl-amqp/Makefile +++ b/net/pecl-amqp/Makefile @@ -18,5 +18,6 @@ LIB_DEPENDS= librabbitmq.so:${PORTSDIR}/net/rabbitmq-c-devel PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-apn/Makefile b/net/pecl-apn/Makefile index cb18c648eac5..138cd107ab91 100644 --- a/net/pecl-apn/Makefile +++ b/net/pecl-apn/Makefile @@ -21,6 +21,6 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes CONFIGURE_ARGS= --with-apn=${LOCALBASE} -IGNORE_WITH_PHP=52 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-cvsclient/Makefile b/net/pecl-cvsclient/Makefile index d0598f686875..0ce7a46a4b08 100644 --- a/net/pecl-cvsclient/Makefile +++ b/net/pecl-cvsclient/Makefile @@ -16,6 +16,6 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 .include <bsd.port.mk> diff --git a/net/pecl-geoip/Makefile b/net/pecl-geoip/Makefile index b9f42bff251f..0765387c6ceb 100644 --- a/net/pecl-geoip/Makefile +++ b/net/pecl-geoip/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/config.m4 diff --git a/net/pecl-gupnp/Makefile b/net/pecl-gupnp/Makefile index 8b461ace47d2..d1ca9b4cf2ec 100644 --- a/net/pecl-gupnp/Makefile +++ b/net/pecl-gupnp/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp USE_PHP= yes USE_PHPEXT= yes USES= pkgconfig tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's| -ldl||g' ${WRKSRC}/config.m4 diff --git a/net/pecl-ip2location/Makefile b/net/pecl-ip2location/Makefile index 15c21ca3b384..bfdaf1648abe 100644 --- a/net/pecl-ip2location/Makefile +++ b/net/pecl-ip2location/Makefile @@ -19,5 +19,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile index 6ba42485dc73..e0f2a95172ad 100644 --- a/net/pecl-mosquitto/Makefile +++ b/net/pecl-mosquitto/Makefile @@ -19,5 +19,6 @@ BUILD_DEPENDS= mosquitto>=0:${PORTSDIR}/net/mosquitto USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index dac371c4aefb..925ef334606c 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -23,5 +23,6 @@ CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile index 243b07f28642..7300b0d1d00d 100644 --- a/net/pecl-radius/Makefile +++ b/net/pecl-radius/Makefile @@ -16,6 +16,7 @@ LICENSE= BSD3CLAUSE USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-radius diff --git a/net/pecl-yaz/Makefile b/net/pecl-yaz/Makefile index 31da1b06fdc7..f4c1d7b6cf7f 100644 --- a/net/pecl-yaz/Makefile +++ b/net/pecl-yaz/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libyaz.so:${PORTSDIR}/net/yaz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-yaz=${LOCALBASE} diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile index 8269e633c687..eabd0ce3988d 100644 --- a/net/pecl-yp/Makefile +++ b/net/pecl-yp/Makefile @@ -16,5 +16,6 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index 172daa31908f..4b1c4ac5f33e 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -22,6 +22,8 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= crack +IGNORE_WITH_PHP= 70 + EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack CONFIGURE_ARGS= --with-crack=${LOCALBASE} CFLAGS+= -Wno-deprecated diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 5ec9c037e274..a827a40fcc07 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme USE_PHP= yes USE_PHPEXT= yes USES= localbase tar:tgz +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4 diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index ccfb774b16b7..cb2a62ed910c 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -16,5 +16,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/security/pecl-scrypt/Makefile b/security/pecl-scrypt/Makefile index 4200a602fb6d..7299577e7fd4 100644 --- a/security/pecl-scrypt/Makefile +++ b/security/pecl-scrypt/Makefile @@ -18,6 +18,7 @@ USE_PHP= hash USE_PHPEXT= yes USE_PHP_BUILD= yes INSTALL_TARGET= install-strip +IGNORE_WITH_PHP= 70 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.md diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index f677ba188828..271fc98b1ebf 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile index 901404a3c5b3..0f4b70480183 100644 --- a/security/pecl-taint/Makefile +++ b/security/pecl-taint/Makefile @@ -21,6 +21,6 @@ CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 55 56 70 .include <bsd.port.mk> diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile index 1d4214a47f63..6f7b11c15537 100644 --- a/security/pecl-tcpwrap/Makefile +++ b/security/pecl-tcpwrap/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 56 +IGNORE_WITH_PHP= 56 70 post-patch: @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4 diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 18e698555ab3..49044fa2ecfa 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -20,6 +20,7 @@ USE_PHP= yes USE_PHP_BUILD= spl USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-extract: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 diff --git a/textproc/pecl-cld/Makefile b/textproc/pecl-cld/Makefile index d8443e9b4b89..9b8f0f2801f7 100644 --- a/textproc/pecl-cld/Makefile +++ b/textproc/pecl-cld/Makefile @@ -21,6 +21,7 @@ USE_PHP= yes USE_PHP_BUILD= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-install: @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/php/${PHP_EXT_DIR}/cld.so diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 0992a68913ec..6017e0fe0389 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -19,6 +19,7 @@ USE_PHPEXT= yes USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate +IGNORE_WITH_PHP= 70 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index df5837a128ae..7206f8fbf120 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -18,6 +18,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-doublemetaphone diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile index 1ccd738166fb..bf33d1cfee30 100644 --- a/textproc/pecl-enchant/Makefile +++ b/textproc/pecl-enchant/Makefile @@ -19,7 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS+= --with-enchant=${LOCALBASE} .include <bsd.port.mk> diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index dba19d820f4d..60580410830e 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -20,7 +20,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 56 +IGNORE_WITH_PHP= 56 70 CONFIGURE_ARGS= --enable-html_parse diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index 49cee7fd1a37..a39bba79c03c 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 5e1e6db71194..61eb5ad60f51 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -20,6 +20,7 @@ CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4 diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 7cdbb2790369..15d1678e91b4 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libxdiff.so:${PORTSDIR}/textproc/libxdiff USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index e12004c9cd05..82e2c363cdd4 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -17,6 +17,6 @@ USES= tar:tgz USE_PHP= dom xml xsl USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index 4c30ba7078c5..609acc9d89c8 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -27,7 +27,7 @@ SPINLOCKS_DESC= Spinlocks (experimental) CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-apc -IGNORE_WITH_PHP=55 56 +IGNORE_WITH_PHP=55 56 70 PHP_MODNAME= ${PORTNAME:tl} PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index f843172f57ce..d314255fba5e 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -18,6 +18,7 @@ USES= dos2unix libtool tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= amf +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-amf diff --git a/www/pecl-http1/Makefile b/www/pecl-http1/Makefile index 69e16d1b1192..a0a533364e2e 100644 --- a/www/pecl-http1/Makefile +++ b/www/pecl-http1/Makefile @@ -21,7 +21,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= http -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFLICTS= pecl-http-* CONFIGURE_ARGS+= --with-http-curl-requests \ diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index f6d103477cf5..4d9e8b99201d 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -18,5 +18,6 @@ USE_PHP= json USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index 609fd7c0c03d..f25302847237 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libsphinxclient.so:${PORTSDIR}/textproc/libsphinxclient USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index cdd5e4e03a78..9876e7e376b2 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS:= swish-config:${PORTSDIR}/www/swish-e USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin diff --git a/www/pecl-twig/Makefile b/www/pecl-twig/Makefile index b6d6ab38399a..e4388666d61a 100644 --- a/www/pecl-twig/Makefile +++ b/www/pecl-twig/Makefile @@ -17,5 +17,6 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USES= tar:tgz +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile index e02fbfe7c796..ec88a200aff6 100644 --- a/www/pecl-yaf/Makefile +++ b/www/pecl-yaf/Makefile @@ -23,5 +23,6 @@ PHP_MODNAME= ${PORTNAME:tl} USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile index 6bb059ea524d..865e6738e7d5 100644 --- a/www/pecl-yar/Makefile +++ b/www/pecl-yar/Makefile @@ -19,6 +19,7 @@ USE_PHP= json curl USE_PHPEXT= yes USE_PHPIZE= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config |