From owner-freebsd-ports@FreeBSD.ORG Wed Dec 8 17:22:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E585106566B for ; Wed, 8 Dec 2010 17:22:54 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 599468FC17 for ; Wed, 8 Dec 2010 17:22:54 +0000 (UTC) Received: from cpe-66-68-128-204.austin.res.rr.com ([66.68.128.204] helo=[172.16.32.150]) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PQNjA-000G8C-Sv; Wed, 08 Dec 2010 17:22:53 +0000 Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: <4CFEDAB5.5030309@kc8onw.net> Date: Wed, 8 Dec 2010 11:22:40 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20101207022753.GB5042@comcast.net> <4CFEDAB5.5030309@kc8onw.net> To: Jonathan X-Mailer: Apple Mail (2.1082) Cc: freebsd-ports Ports Subject: Re: failed configure of multimedia/handbrake X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2010 17:22:54 -0000 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