From owner-svn-ports-head@freebsd.org Thu Jul 16 01:43:06 2015 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 C80A49A30C7; Thu, 16 Jul 2015 01:43:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA41A1A57; Thu, 16 Jul 2015 01:43:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id B901A1870; Thu, 16 Jul 2015 01:43:06 +0000 (UTC) Date: Thu, 16 Jul 2015 01:43:06 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r392209 - in head/devel: . p5-Minilla Message-ID: <20150716014306.GA68880@FreeBSD.org> References: <201507152017.t6FKHElA056017@svnmir.geo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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: Thu, 16 Jul 2015 01:43:06 -0000 On Wed, Jul 15, 2015 at 10:38:33PM +0200, Mathieu Arnold wrote: > +--On 15 juillet 2015 20:17:14 +0000 Dmitry Marakasov > wrote: > > | +RUN_DEPENDS:= ${BUILD_DEPENDS} > > Please, do *not* use := for depends, it is wrong. > Can you clarify on what is wrong with := ? I've added IMHO quite clear and elaborate explanation in the PH on the matter, and I don't see the merit of using MY_DEPENDS at all: it's ugly, it's hard to read, it pollutes namespace for no sound reason. People should learn their tools instead of inventing obscure workarounds. ./danfe