From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 13:10:22 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65CEFCDC; Fri, 24 Jan 2014 13:10:22 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 168D11A78; Fri, 24 Jan 2014 13:10:22 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 50848BDC5D; Fri, 24 Jan 2014 14:10:20 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 2A27CBDC56; Fri, 24 Jan 2014 14:10:20 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id A1825613D; Fri, 24 Jan 2014 14:10:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 317156846C76; Fri, 24 Jan 2014 14:10:19 +0100 (CET) Date: Fri, 24 Jan 2014 14:10:18 +0100 From: Mathieu Arnold To: Dmitry Marakasov , Mathieu Arnold Subject: Re: svn commit: r340875 - head/graphics/py-pyglet Message-ID: <08A02A920829DC4130029A7F@ogg.in.absolight.net> In-Reply-To: <20140124124924.GF28542@hades.panopticon> References: <201401240125.s0O1PcNR065306@svn.freebsd.org> <02676048890BF03180E6CFAB@atuin.in.mat.cc> <20140124124924.GF28542@hades.panopticon> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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.17 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: Fri, 24 Jan 2014 13:10:22 -0000 +--On 24 janvier 2014 16:49:24 +0400 Dmitry Marakasov wrote: | I don't think that matters unless ${WRKSRC} is deleted in the | process. Actually, it's even better, as if for some reason some | command leaves something behind (a corefile or a log) in it's current | directory, it'll end up in ${WRKSRC} and to a ports' directory. Well, yes, but no, you're missing the point, the idea is to have a stable and consistent way of doing things, so that if anyone needs to touch any port, (s)he doesn't have figure out what the current directory currently is. I was fine before because each line was executed in its own shell, but now, the whole bloc is executed in one shell invocation. -- Mathieu Arnold