svn commit: r332645 - head/graphics/vcg
Antoine Brodin
antoine at FreeBSD.org
Wed Nov 6 07:43:06 UTC 2013
On Wed, Nov 6, 2013 at 7:43 AM, Alexey Dokuchaev <danfe at 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
More information about the svn-ports-all
mailing list