From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 5 23:31:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B871016A468; Tue, 5 Jun 2007 23:31:05 +0000 (UTC) (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 9E24613C465; Tue, 5 Jun 2007 23:31:05 +0000 (UTC) (envelope-from ade@lovett.com) Received: from inferno.canal.lovett.com ([172.16.32.23]:49207) by mail.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1HviUS-000Je7-P4; Tue, 05 Jun 2007 16:31:04 -0700 In-Reply-To: <86ps4afuu6.fsf@dwp.des.no> References: <200705241023.l4OANKHT047366@freefall.freebsd.org> <86ps4afuu6.fsf@dwp.des.no> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <26B0A91D-79A0-4AED-9D0C-555AAD799892@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: Ade Lovett Date: Tue, 5 Jun 2007 16:31:04 -0700 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.752.3) Sender: ade@lovett.com Cc: freebsd-ports-bugs@FreeBSD.org, Ade Lovett , portmgr@FreeBSD.org Subject: Re: ports/112930: Autotools. The Next Step. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 23:31:05 -0000 On Jun 05, 2007, at 05:29 , Dag-Erling Sm=F8rgrav wrote: > Ade Lovett writes: >> Re-synced patch once again, hopefully the last time (heh!) before >> going for an -exp run. > > Thanks! Actually, I've just changed it a little: http://freebsd.lovett.com/ade/patches/autotools-20070605b.diff MD5: 17101da831cb8890609a3a04461402d9 This adds support for a new USE_AUTOTOOLS stanza; 'autotools:[build|=20 run|both]' which simply acts as a convenience function to ensure all =20= versions of autoconf/automake/libtool are brought in, via the devel/=20 autotools metaport, rather than having to rely on a relatively =20 obscure DEPENDS entry. Just a little bit cleaner, that's all. The devel/configgen Makefile =20 now simply contains: USE_AUTOTOOLS=3D autotools:run instead of the lots of lines of code previously. -aDe