aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-03-30 13:59:44 +0000
committerMark Felder <feld@FreeBSD.org>2017-03-30 13:59:44 +0000
commite9bc8d225f7f06abffaba806704fabffdf4fac8f (patch)
tree8968f10e67597a783da97ae6b4204968e598a6a9
parentd40f6ece2bc354b9db0c1bd124592c3dc2ec58e9 (diff)
downloadports-e9bc8d225f7f06abffaba806704fabffdf4fac8f.tar.gz
ports-e9bc8d225f7f06abffaba806704fabffdf4fac8f.zip
MFH: r437291
net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support The ImageMagick dependency is not valid. There is a stale script called glue.py which requires PIL and ImageMagick (convert) to function, but is used by the software or required for normal operation. PHP 7.1 support has been rescinded after further testing. A few edge cases remain that only exist in this community edition release. The problems have been fixed in the non-free codebase and will make the next community edition cut. Approved by: ports-secteam (with hat)
Notes
Notes: svn path=/branches/2017Q1/; revision=437292
-rw-r--r--net-mgmt/observium/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile
index 0e1eb00a087a..c31103328116 100644
--- a/net-mgmt/observium/Makefile
+++ b/net-mgmt/observium/Makefile
@@ -3,7 +3,7 @@
PORTNAME= observium
PORTVERSION= 0.16.10.8128
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= http://www.observium.org/
DISTNAME= ${PORTNAME}-community-latest
@@ -55,12 +55,12 @@ SHEBANG_FILES= mibs/process.pl \
poller-wrapper.py
USE_PHP= ctype filter gd iconv json mcrypt mysqli openssl posix session snmp tokenizer xml zlib
+IGNORE_WITH_PHP= 71
NO_BUILD= yes
RUN_DEPENDS+= rrdtool:databases/rrdtool \
dot:graphics/graphviz \
- Magick-config:graphics/ImageMagick \
mtr:net/mtr-nox11 \
${LOCALBASE}/share/pear/Net/IPv4.php:net/pear-Net_IPv4 \
${LOCALBASE}/share/pear/Net/IPv6.php:net/pear-Net_IPv6 \