From owner-svn-ports-head@freebsd.org Sun Mar 20 14:34:07 2016 Return-Path: Delivered-To: svn-ports-head@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 C3269AD705F; Sun, 20 Mar 2016 14:34:07 +0000 (UTC) (envelope-from jbeich@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 9088BEBE; Sun, 20 Mar 2016 14:34:07 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2KEY6TS045997; Sun, 20 Mar 2016 14:34:06 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2KEY61P045996; Sun, 20 Mar 2016 14:34:06 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201603201434.u2KEY61P045996@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 20 Mar 2016 14:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411446 - head/net-mgmt/bandwidthd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2016 14:34:07 -0000 Author: jbeich Date: Sun Mar 20 14:34:06 2016 New Revision: 411446 URL: https://svnweb.freebsd.org/changeset/ports/411446 Log: net-mgmt/bandwidthd: back out r411165 and disable png check libpng is dependency of libgd, bandwidthd doesn't use it directly PR: 208014 Tested by: md5 **/*.o Modified: head/net-mgmt/bandwidthd/Makefile (contents, props changed) Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Sun Mar 20 13:46:30 2016 (r411445) +++ head/net-mgmt/bandwidthd/Makefile Sun Mar 20 14:34:06 2016 (r411446) @@ -3,7 +3,7 @@ PORTNAME= bandwidthd PORTVERSION= 2.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -12,8 +12,7 @@ COMMENT= Tracks bandwidth usage by IP ad LICENSE= GPLv2 -LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd \ - libpng16.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd SUB_FILES= bandwidthd @@ -21,9 +20,15 @@ USE_CSTD= gnu89 GNU_CONFIGURE= YES CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ + ac_cv_lib_m_pow=no \ + ac_cv_lib_png_png_read_info=no \ ac_cv_lib_pq_PQconnectdb=no USES= gmake tar:tgz +post-patch: + ${REINPLACE_CMD} -e '/requires.*libpng/,/exit/d' \ + ${WRKSRC}/configure + post-install: ${INSTALL_SCRIPT} ${WRKDIR}/bandwidthd \ ${STAGEDIR}${PREFIX}/etc/rc.d