From owner-svn-ports-head@freebsd.org Tue Mar 15 15:19:33 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 F15B9AD2DD5; Tue, 15 Mar 2016 15:19:33 +0000 (UTC) (envelope-from ohauer@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 C0BFEDAB; Tue, 15 Mar 2016 15:19:33 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2FEX4uW055272; Tue, 15 Mar 2016 14:33:04 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2FEX4Cg055271; Tue, 15 Mar 2016 14:33:04 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201603151433.u2FEX4Cg055271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 15 Mar 2016 14:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411165 - 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: Tue, 15 Mar 2016 15:19:34 -0000 Author: ohauer Date: Tue Mar 15 14:33:04 2016 New Revision: 411165 URL: https://svnweb.freebsd.org/changeset/ports/411165 Log: - port links against libpng, so add png as dependency PR: 208014 Submitted by: Franco Fichtner Modified: head/net-mgmt/bandwidthd/Makefile Modified: head/net-mgmt/bandwidthd/Makefile ============================================================================== --- head/net-mgmt/bandwidthd/Makefile Tue Mar 15 14:32:39 2016 (r411164) +++ head/net-mgmt/bandwidthd/Makefile Tue Mar 15 14:33:04 2016 (r411165) @@ -3,7 +3,7 @@ PORTNAME= bandwidthd PORTVERSION= 2.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -12,14 +12,16 @@ COMMENT= Tracks bandwidth usage by IP ad LICENSE= GPLv2 -LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd \ + libpng16.so:${PORTSDIR}/graphics/png SUB_FILES= bandwidthd USE_CSTD= gnu89 GNU_CONFIGURE= YES -CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no +CONFIGURE_ARGS= ac_cv_lib_iconv_libiconv_open=no \ + ac_cv_lib_pq_PQconnectdb=no USES= gmake tar:tgz post-install: