svn commit: r437291 - head/net-mgmt/observium

Mark Felder feld at FreeBSD.org
Thu Mar 30 14:27:35 UTC 2017


Author: feld
Date: Thu Mar 30 13:59:12 2017
New Revision: 437291
URL: https://svnweb.freebsd.org/changeset/ports/437291

Log:
  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.

Modified:
  head/net-mgmt/observium/Makefile

Modified: head/net-mgmt/observium/Makefile
==============================================================================
--- head/net-mgmt/observium/Makefile	Thu Mar 30 13:47:26 2017	(r437290)
+++ head/net-mgmt/observium/Makefile	Thu Mar 30 13:59:12 2017	(r437291)
@@ -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-all mailing list