From owner-cvs-all@FreeBSD.ORG Tue Apr 19 16:48:17 2005 Return-Path: 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 CE27C16A4CE; Tue, 19 Apr 2005 16:48:17 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9F3443D58; Tue, 19 Apr 2005 16:48:16 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j3JGl6q8017853; Tue, 19 Apr 2005 19:47:06 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j3JGm94i046513; Tue, 19 Apr 2005 19:48:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j3JGm7lA046512; Tue, 19 Apr 2005 19:48:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 19 Apr 2005 19:48:07 +0300 From: Giorgos Keramidas To: Eric Anholt Message-ID: <20050419164807.GA46451@orion.daedalusnetworks.priv> References: <200504171751.j3HHp5Wn094955@repoman.freebsd.org> <86pswsxlba.fsf@xps.des.no> <4263C23C.9060108@kientzle.com> <86mzrvupx0.fsf@xps.des.no> <1113924369.86153.1.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1113924369.86153.1.camel@leguin> cc: Tim Kientzle cc: src-committers@freebsd.org cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Tim Kientzle cc: Kris Kennaway cc: Dag-Erling Sm?rgrav Subject: Re: cvs commit: src/usr.bin/tar Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 19 Apr 2005 16:48:18 -0000 On 2005-04-19 08:26, Eric Anholt wrote: >On Tue, 2005-04-19 at 10:33 +0200, Dag-Erling Sm?rgrav wrote: >>Kris Kennaway 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. I usually get around this by installing a local version of the autotools in /opt/autotools and adding /opt/autotools/{,s}bin before /usr/local in my PATH. This has worked remarkably well for more than a year now, for software that has to run on FreeBSD, Linux and Solaris.