Date: Wed, 6 Nov 2013 08:43:04 +0100 From: Antoine Brodin <antoine@FreeBSD.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r332645 - head/graphics/vcg Message-ID: <CAALwa8k=tJF1SZdHfPFqvx8v3gj3VPMfBOttbxYEySNZbv=Ajg@mail.gmail.com> In-Reply-To: <20131106064318.GC60770@FreeBSD.org> References: <201311032002.rA3K2hw9017440@svn.freebsd.org> <20131106064318.GC60770@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 6, 2013 at 7:43 AM, Alexey Dokuchaev <danfe@freebsd.org> wrote: > On Sun, Nov 03, 2013 at 08:02:43PM +0000, Antoine Brodin wrote: >> New Revision: 332645 >> URL: http://svnweb.freebsd.org/changeset/ports/332645 >> >> Log: >> - Convert to STAGEDIR, the side effect is that the packages are fixed >> (this ports uses imake but didn't compress man pages) >> >> @@ -33,7 +30,7 @@ pre-patch: >> -e "s:%%CFLAGS%%:${CFLAGS}:g" \ >> -e "s:%%MAKE%%:${MAKE}:g;" \ >> -e "s:%%LOCALBASE%%:${LOCALBASE}:g" \ >> - -e "s:%%PREFIX%%:${PREFIX}:g" \ >> + -e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \ > > I assume that you have verified that software does not use this %%PREFIX%% > value as runtime-valid path (e.g. opens file relative to it). Yes, and the qa.sh tests would have spotted this problem too. Cheers, Antoine
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8k=tJF1SZdHfPFqvx8v3gj3VPMfBOttbxYEySNZbv=Ajg>