diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
commit | 98b3ee615be31921c98ffa1f954b8c7826726412 (patch) | |
tree | 522c519a2411c1063a735c863fd854a0ba637be8 /devel | |
parent | f962ab9bf646839c4a24b1a7b6b0bc4a56f387fe (diff) | |
download | freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.gz freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.zst freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.zip |
Those ports do not build with php 5.6
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-bbcode/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-bcompiler/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-mcve/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-operator/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-shape/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-spread/Makefile | 1 |
6 files changed, 6 insertions, 4 deletions
diff --git a/devel/pecl-bbcode/Makefile b/devel/pecl-bbcode/Makefile index 96a6ed51d19e..a77373ec787b 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 +IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-bbcode diff --git a/devel/pecl-bcompiler/Makefile b/devel/pecl-bcompiler/Makefile index c3f6407a0a6c..5785aa3ef5f7 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 +IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --enable-bcompiler diff --git a/devel/pecl-mcve/Makefile b/devel/pecl-mcve/Makefile index 983a3a72cc75..5e5d92a28cf0 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 +IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}" post-patch: diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile index 3e8e33968ee9..14996a96d4de 100644 --- a/devel/pecl-operator/Makefile +++ b/devel/pecl-operator/Makefile @@ -17,6 +17,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +IGNORE_WITH_PHP= 56 post-extract:: @${CAT} ${PKGMESSAGE} diff --git a/devel/pecl-shape/Makefile b/devel/pecl-shape/Makefile index 6b66fda4ed7a..46072edb7e72 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 +IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS+= --with-shp=${LOCALBASE} diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile index 7301cc8d0a4b..daec314ef870 100644 --- a/devel/pecl-spread/Makefile +++ b/devel/pecl-spread/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4 USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 56 CONFIGURE_ARGS+= --with-spread=${LOCALBASE} |