Date: Wed, 8 Dec 2010 14:19:37 -0800 From: Charlie Kester <corky1951@comcast.net> To: freebsd-ports@freebsd.org Subject: Re: failed configure of multimedia/handbrake Message-ID: <20101208221936.GE11485@comcast.net> In-Reply-To: <F8A5FEC6-C739-4303-B0FB-AFCDF331CC92@FreeBSD.org> References: <20101207022753.GB5042@comcast.net> <4CFEDAB5.5030309@kc8onw.net> <F8A5FEC6-C739-4303-B0FB-AFCDF331CC92@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed 08 Dec 2010 at 09:22:40 PST Ade Lovett wrote: > >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 > Thanks Ade! I can confirm that removing the reference to ${WRKSRC} on the LIBTOOLFILES line fixes the issue I'd been seeing. The handbrake port is unmaintained, and I don't see a PR with this fix. Shall I submit one, or is it already being handled?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101208221936.GE11485>