failed configure of multimedia/handbrake
Ade Lovett
ade at FreeBSD.org
Wed Dec 8 17:22:54 UTC 2010
On Dec 07, 2010, at 19:09 , Jonathan wrote:
> ${PATCH_WRKSRC} and $$file from ${LIBTOOLFILES} have the full path to the target file which when combined causes the not found error. I'm guessing this has something to do with the recent autotools changes so I'm cc'ing ade@
The port Makefile is incorrect. LIBTOOLFILES should be set (if necessary) to a relative path, not an absolute one.
grep -R LIBTOOLFILES /usr/ports will show you all the ports that do this correctly -- the most recent autotools changes were essentially a null-op to massively reduce tree-diffs on upgrades of autoconf/automake/libtool
-aDe
More information about the freebsd-ports
mailing list