Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Dec 2010 11:22:40 -0600
From:      Ade Lovett <ade@FreeBSD.org>
To:        Jonathan <jonathan@kc8onw.net>
Cc:        freebsd-ports Ports <freebsd-ports@freebsd.org>
Subject:   Re: failed configure of multimedia/handbrake
Message-ID:  <F8A5FEC6-C739-4303-B0FB-AFCDF331CC92@FreeBSD.org>
In-Reply-To: <4CFEDAB5.5030309@kc8onw.net>
References:  <20101207022753.GB5042@comcast.net> <4CFEDAB5.5030309@kc8onw.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F8A5FEC6-C739-4303-B0FB-AFCDF331CC92>