aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
committertz <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
commitf07e901a73cb39e74c97208fd96b33c02b3e5a46 (patch)
treeaa74e05ef162dc15fb8341ffff80ef4081efd27c /math
parent5ebd651cf20569ce5a4a83ec48fdd58d38300c12 (diff)
downloadfreebsd-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
Diffstat (limited to 'math')
-rw-r--r--math/pecl-big_int/Makefile2
-rw-r--r--math/pecl-stats/Makefile2
-rw-r--r--math/pecl-trader/Makefile2
3 files changed, 3 insertions, 3 deletions
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>