From owner-cvs-all@FreeBSD.ORG Sat Dec 4 07:26:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86078106564A; Sat, 4 Dec 2010 07:26:18 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 75D1D8FC0A; Sat, 4 Dec 2010 07:26:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oB47QIRF073650; Sat, 4 Dec 2010 07:26:18 GMT (envelope-from ade@repoman.freebsd.org) Received: (from ade@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB47QIHL073649; Sat, 4 Dec 2010 07:26:18 GMT (envelope-from ade) Message-Id: <201012040726.oB47QIHL073649@repoman.freebsd.org> From: Ade Lovett Date: Sat, 4 Dec 2010 07:26:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.autotools.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2010 07:26:18 -0000 ade 2010-12-04 07:26:18 UTC FreeBSD ports repository Modified files: Mk bsd.autotools.mk Log: Rework bsd.autotools.mk now that we have a single legacy autoconf/automake (2.13/1.4) and an up-to-date version. USE_AUTOTOOLS stanzas have now been changed to remove the specific version number of the current version, for example: autoconf:213 -> autoconf213 automake:14 -> automake14 autoconf:268 -> autoconf automake:111 -> automake This will considerably reduce tree-churn when it comes to new versions of the "current" autotools, allowing for quicker deployment. Tested by: -exp runs (pav) Hatemail to: ade Revision Changes Path 1.37 +257 -185 ports/Mk/bsd.autotools.mk