Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2001 18:07:29 -0700 (PDT)
From:      <will@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        torstenb@FreeBSD.org
Subject:   ports/28801: autoconf update from 2.13 to 2.50
Message-ID:  <200107080107.f6817TK13003@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         28801
>Category:       ports
>Synopsis:       autoconf update from 2.13 to 2.50
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 18:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews <will@FreeBSD.org>
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD puck.firepipe.net 4.3-STABLE FreeBSD 4.3-STABLE #8: Sun Jun  3 22:15:48 EST 2001     will@puck.firepipe.net:/net/puck/stable/src/sys/compile/PUCK  i386

>Description:

Remove files:	files/patch-a[abcdefg]
Update files:	Makefile distinfo pkg-plist

	This is an update for autoconf, from 2.13 to 2.50.  All patches were
merged (as near as I can tell), or obsoleted.  I think this is a fairly
serious update considering that autoconf hasn't been released in nearly
two years.  And it fixes MANY bugs.

A package is available for those who require it, at:

	http://people.FreeBSD.org/~will/packages/autoconf-2.50.tgz

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/autoconf/Makefile,v
retrieving revision 1.22
diff -u -u -r1.22 Makefile
--- Makefile	2001/05/31 22:14:37	1.22
+++ Makefile	2001/07/08 01:08:35
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	autoconf
-PORTVERSION=	2.13
-PORTREVISION=	1
+PORTVERSION=	2.50
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	autoconf
@@ -20,8 +19,7 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	M4=${PREFIX}/bin/gm4
 
-post-install:
-	@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
-	@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
+MAN1=		autoconf.1 autoheader.1 autoreconf.1 autoscan.1 \
+		autoupdate.1 config.guess.1 config.sub.1 ifnames.1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/autoconf/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	1999/01/26 01:54:52	1.8
+++ distinfo	2001/07/08 01:08:35
@@ -1 +1 @@
-MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711
+MD5 (autoconf-2.50.tar.gz) = b3d78c5aefd53ed69d93182239af65e3
Index: pkg-plist
===================================================================
RCS file: /cvs/FreeBSD/ports/devel/autoconf/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	1999/06/05 22:21:14	1.6
+++ pkg-plist	2001/07/08 01:08:35
@@ -10,19 +10,22 @@
 info/standards.info
 @exec install-info %D/info/autoconf.info %D/info/dir
 @exec install-info %D/info/standards.info %D/info/dir
-share/autoconf/acconfig.h
+share/autoconf/INSTALL
 share/autoconf/acfunctions
+share/autoconf/acfunctions.m4
 share/autoconf/acgeneral.m4
 share/autoconf/acheaders
+share/autoconf/acheaders.m4
 share/autoconf/acidentifiers
+share/autoconf/aclang.m4
 share/autoconf/acmakevars
 share/autoconf/acoldnames.m4
 share/autoconf/acprograms
 share/autoconf/acspecific.m4
+share/autoconf/actypes.m4
+share/autoconf/acversion.m4
 share/autoconf/autoconf.m4
 share/autoconf/autoconf.m4f
-share/autoconf/autoheader.m4
-share/autoconf/autoheader.m4f
-share/autoconf/config.guess
-share/autoconf/config.sub
+share/autoconf/m4sh.m4
+share/autoconf/m4sugar.m4
 @dirrm share/autoconf
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107080107.f6817TK13003>