From owner-cvs-all@FreeBSD.ORG Sun Oct 17 06:34:52 2004 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 B298216A4CE; Sun, 17 Oct 2004 06:34:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A514243D31; Sun, 17 Oct 2004 06:34:52 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9H6YqAe068710; Sun, 17 Oct 2004 06:34:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9H6YqeG068709; Sun, 17 Oct 2004 06:34:52 GMT (envelope-from marcus) Message-Id: <200410170634.i9H6YqeG068709@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 17 Oct 2004 06:34:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/gnu-autoconf Makefile pkg-descr pkg-message pkg-plist ports/devel/gnu-autoconf/files patch-autoconf.texi patch-autoreconf.in patch-configure patch-standards.texi 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: Sun, 17 Oct 2004 06:34:52 -0000 marcus 2004-10-17 06:34:52 UTC FreeBSD ports repository Modified files: devel/gnu-autoconf Makefile pkg-descr pkg-plist Added files: devel/gnu-autoconf pkg-message Removed files: devel/gnu-autoconf/files patch-autoconf.texi patch-autoreconf.in patch-configure patch-standards.texi Log: Add gnu-autoconf, an unhacked version of autoconf-2.59 aimed at developers that need to create cross-platform software distributions. This port installs into ${LOCALBASE}/gnu-autotools, so developers that need to make use of this version of autoconf can adjust their paths accordingly. Discussed with: ade Revision Changes Path 1.59 +8 -37 ports/devel/gnu-autoconf/Makefile 1.4 +0 -35 ports/devel/gnu-autoconf/files/patch-autoconf.texi (dead) 1.2 +0 -7 ports/devel/gnu-autoconf/files/patch-autoreconf.in (dead) 1.4 +0 -7 ports/devel/gnu-autoconf/files/patch-configure (dead) 1.3 +0 -12 ports/devel/gnu-autoconf/files/patch-standards.texi (dead) 1.4 +5 -0 ports/devel/gnu-autoconf/pkg-descr 1.1 +9 -0 ports/devel/gnu-autoconf/pkg-message (new) 1.20 +57 -65 ports/devel/gnu-autoconf/pkg-plist