Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 13:59:12 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437291 - head/net-mgmt/observium
Message-ID:  <201703301359.v2UDxCCA093357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301359.v2UDxCCA093357>