diff options
author | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-12-14 21:57:28 +0800 |
commit | f07e901a73cb39e74c97208fd96b33c02b3e5a46 (patch) | |
tree | aa74e05ef162dc15fb8341ffff80ef4081efd27c | |
parent | 5ebd651cf20569ce5a4a83ec48fdd58d38300c12 (diff) | |
download | freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.gz freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.zst freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.zip |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476
82 files changed, 84 insertions, 80 deletions
diff --git a/archivers/pecl-phk/Makefile b/archivers/pecl-phk/Makefile index f1ac96cbd297..8ae4aed3be53 100644 --- a/archivers/pecl-phk/Makefile +++ b/archivers/pecl-phk/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 USES= php:pecl USE_PHP= hash:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-phk diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile index 43f41f3b573a..136917f592c2 100644 --- a/converters/pecl-fribidi/Makefile +++ b/converters/pecl-fribidi/Makefile @@ -12,7 +12,7 @@ COMMENT= PECL extension for the Unicode Bidi algorithm LIB_DEPENDS= libfribidi.so:converters/fribidi USES= php:pecl pkgconfig -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-fribidi=${LOCALBASE} diff --git a/databases/pecl-chdb/Makefile b/databases/pecl-chdb/Makefile index b4a82aee7847..bbe84bb9e63a 100644 --- a/databases/pecl-chdb/Makefile +++ b/databases/pecl-chdb/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph RUN_DEPENDS= ${LOCALBASE}/lib/libcmph.so:devel/cmph USES= php:ext -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CFLAGS+= -L${LOCALBASE}/lib diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index b122f47c8cbd..e0c1b9f00b5d 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP301 LIB_DEPENDS= libdrizzle.so:databases/libdrizzle USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/databases/pecl-leveldb/Makefile b/databases/pecl-leveldb/Makefile index c546ca9e9581..047489212c3f 100644 --- a/databases/pecl-leveldb/Makefile +++ b/databases/pecl-leveldb/Makefile @@ -14,6 +14,6 @@ LICENSE= PHP301 LIB_DEPENDS= libleveldb.so:databases/leveldb USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/databases/pecl-mongo/Makefile b/databases/pecl-mongo/Makefile index 7a33640c4777..f684752acce7 100644 --- a/databases/pecl-mongo/Makefile +++ b/databases/pecl-mongo/Makefile @@ -16,6 +16,6 @@ USES= php:pecl USE_PHP= spl:build CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile index 1a277f0516ed..26826e2a3c12 100644 --- a/databases/pecl-pdo_user/Makefile +++ b/databases/pecl-pdo_user/Makefile @@ -14,6 +14,6 @@ WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION} USES= php:pecl USE_PHP= pdo:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/databases/pecl-rrd1/Makefile b/databases/pecl-rrd1/Makefile index 92c4c1f7252b..6e46c2c27170 100644 --- a/databases/pecl-rrd1/Makefile +++ b/databases/pecl-rrd1/Makefile @@ -10,7 +10,7 @@ COMMENT= PHP bindings to rrd tool system LICENSE= PHP301 -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 LIB_DEPENDS= librrd.so:databases/rrdtool USES= php:pecl localbase pkgconfig diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile index 5733c0768d12..d05afd5aface 100644 --- a/databases/pecl-tokyo_tyrant/Makefile +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= libtokyotyrant.so:databases/tokyotyrant USES= php:pecl pkgconfig USE_PHP= session:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-APCu4/Makefile b/devel/pecl-APCu4/Makefile index 59df7b70a2c6..8d31f65fec1a 100644 --- a/devel/pecl-APCu4/Makefile +++ b/devel/pecl-APCu4/Makefile @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= pecl-APC PORTSCOUT= limit:^4\. -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 USES= localbase php:pecl PHP_MODNAME= ${PORTNAME:tl} diff --git a/devel/pecl-dio/Makefile b/devel/pecl-dio/Makefile index af62ccbd5d59..2eb3855474d8 100644 --- a/devel/pecl-dio/Makefile +++ b/devel/pecl-dio/Makefile @@ -11,6 +11,6 @@ COMMENT= PECL extension that provides direct access to low level IO LICENSE= PHP30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile index cbe8aca3224f..fef201410186 100644 --- a/devel/pecl-expect/Makefile +++ b/devel/pecl-expect/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP301 LIB_DEPENDS= libexpect.so:lang/expect USES= php:pecl tcl:86 -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CFLAGS+= -I${TCL_INCLUDEDIR} CONFIGURE_ARGS+=--with-expect=${LOCALBASE} diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile index 4d281c5efd1a..4b562f2f5e43 100644 --- a/devel/pecl-gearman/Makefile +++ b/devel/pecl-gearman/Makefile @@ -15,6 +15,6 @@ LIB_DEPENDS= libgearman.so:devel/gearmand USES= php:pecl CONFIGURE_ARGS= --with-gearman -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile index bb3a3fc857f6..b3d6012587a3 100644 --- a/devel/pecl-htscanner/Makefile +++ b/devel/pecl-htscanner/Makefile @@ -12,7 +12,7 @@ COMMENT= Support htaccess for PHP LICENSE= PHP30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-htscanner diff --git a/devel/pecl-inotify/Makefile b/devel/pecl-inotify/Makefile index b5dae9a8e492..5598e012400e 100644 --- a/devel/pecl-inotify/Makefile +++ b/devel/pecl-inotify/Makefile @@ -14,6 +14,6 @@ LICENSE= PHP301 LIB_DEPENDS= libinotify.so:devel/libinotify USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-jsmin/Makefile b/devel/pecl-jsmin/Makefile index 3487c9316a3d..7774d68d0ebc 100644 --- a/devel/pecl-jsmin/Makefile +++ b/devel/pecl-jsmin/Makefile @@ -12,6 +12,6 @@ COMMENT= PHP extension for minifying JavaScript LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-jsonc/Makefile b/devel/pecl-jsonc/Makefile index 99384d50814c..c88c1c485a8c 100644 --- a/devel/pecl-jsonc/Makefile +++ b/devel/pecl-jsonc/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 USES= php:pecl pkgconfig CONFIGURE_ARGS= --with-jsonc MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 72 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 8c337db5f6bf..98bd019d8fe7 100644 --- a/devel/pecl-jsond/Makefile +++ b/devel/pecl-jsond/Makefile @@ -12,6 +12,6 @@ COMMENT= JavaScript Object Notation in PHP LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile index de0e498cd6b2..af7b302d23f4 100644 --- a/devel/pecl-jsonnet/Makefile +++ b/devel/pecl-jsonnet/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= libjsonnet.so:devel/jsonnet USES= php:pecl USE_PHP= json:build CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE} -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-judy/Makefile b/devel/pecl-judy/Makefile index d10a2e4687eb..1d6e936eafe4 100644 --- a/devel/pecl-judy/Makefile +++ b/devel/pecl-judy/Makefile @@ -17,6 +17,6 @@ BUILD_DEPENDS= Judy>=0:devel/judy CONFIGURE_ARGS= --with-judy=${LOCALBASE} USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index 8ded6edad275..1640e01c9b99 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -15,6 +15,6 @@ LIB_DEPENDS= libevent.so:devel/libevent USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-memoize/Makefile b/devel/pecl-memoize/Makefile index 32d147df178b..9333d2a89b2e 100644 --- a/devel/pecl-memoize/Makefile +++ b/devel/pecl-memoize/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 USES= php:pecl CONFIGURE_ARGS= --enable-memoize -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 OPTIONS_DEFINE= MEMCACHED MEMORY OPTIONS_DEFAULT=MEMORY diff --git a/devel/pecl-msgpack0/Makefile b/devel/pecl-msgpack0/Makefile index fd90694175f1..d2d77084a653 100644 --- a/devel/pecl-msgpack0/Makefile +++ b/devel/pecl-msgpack0/Makefile @@ -12,6 +12,6 @@ COMMENT= Provides API for communicating with MessagePack serialization LICENSE= BSD3CLAUSE USES= php:pecl -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-ncurses/Makefile b/devel/pecl-ncurses/Makefile index e97a09d89117..a6d15d5fe2fa 100644 --- a/devel/pecl-ncurses/Makefile +++ b/devel/pecl-ncurses/Makefile @@ -12,6 +12,6 @@ COMMENT= PECL extension for ncurses LICENSE= PHP301 USES= php:pecl,cli ncurses -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index 65ce1718a265..2f8a79c69c07 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 LIB_DEPENDS= libnewt.so:devel/newt USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile index 2c480dcde89f..dbd5342947c2 100644 --- a/devel/pecl-params/Makefile +++ b/devel/pecl-params/Makefile @@ -10,7 +10,7 @@ MAINTAINER= joneum@FreeBSD.org COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-params diff --git a/devel/pecl-propro/Makefile b/devel/pecl-propro/Makefile index a2730c9d9955..2a384ef0225e 100644 --- a/devel/pecl-propro/Makefile +++ b/devel/pecl-propro/Makefile @@ -15,6 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= gmake php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-qb/Makefile b/devel/pecl-qb/Makefile index 19c518b9e035..a8592010f3a8 100644 --- a/devel/pecl-qb/Makefile +++ b/devel/pecl-qb/Makefile @@ -14,6 +14,6 @@ LICENSE= PHP301 BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-raphf/Makefile b/devel/pecl-raphf/Makefile index 72a367f1dc38..78a53901aa27 100644 --- a/devel/pecl-raphf/Makefile +++ b/devel/pecl-raphf/Makefile @@ -15,6 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= gmake php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-request/Makefile b/devel/pecl-request/Makefile index f11476cd7fdb..12eacefcb013 100644 --- a/devel/pecl-request/Makefile +++ b/devel/pecl-request/Makefile @@ -12,6 +12,6 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= php:pecl -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 72 .include <bsd.port.mk> diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile index d40e71afa839..5e23bbfea468 100644 --- a/devel/pecl-runkit/Makefile +++ b/devel/pecl-runkit/Makefile @@ -12,7 +12,7 @@ COMMENT= PECL extension to modify constants, user-defined functions, and classes LICENSE= PHP30 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-runkit=classkit diff --git a/devel/pecl-scream/Makefile b/devel/pecl-scream/Makefile index 6c724e54ac62..bf1cd35d2737 100644 --- a/devel/pecl-scream/Makefile +++ b/devel/pecl-scream/Makefile @@ -12,7 +12,7 @@ COMMENT= Break the silence operator LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 test: build @(cd ${WRKSRC} && ${MAKE} test) diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile index 5920921f51c6..cf658539c458 100644 --- a/devel/pecl-spl_types/Makefile +++ b/devel/pecl-spl_types/Makefile @@ -18,7 +18,7 @@ RE2C_RUN_DEPENDS= re2c:devel/re2c USE_PHP= spl USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-spl-types CFLAGS+= -I${LOCALBASE}/include diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 842ecf0e3102..c0455ca49dea 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -13,7 +13,7 @@ COMMENT= PECL extension to retrieve information from libstatgrab LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} diff --git a/devel/pecl-strict/Makefile b/devel/pecl-strict/Makefile index c6c5334ae033..2a6bb487879f 100644 --- a/devel/pecl-strict/Makefile +++ b/devel/pecl-strict/Makefile @@ -12,6 +12,6 @@ COMMENT= Strict scalar parameter type hint support for 5.4+ LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile index 044b5f5ba522..a9369cc229e7 100644 --- a/devel/pecl-svn/Makefile +++ b/devel/pecl-svn/Makefile @@ -15,6 +15,6 @@ LIB_DEPENDS= libsvn_client-1.so:devel/subversion USE_CSTD= c99 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile index 1c9d6f5862b1..8f03f7843dee 100644 --- a/devel/pecl-test_helpers/Makefile +++ b/devel/pecl-test_helpers/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers USES= php:zend tar:tgz SUB_FILES= pkg-message -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 # This needs to be loaded *after* devel/php-xdebug PHP_MOD_PRIO= 30 diff --git a/devel/pecl-trace/Makefile b/devel/pecl-trace/Makefile index 14a49b2245c5..5fac62ed2239 100644 --- a/devel/pecl-trace/Makefile +++ b/devel/pecl-trace/Makefile @@ -13,6 +13,7 @@ LICENSE= APACHE20 WRKSRC_SUBDIR= extension USES= gmake php:pecl +IGNORE_WITH_PHP= 71 72 PLIST_FILES= bin/phptrace pre-install: diff --git a/devel/pecl-uopz/Makefile b/devel/pecl-uopz/Makefile index 478ff8ee8358..51d1482830d5 100644 --- a/devel/pecl-uopz/Makefile +++ b/devel/pecl-uopz/Makefile @@ -12,6 +12,6 @@ COMMENT= User Operations for PHP Zend engine LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile index d05f9b8ed434..0b82b63fd3dd 100644 --- a/devel/pecl-uploadprogress/Makefile +++ b/devel/pecl-uploadprogress/Makefile @@ -12,7 +12,7 @@ COMMENT= Provides track progress of a file upload LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-uploadprogress diff --git a/devel/pecl-uri_template/Makefile b/devel/pecl-uri_template/Makefile index 214b2d1562ae..a64effde2687 100644 --- a/devel/pecl-uri_template/Makefile +++ b/devel/pecl-uri_template/Makefile @@ -12,6 +12,6 @@ COMMENT= URI Template(RFC6570) library for PHP LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-weakref/Makefile b/devel/pecl-weakref/Makefile index fe0d95ae0667..46e2b0d9f9ee 100644 --- a/devel/pecl-weakref/Makefile +++ b/devel/pecl-weakref/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limitw:^0\.2\.[0-9]* USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CFLAGS+= -I${LOCALBASE}/include diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index a67f024ccc7d..b7cf441301a0 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -15,6 +15,6 @@ WRKSRC_SUBDIR= extension USES= php:pecl ONLY_FOR_ARCHS= i386 amd64 -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/devel/pecl-yac/Makefile b/devel/pecl-yac/Makefile index 3db21829a084..dcd1df7818ad 100644 --- a/devel/pecl-yac/Makefile +++ b/devel/pecl-yac/Makefile @@ -13,7 +13,7 @@ COMMENT= Yac is a shared memory user data cache for PHP LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module diff --git a/devel/pecl-yaconf/Makefile b/devel/pecl-yaconf/Makefile index 8db909c7a918..19c4b1da9046 100644 --- a/devel/pecl-yaconf/Makefile +++ b/devel/pecl-yaconf/Makefile @@ -11,7 +11,7 @@ COMMENT= PHP Persistent Configurations Container LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP=56 +IGNORE_WITH_PHP=56 72 USES= php:pecl .include <bsd.port.mk> diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index e12d3423fef7..aa8627c2a827 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libGraphicsMagick.so:graphics/GraphicsMagick USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-gmagick=${LOCALBASE} diff --git a/graphics/pecl-imlib2/Makefile b/graphics/pecl-imlib2/Makefile index 9c0fd28d761a..809b5fef9e1e 100644 --- a/graphics/pecl-imlib2/Makefile +++ b/graphics/pecl-imlib2/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP202 LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index 2572eea9c391..b0f39487842c 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -11,7 +11,7 @@ COMMENT= Embedded Perl LICENSE= PHP301 -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 USES= perl5 php:pecl diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index e8de622fa6d5..bd2a67aa5583 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -16,6 +16,6 @@ PORTSCOUT= limit:^2.* USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index f8da4fb26612..18f42a77cb4e 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -10,6 +10,6 @@ MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/math/pecl-big_int/Makefile b/math/pecl-big_int/Makefile index 153820232c8a..74126013d51d 100644 --- a/math/pecl-big_int/Makefile +++ b/math/pecl-big_int/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-big-int=shared diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile index 4dbbe50c3cea..fc85d2299c97 100644 --- a/math/pecl-stats/Makefile +++ b/math/pecl-stats/Makefile @@ -14,6 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/math/pecl-trader/Makefile b/math/pecl-trader/Makefile index 603a444c4e93..de570721f0fc 100644 --- a/math/pecl-trader/Makefile +++ b/math/pecl-trader/Makefile @@ -12,6 +12,6 @@ COMMENT= Trader extension based on TA-Lib LICENSE= BSD2CLAUSE USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 0a59490d24ad..f244e27f4861 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -15,6 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net/pecl-apn/Makefile b/net/pecl-apn/Makefile index 9b1af7a1c2d8..d3d683981e7f 100644 --- a/net/pecl-apn/Makefile +++ b/net/pecl-apn/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= libcapn.so:net/libcapn USES= php:pecl ssl:build,run CONFIGURE_ARGS= --with-apn=${LOCALBASE} CFLAGS+= -I${OPENSSLINC} -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net/pecl-ip2location/Makefile b/net/pecl-ip2location/Makefile index 7f3efab4aab6..986164751fe7 100644 --- a/net/pecl-ip2location/Makefile +++ b/net/pecl-ip2location/Makefile @@ -14,6 +14,6 @@ LICENSE= PHP301 LIB_DEPENDS= libIP2Location.so:net/ip2location USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net/pecl-mosquitto/Makefile b/net/pecl-mosquitto/Makefile index ddf89c46106f..a871e022379d 100644 --- a/net/pecl-mosquitto/Makefile +++ b/net/pecl-mosquitto/Makefile @@ -15,6 +15,6 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= mosquitto>=0:net/mosquitto USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net/pecl-oauth/Makefile b/net/pecl-oauth/Makefile index 048f8778ea0c..28d89a16eaa7 100644 --- a/net/pecl-oauth/Makefile +++ b/net/pecl-oauth/Makefile @@ -21,6 +21,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/net/pecl-yp/Makefile b/net/pecl-yp/Makefile index 29f6cc1469e3..264f1563ed5c 100644 --- a/net/pecl-yp/Makefile +++ b/net/pecl-yp/Makefile @@ -12,6 +12,6 @@ COMMENT= YP/NIS functions binding for PHP LICENSE= PHP301 USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index c9d7a87596e0..e7f48d46dde2 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:print/libharu RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:print/libharu USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS+= --with-haru=${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index a12aad1ff243..8866e6940fba 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -11,10 +11,11 @@ COMMENT= PHP extension for pslib to generate postscript LICENSE= PHP202 +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libps.so:print/pslib USES= php:pecl -IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index c3936a7911a1..3b383d9d27b9 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -15,7 +15,7 @@ LICENSE= PHP30 LIB_DEPENDS= libcrack.so:security/cracklib USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 EXTRACT_AFTER_ARGS=--no-same-permissions --no-same-owner --exclude libcrack CONFIGURE_ARGS= --with-crack=${LOCALBASE} diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index 90d68c3ecc1d..d87b8de9f69b 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -12,6 +12,6 @@ COMMENT= PECL classes for PAM integration LICENSE= PHP202 USES= php:pecl -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> diff --git a/security/pecl-ssh2-0/Makefile b/security/pecl-ssh2-0/Makefile index 5ba412035fbf..122ba47d1240 100644 --- a/security/pecl-ssh2-0/Makefile +++ b/security/pecl-ssh2-0/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libssh2.so:security/libssh2 PORTSCOUT= limit:^0.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS} diff --git a/sysutils/pecl-mogilefs/Makefile b/sysutils/pecl-mogilefs/Makefile index 49786570272b..8845210a01b3 100644 --- a/sysutils/pecl-mogilefs/Makefile +++ b/sysutils/pecl-mogilefs/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libneon.so:www/neon USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 post-extract: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/config.m4 diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index 46f8195f99ed..23ee68da9f78 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -17,7 +17,7 @@ USES= php:ext localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE} diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index a88672d5e1d5..009e6ead3fe2 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-doublemetaphone diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index bc1ab50d7e8f..3131173f3ddf 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 7d53a9940141..254faf3cad7b 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck USES= php:pecl USE_PHP= spl:build hash:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-syck diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index 1eafe48a1e19..28f451ffbe1f 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -15,7 +15,7 @@ USES= php:pecl CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 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 ca19ba45f481..032118faa511 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libxdiff.so:textproc/libxdiff PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index ac0cbc2e6641..bfc57c64f09a 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -13,6 +13,6 @@ LICENSE= PHP301 USES= php:pecl USE_PHP= dom:build xml:build xsl:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/textproc/pecl-yaml1/Makefile b/textproc/pecl-yaml1/Makefile index e37b5aebc451..1cad0e27369b 100644 --- a/textproc/pecl-yaml1/Makefile +++ b/textproc/pecl-yaml1/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/www/pecl-amfext/Makefile b/www/pecl-amfext/Makefile index 7ed14d0689e4..e7ee6ea4cec7 100644 --- a/www/pecl-amfext/Makefile +++ b/www/pecl-amfext/Makefile @@ -13,7 +13,7 @@ LICENSE= PHP30 USES= dos2unix libtool php:pecl PHP_MODNAME= amf -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-amf diff --git a/www/pecl-http1/Makefile b/www/pecl-http1/Makefile index a4b813c9b2e9..68a7c3d2ae35 100644 --- a/www/pecl-http1/Makefile +++ b/www/pecl-http1/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcurl.so:ftp/curl USES= php:pecl -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 CONFLICTS= pecl-http-* CONFIGURE_ARGS+= --with-http-curl-requests \ diff --git a/www/pecl-solr/Makefile b/www/pecl-solr/Makefile index 9e9fcb2ee6c5..d785c875d977 100644 --- a/www/pecl-solr/Makefile +++ b/www/pecl-solr/Makefile @@ -15,5 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= php:pecl USE_PHP= json:build +IGNORE_WITH_PHP= 72 .include <bsd.port.mk> diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile index 5e0189fc472b..7efc5c862ff4 100644 --- a/www/pecl-sphinx/Makefile +++ b/www/pecl-sphinx/Makefile @@ -11,10 +11,11 @@ COMMENT= Sphinx search engine php client LICENSE= PHP301 +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient USES= php:pecl -IGNORE_WITH_PHP= 70 71 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/pecl-swish/Makefile b/www/pecl-swish/Makefile index 922e59e2ec73..93739e38e983 100644 --- a/www/pecl-swish/Makefile +++ b/www/pecl-swish/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= swish-config:www/swish-e RUN_DEPENDS:= swish-config:www/swish-e USES= php:pecl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-swish --with-swish=${LOCALBASE}/bin diff --git a/www/pecl-twig/Makefile b/www/pecl-twig/Makefile index 2a6405cce4c7..35546b28a9df 100644 --- a/www/pecl-twig/Makefile +++ b/www/pecl-twig/Makefile @@ -14,6 +14,6 @@ COMMENT= Twig C extension to improve performance of the Twig template language LICENSE= BSD3CLAUSE USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> diff --git a/www/pecl-yaf2/Makefile b/www/pecl-yaf2/Makefile index 80ef6f197438..3bbb03510dd4 100644 --- a/www/pecl-yaf2/Makefile +++ b/www/pecl-yaf2/Makefile @@ -16,6 +16,6 @@ LIB_DEPENDS= libpcre.so:devel/pcre PORTSCOUT= limit:^2\. USES= localbase php:pecl -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> diff --git a/www/pecl-yar/Makefile b/www/pecl-yar/Makefile index f41bbf84a3e9..734971c6e981 100644 --- a/www/pecl-yar/Makefile +++ b/www/pecl-yar/Makefile @@ -12,7 +12,7 @@ LICENSE= PHP301 USES= localbase php:pecl USE_PHP= json:build curl:build -IGNORE_WITH_PHP=56 +IGNORE_WITH_PHP=56 72 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module diff --git a/www/pecl-yar1/Makefile b/www/pecl-yar1/Makefile index 2265c0843137..46c4c99bed2b 100644 --- a/www/pecl-yar1/Makefile +++ b/www/pecl-yar1/Makefile @@ -14,7 +14,7 @@ LICENSE= PHP301 USES= localbase php:pecl USE_PHP= json:build curl:build -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 OPTIONS_DEFINE= MSGPACK MSGPACK_DESC= Enable MSGPACK module |