From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:53:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EE6E23D2; Tue, 27 Nov 2012 15:53:38 +0000 (UTC) Date: Tue, 27 Nov 2012 15:53:38 +0000 From: Alexey Dokuchaev To: Eitan Adler Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl Message-ID: <20121127155338.GB72381@FreeBSD.org> References: <201211270903.qAR93QpW027051@svn.freebsd.org> <4501883.lPumvzqanH@mocha.verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, "Jason E. Hale" , Philippe Audeoud , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 15:53:39 -0000 On Tue, Nov 27, 2012 at 10:49:56AM -0500, Eitan Adler wrote: > On 27 November 2012 10:37, Jason E. Hale wrote: > >> + > >> +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ > >> + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 > >> +BUILD_DEPENDS= ${RUN_DEPENDS} > > > > It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} > > to avoid duplicate perl build dependency. > > Please see r289563: > According to portmgr: Explicit duplication > := > = This is very bogus. I think it should be reconsidered. := suits perfectly for the purpose, and we should not neglect this nifty make(1) feature. ./danfe