Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 06:43:18 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Antoine Brodin <antoine@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:  <20131106064318.GC60770@FreeBSD.org>
In-Reply-To: <201311032002.rA3K2hw9017440@svn.freebsd.org>
References:  <201311032002.rA3K2hw9017440@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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).

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131106064318.GC60770>