From owner-freebsd-ports@FreeBSD.ORG Thu Mar 10 23:54:33 2011 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 40C551065673; Thu, 10 Mar 2011 23:54:33 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1D1228FC16; Thu, 10 Mar 2011 23:54:32 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 725225615D; Thu, 10 Mar 2011 17:54:32 -0600 (CST) Date: Thu, 10 Mar 2011 17:54:32 -0600 From: Mark Linimon To: Ade Lovett Message-ID: <20110310235432.GA11144@lonesome.com> References: <488C7790-D3E2-4441-BEC8-DD26D8917181@freebsd.org> <4D792578.6000303@FreeBSD.org> <2B21F26B-D7EA-480B-BFA2-BD12DDDB7721@FreeBSD.org> <4D7932AC.1020508@FreeBSD.org> <883EDE8E-309A-497B-A9ED-2350AC1D2546@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <883EDE8E-309A-497B-A9ED-2350AC1D2546@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Doug Barton , FreeBSD Ports Subject: Re: [HEADS UP] GNU make 3.82 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: Thu, 10 Mar 2011 23:54:33 -0000 On Mar 10, 2011, at 14:21 , Doug Barton wrote: > I admire your optimism, however experience tells us that once these > types of accomodations get into the tree, they stay there for a long > time. Here's what I have on my system: devel/autoconf devel/autoconf213 devel/automake devel/automake14 devel/autotools devel/libtool (That's not counting the -wrapper convenience ports.) So: one antiquated version each of autoconf and automake. $ dependson autoconf-2.1 | wc -l 73 $ dependson autoconf | wc -l 910 $ dependson automake-1.4 | wc -l 31 $ dependson automake | wc -l 325 ('dependson' is just a script that greps INDEX.) Summary: there used to be a lot of auto* ports. There aren't, now. Anyone interested in looking through the sordid details can find them at http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/ . mcl