svn commit: r437292 - branches/2017Q1/net-mgmt/observium
Mark Felder
feld at FreeBSD.org
Thu Mar 30 13:59:45 UTC 2017
Author: feld
Date: Thu Mar 30 13:59:44 2017
New Revision: 437292
URL: https://svnweb.freebsd.org/changeset/ports/437292
Log:
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)
Modified:
branches/2017Q1/net-mgmt/observium/Makefile
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/net-mgmt/observium/Makefile
==============================================================================
--- branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 30 13:59:12 2017 (r437291)
+++ branches/2017Q1/net-mgmt/observium/Makefile Thu Mar 30 13:59:44 2017 (r437292)
@@ -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 \
More information about the svn-ports-branches
mailing list