From owner-svn-ports-head@freebsd.org Sun Jan 31 20:09:39 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 C8E96A74E32; Sun, 31 Jan 2016 20:09:39 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A77F17C7; Sun, 31 Jan 2016 20:09:39 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id F0F6143BB5; Sun, 31 Jan 2016 14:09:35 -0600 (CST) Subject: Re: svn commit: r407664 - head/devel/libstatgrab To: Tim Bishop , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201601312006.u0VK6XCt080856@repo.freebsd.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <56AE69FD.1040209@marino.st> Date: Sun, 31 Jan 2016 21:09:33 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <201601312006.u0VK6XCt080856@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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:09:39 -0000 On 1/31/2016 9:06 PM, Tim Bishop wrote: > 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. > Thanks! TOOLS option is default, so it's normally needed anyway but it's certainly better to mark the dependencies correctly. John