From owner-svn-ports-head@freebsd.org Sun Jan 31 20:06:34 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 7407FA74DA0; Sun, 31 Jan 2016 20:06:34 +0000 (UTC) (envelope-from tdb@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 414D5676; Sun, 31 Jan 2016 20:06:34 +0000 (UTC) (envelope-from tdb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0VK6XKD080857; Sun, 31 Jan 2016 20:06:33 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0VK6XCt080856; Sun, 31 Jan 2016 20:06:33 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201601312006.u0VK6XCt080856@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Sun, 31 Jan 2016 20:06:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407664 - head/devel/libstatgrab 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.20 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, 31 Jan 2016 20:06:34 -0000 Author: tdb Date: Sun Jan 31 20:06:33 2016 New Revision: 407664 URL: https://svnweb.freebsd.org/changeset/ports/407664 Log: Fix previous commit; ncurses only with TOOLS opt. The libncurses dependency is only used by the saidar utility. That's only built when the TOOLS option is enabled, otherwise it's not needed. Modified: head/devel/libstatgrab/Makefile Modified: head/devel/libstatgrab/Makefile ============================================================================== --- head/devel/libstatgrab/Makefile Sun Jan 31 19:56:33 2016 (r407663) +++ head/devel/libstatgrab/Makefile Sun Jan 31 20:06:33 2016 (r407664) @@ -15,7 +15,7 @@ LICENSE= LGPL21 USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig libtool ncurses +USES= pathfix pkgconfig libtool CONFIGURE_ARGS+= --docdir=${DOCSDIR} @@ -24,7 +24,7 @@ OPTIONS_DEFAULT= TOOLS TOOLS_DESC= Build and install statgrab and saidar TOOLS_CONFIGURE_ENABLE= statgrab saidar -TOOLS_USES= shebangfix perl5 +TOOLS_USES= shebangfix perl5 ncurses TOOLS_VARS= SHEBANG_FILES+="src/statgrab/statgrab-make-mrtg-config.in \ src/statgrab/statgrab-make-mrtg-index.in" \ LICENSE+=GPLv2 LICENSE_COMB=multi