From owner-svn-ports-all@FreeBSD.ORG Sat Oct 25 12:30:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42495692; Sat, 25 Oct 2014 12:30:03 +0000 (UTC) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.31.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F315CEAB; Sat, 25 Oct 2014 12:30:02 +0000 (UTC) Received: from [80.67.16.121] (helo=webmailfront01.ispgateway.de) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84) (envelope-from ) id 1Xi0Ti-0004Jq-3K; Sat, 25 Oct 2014 14:29:54 +0200 Received: from a89-182-110-61.net-htp.de (a89-182-110-61.net-htp.de [89.182.110.61]) by webmail.df.eu (Horde Framework) with HTTP; Sat, 25 Oct 2014 14:29:54 +0200 Date: Sat, 25 Oct 2014 14:29:54 +0200 Message-ID: <20141025142954.Horde.KeJhLDgebXEli3elFiR2aw9@webmail.df.eu> From: Marcus von Appen To: Antoine Brodin Subject: Re: svn commit: r371447 - head/Mk/Uses References: <201410241610.s9OGAf52099898@svn.freebsd.org> In-Reply-To: Reply-to: mva@freebsd.org User-Agent: Internet Messaging Program (IMP) H5 (6.0.4) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 25 Oct 2014 12:30:03 -0000 Antoine Brodin : > On Fri, Oct 24, 2014 at 6:10 PM, Marcus von Appen wrote: >> Author: mva >> Date: Fri Oct 24 16:10:40 2014 >> New Revision: 371447 >> URL: https://svnweb.freebsd.org/changeset/ports/371447 >> QAT: https://qat.redports.org/buildarchive/r371447/ >> >> Log: >> - Use the proper python version value within a single port build >> >> If a port requests a different python version from the one being the >> default or provided at the command line, certain directories as well >> as plist entries will use the wrong python version value (the one >> being the default or provided at the command line), instead of >> the value, the port requests >> >> Differential Revision: https://reviews.freebsd.org/D963 >> With hat: python@ >> >> Modified: >> head/Mk/Uses/python.mk > > Hi, > > I reverted for now as it breaks some ports. Interesting. It actually should fix a currently broken behaviour. I'll file an exp-run request. Thanks Marcus