From owner-svn-ports-head@FreeBSD.ORG Thu Jan 30 08:35:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2B07EA89; Thu, 30 Jan 2014 08:35:06 +0000 (UTC) Date: Thu, 30 Jan 2014 08:35:06 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r341801 - head/games/adgali Message-ID: <20140130083506.GA53441@FreeBSD.org> References: <201401300504.s0U54Ai7041046@svn.freebsd.org> <20140130082033.GE54904@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140130082033.GE54904@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 30 Jan 2014 08:35:06 -0000 On Thu, Jan 30, 2014 at 09:20:34AM +0100, Baptiste Daroussin wrote: > On Thu, Jan 30, 2014 at 05:04:10AM +0000, Alexey Dokuchaev wrote: > > +.if !exists(/usr/include/execinfo.h) > > +LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo > > +.endif > > > This is not needed LIB_DEPENDS=libexecinfo.so:${PORTSDIR}/devel/libexecinfo > will already do the right job here. aka it will find libexecinfo in base and > thus not depends on devel/libexecinfo. Hmm, that's true for normal ports usage, but AFAIR tinderbox always builds the ports it sees in *_DEPENDS. I will recheck (once I have access to 10+ tindy again) this later, thanks for the notice! ./danfe