cvs commit: src/usr.bin/tar Makefile
Anthony Ginepro
anthony.ginepro at laposte.net
Tue Apr 19 09:08:51 PDT 2005
On 04/19/05 08:26, Eric Anholt wrote:
> On Tue, 2005-04-19 at 10:33 +0200, Dag-Erling Smørgrav wrote:
> > Kris Kennaway <kris at obsecurity.org> writes:
> > > gnu-auto* are for non-ports usage (only) - they don't mangle the
> > > installed filenames to allow coexistence of multiple versions.
> >
> > It's slightly backwards, though. What we should do is have
> > devel/auto* for non-ports usage, installed in /usr/local/bin, and
> > devel/ports-auto* for ports usage, installed out of the way.
>
> Yes!
>
> Working on 3rd party autotooled software outside of ports regularly is
> miserable on FreeBSD.
exporting autotool variables helped me a lot :
export ACLOCAL=aclocal19
export AUTOCONF=autoconf259
export AUTOHEADER=autoheader259
export AUTOMAKE=automake19
export LIBTOOLIZE=libtoolize15
However I've to copy files from /usr/local/share/aclocal to
/usr/local/share/aclocal19 in order to work correctly.
I don't really know what is the best way to deal with this however
I don't like having multiple ports for the same software..
Anthony.
More information about the cvs-src
mailing list