From owner-svn-ports-head@FreeBSD.ORG Sat Jan 25 09:15:56 2014 Return-Path: Delivered-To: svn-ports-head@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 76A3879A; Sat, 25 Jan 2014 09:15:56 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FA5F1ED6; Sat, 25 Jan 2014 09:15:56 +0000 (UTC) Received: from [89.182.93.127] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1W6zL9-0006KJ-Kw; Sat, 25 Jan 2014 10:15:47 +0100 Date: Sat, 25 Jan 2014 10:15:47 +0100 From: Marcus von Appen To: Alexey Dokuchaev Subject: Re: svn commit: r340996 - in head/lang: python python2 python3 Message-ID: <20140125091547.GA1372@medusa.sysfault.org> Mail-Followup-To: Alexey Dokuchaev , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201401250846.s0P8kBI1007669@svn.freebsd.org> <20140125085610.GA38716@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20140125085610.GA38716@FreeBSD.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== 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.17 Precedence: list Reply-To: Marcus von Appen 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: Sat, 25 Jan 2014 09:15:56 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Sat Jan 25, 2014, Alexey Dokuchaev wrote: > On Sat, Jan 25, 2014 at 08:46:11AM +0000, Marcus von Appen wrote: > > New Revision: 340996 > > URL: http://svnweb.freebsd.org/changeset/ports/340996 > > QAT: https://qat.redports.org/buildarchive/r340996/ > > > > - ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} ${PREFIX}/bin/${file} > > + ${LN} -sf ${PREFIX}/bin/${file}${PYTHON_MAJOR_VER} \ > > + ${STAGEDIR}${PREFIX}/bin/${file} > > [ ... lots of similar changes skipped ... ] > > Per our own wiki.freebsd.org/ports/StageDir: > > "When creating a symlink, prepend ${STAGEDIR} to the target path only (and > generally try to avoid using absolute paths in source). [...] > > Note that source of ${PREFIX}/lib/libfoo.so.42, while seemingly okay, > could be in fact incorrect, since absolute path can potentially point to > a wrong location, e.g. when remote filesystem (with installed package) > is mounted via NFS under non-root mount point. Relative paths are less > fragile (and often much shorter)." Fixed, thanks! Marcus --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlLjgMMACgkQi68/ErJnpkd5ogCfUqcc+PLZhY/8KL4nW8MW+9lR lsUAnRuTylJEbfTxqGAJta6kvSei/K6f =LxH7 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--