From owner-svn-ports-head@FreeBSD.ORG Mon Aug 19 11:36:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A9749124; Mon, 19 Aug 2013 11:36:22 +0000 (UTC) Date: Mon, 19 Aug 2013 11:36:22 +0000 From: Alexey Dokuchaev To: Marcus von Appen Subject: Re: svn commit: r324879 - head/textproc/doclifter Message-ID: <20130819113622.GA29461@FreeBSD.org> References: <201308172302.r7HN2FRk065765@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201308172302.r7HN2FRk065765@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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.14 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: Mon, 19 Aug 2013 11:36:22 -0000 On Sat, Aug 17, 2013 at 11:02:15PM +0000, Marcus von Appen wrote: > New Revision: 324879 > URL: http://svnweb.freebsd.org/changeset/ports/324879 > > Log: > - Fix run-time support by adding lang/python2 as dependency > > [...] > > +RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2 > + > USE_PYTHON= -2.7 > NO_BUILD= yes This looks a bit ugly. Why the logic behind USE_PYTHON was not fixed instead? Or perhaps I'm missing some edge case here (commit message does not mention anything special though). ./danfe