Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2006 10:29:16 -0400
From:      Mikhail Teterin <mi+kde@aldan.algebra.com>
To:        Alexander Leidinger <Alexander@leidinger.net>
Cc:        Mark Linimon <linimon@lonesome.com>, Matthias Andree <matthias.andree@gmx.de>, Michael Nottebrock <lofi@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: NOT installing the .la files
Message-ID:  <200606141029.16701@aldan>
In-Reply-To: <20060614133024.ku2ialxj6s4ocogc@netchild.homeip.net>
References:  <200606112110.39148@aldan> <m3odwwaux2.fsf@merlin.emma.line.org> <20060614133024.ku2ialxj6s4ocogc@netchild.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 14 June 2006 07:30, Alexander Leidinger wrote:
= The current libtool port does install .la files. There's no work in  
= progress to change this. If nobody sends patches to the upstream  
= maintainers, there will never be a libtool version which completely  
= works without .la files. So the right thing to do ATM is to *not*  
= remove .la files in ports. 

We go through quite some trouble to conditionally install port documentation 
for many ports. Many ports also have options, which allow lighter 
configurations, with some features disabled -- to save space and build times. 

It may sound like "a lot of work" to save a few Kb and inodes, but remember, 
that these get multiplied by the countless thousands of computers...  How 
hard is something like:

	post-install:
		${RM} -f ${PREFIX}/lib/${PORTNAME}.la

anyway?

.la files are a workaround for "weird" and broken OSes. FreeBSD is neither. We 
don't need them.

= There may be software which dosn't work without them.

When/IF it ever emerges, the fix for it would be quite trivial...

	-mi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606141029.16701>