From owner-svn-ports-all@freebsd.org Thu Mar 30 13:59:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D4EAD26428; Thu, 30 Mar 2017 13:59:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CAADD4C; Thu, 30 Mar 2017 13:59:45 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2UDxivE093487; Thu, 30 Mar 2017 13:59:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UDxifD093486; Thu, 30 Mar 2017 13:59:44 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201703301359.v2UDxifD093486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 30 Mar 2017 13:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r437292 - branches/2017Q1/net-mgmt/observium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 13:59:45 -0000 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 \