aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-21 11:17:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-21 11:17:12 +0000
commita282a908fa4b1cb89078a1fd1d6f8112be16088d (patch)
tree94d2c8d6c29f9a3fd135af4bb28d0b11cf2d8114 /net-mgmt
parent7412e64773f9e99983815ce8282d97088587821b (diff)
downloadports-a282a908fa4b1cb89078a1fd1d6f8112be16088d.tar.gz
ports-a282a908fa4b1cb89078a1fd1d6f8112be16088d.zip
Ignore some ports with some versions of php
PR: 232398
Notes
Notes: svn path=/head/; revision=482665
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti88/Makefile2
-rw-r--r--net-mgmt/hawk/Makefile2
-rw-r--r--net-mgmt/phpip/Makefile2
-rw-r--r--net-mgmt/zabbix32-frontend/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cacti88/Makefile b/net-mgmt/cacti88/Makefile
index 99a7aa5148e4..71bc380d7f06 100644
--- a/net-mgmt/cacti88/Makefile
+++ b/net-mgmt/cacti88/Makefile
@@ -20,7 +20,7 @@ USE_PHP= mysqli pcre session sockets snmp xml
NO_ARCH= yes
NO_BUILD= yes
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72 73
SUB_FILES= pkg-message
diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile
index 02305afbd030..5f4d18ebf354 100644
--- a/net-mgmt/hawk/Makefile
+++ b/net-mgmt/hawk/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \
USES= mysql:server php:mod perl5
USE_PHP= mysql
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72 73
NO_BUILD= yes
USE_RC_SUBR= hawk
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile
index 6a5082084ebf..6abb36312dc1 100644
--- a/net-mgmt/phpip/Makefile
+++ b/net-mgmt/phpip/Makefile
@@ -19,7 +19,7 @@ NO_BUILD= yes
USE_PHP= mysql
USES= dos2unix php:web
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72 73
PHPIP?= www/phpip
PLIST_SUB+= PHPIP=${PHPIP} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
diff --git a/net-mgmt/zabbix32-frontend/Makefile b/net-mgmt/zabbix32-frontend/Makefile
index 8584899f876d..9a41f98fe1b4 100644
--- a/net-mgmt/zabbix32-frontend/Makefile
+++ b/net-mgmt/zabbix32-frontend/Makefile
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= MYSQL MYSQLI PGSQL SQLITE ORACLE
OPTIONS_DEFAULT= MYSQLI
MYSQLI_DESC= MySQLI backend
-MYSQL_VARS= IGNORE_WITH_PHP+="70 71"
+MYSQL_VARS= IGNORE_WITH_PHP+="70 71 72 73"
.include <bsd.port.options.mk>