From owner-cvs-all@FreeBSD.ORG Thu Mar 9 15:39:51 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 658F616A420; Thu, 9 Mar 2006 15:39:51 +0000 (GMT) (envelope-from ade@lovett.com) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206B443D45; Thu, 9 Mar 2006 15:39:51 +0000 (GMT) (envelope-from ade@lovett.com) Received: from hellfire.canal.lovett.com ([172.16.32.20]:57899) by mail.lovett.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FHNF0-0004R6-Af; Thu, 09 Mar 2006 07:39:50 -0800 In-Reply-To: <86irqpwy35.fsf@xps.des.no> References: <200602231043.k1NAhYlr080084@repoman.freebsd.org> <86irqpwy35.fsf@xps.des.no> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Ade Lovett Date: Thu, 9 Mar 2006 07:39:32 -0800 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.746.2) Sender: ade@lovett.com Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Ade Lovett , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 15:39:51 -0000 On Mar 07, 2006, at 16:59 , Dag-Erling Sm=F8rgrav wrote: > .la files are useless on an ELF system Cite, please? Given that around 35% of our libtool-using ports =20 already installed .la files prior to this change, as well as =20 extensive use of them in Linux and NetBSD's pkgsrc (both of which run =20= on ELF-based systems, last time I checked), I'm sure any such =20 critical problems would have been found by now. > , and may be harmful if you are > trying to cross-build software that links against libraries for which > .la files are installed. Again, please cite, particularly given the capability to cross-build =20 pkgsrc. -aDe