From papowell@astart.com  Sat Aug 11 15:07:10 2001
Return-Path: <papowell@astart.com>
Received: from astart2.astart.com (tcubed-gw.customer.nethere.net [216.188.53.211])
	by hub.freebsd.org (Postfix) with ESMTP id B446D37B406
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Aug 2001 15:07:09 -0700 (PDT)
	(envelope-from papowell@astart.com)
Received: from h110.private (h110.private [10.0.0.110])
	by astart2.astart.com (8.9.3/8.9.3) with ESMTP id PAA24372
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Aug 2001 15:07:09 -0700 (PDT)
	(envelope-from papowell@astart.com)
Received: (from papowell@localhost)
	by h110.private (8.11.3/8.11.3) id f7BM79c25241;
	Sat, 11 Aug 2001 15:07:09 -0700 (PDT)
	(envelope-from papowell)
Message-Id: <200108112207.f7BM79c25241@h110.private>
Date: Sat, 11 Aug 2001 15:07:09 -0700 (PDT)
From: papowell@astart.com
Reply-To: papowell@astart.com
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Updated port: autoconf
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         29632
>Category:       ports
>Synopsis:       Updated port: autoconf (2.52)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 15:10:01 PDT 2001
>Closed-Date:    Sat Aug 11 20:55:39 PDT 2001
>Last-Modified:  Sat Aug 11 20:56:37 PDT 2001
>Originator:     Patrick Powell
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
Astart Technologies AKA LPRng.com 
>Environment:
System: FreeBSD h110.private 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386


	wimp - the porting host at LPRng.com
>Description:
	Port update
>How-To-Repeat:
	Port Update
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	autoconf
#	autoconf/files
#	autoconf/files/patch-ah
#	autoconf/Makefile
#	autoconf/distinfo
#	autoconf/pkg-comment
#	autoconf/pkg-descr
#	autoconf/pkg-plist
#
echo c - autoconf
mkdir -p autoconf > /dev/null 2>&1
echo c - autoconf/files
mkdir -p autoconf/files > /dev/null 2>&1
echo x - autoconf/files/patch-ah
sed 's/^X//' >autoconf/files/patch-ah << 'END-of-autoconf/files/patch-ah'
X*** Makefile.in	Sat Aug 11 14:50:06 2001
X--- Makefile.in.orig	Sat Aug 11 14:50:00 2001
X***************
X*** 91,98 ****
X  
X  nodistpkgdataDATA = autoconf.m4f
X  
X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA) \
X! 	config/config.guess config/config.sub config/install-sh config/mkinstalldirs
X  
X  EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2              BUGS INSTALL.txt              acversion.in              autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in              autoscan.in              $(distpkgdataDATA)              GNUmakefile Makefile.maint
X  
X--- 91,97 ----
X  
X  nodistpkgdataDATA = autoconf.m4f
X  
X! pkgdata_DATA = $(distpkgdataDATA) $(nodistpkgdataDATA)
X  
X  EXTRA_DIST = ChangeLog.0 ChangeLog.1 ChangeLog.2              BUGS INSTALL.txt              acversion.in              autoconf.in autoheader.in autoreconf.in autoupdate.in ifnames.in              autoscan.in              $(distpkgdataDATA)              GNUmakefile Makefile.maint
X  
X***************
X*** 175,181 ****
X  
X  install-pkgdataDATA: $(pkgdata_DATA)
X  	@$(NORMAL_INSTALL)
X! 	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/config
X  	@list='$(pkgdata_DATA)'; for p in $$list; do \
X  	  if test -f $(srcdir)/$$p; then \
X  	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
X--- 174,180 ----
X  
X  install-pkgdataDATA: $(pkgdata_DATA)
X  	@$(NORMAL_INSTALL)
X! 	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
X  	@list='$(pkgdata_DATA)'; for p in $$list; do \
X  	  if test -f $(srcdir)/$$p; then \
X  	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
END-of-autoconf/files/patch-ah
echo x - autoconf/Makefile
sed 's/^X//' >autoconf/Makefile << 'END-of-autoconf/Makefile'
X# New ports collection makefile for:	autoconf
X# Date created:		7 October 1995
X# Whom:			torstenb@FreeBSD.org
X#
X# $FreeBSD: ports/devel/autoconf/Makefile,v 1.22 2001/05/31 22:14:37 ade Exp $
X#
X
XPORTNAME=	autoconf
XPORTVERSION=	2.52
XPORTREVISION=	1
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	autoconf
X
XMAINTAINER=	torstenb@FreeBSD.org
X
XBUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
XRUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	M4=${PREFIX}/bin/gm4
X
Xpost-install:
X	(cd ${WRKSRC}/config; for i in config.guess config.sub install-sh mdate-sh missing mkinstalldirs; do echo $$i ; done )
X	@install-info ${PREFIX}/info/autoconf.info ${PREFIX}/info/dir
X	@install-info ${PREFIX}/info/standards.info ${PREFIX}/info/dir
X
X.include <bsd.port.mk>
END-of-autoconf/Makefile
echo x - autoconf/distinfo
sed 's/^X//' >autoconf/distinfo << 'END-of-autoconf/distinfo'
XMD5 (autoconf-2.52.tar.gz) = 054c54b73aade6da546f98a7c03a724d
END-of-autoconf/distinfo
echo x - autoconf/pkg-comment
sed 's/^X//' >autoconf/pkg-comment << 'END-of-autoconf/pkg-comment'
XAutomatically configure source code on many Un*x platforms
END-of-autoconf/pkg-comment
echo x - autoconf/pkg-descr
sed 's/^X//' >autoconf/pkg-descr << 'END-of-autoconf/pkg-descr'
XAutoconf is an extensible package of m4 macros that produce shell
Xscripts to automatically configure software source code packages.
XThese scripts can adapt the packages to many kinds of UNIX-like
Xsystems without manual user intervention.  Autoconf creates a
Xconfiguration script for a package from a template file that lists the
Xoperating system features that the package can use, in the form of m4
Xmacro calls.
X
XWWW: http://sources.redhat.com/autoconf/
END-of-autoconf/pkg-descr
echo x - autoconf/pkg-plist
sed 's/^X//' >autoconf/pkg-plist << 'END-of-autoconf/pkg-plist'
Xbin/autoconf
Xbin/autoheader
Xbin/autoreconf
Xbin/autoscan
Xbin/autoupdate
Xbin/ifnames
X@unexec install-info --delete %D/info/autoconf.info %D/info/dir
X@unexec install-info --delete %D/info/standards.info %D/info/dir
Xinfo/autoconf.info
Xinfo/standards.info
X@exec install-info %D/info/autoconf.info %D/info/dir
X@exec install-info %D/info/standards.info %D/info/dir
Xshare/autoconf/acfunctions
Xshare/autoconf/acheaders
Xshare/autoconf/acidentifiers
Xshare/autoconf/acmakevars
Xshare/autoconf/acprograms
Xshare/autoconf/aclibraries
Xshare/autoconf/m4sugar.m4
Xshare/autoconf/m4sh.m4
Xshare/autoconf/acversion.m4
Xshare/autoconf/autoconf.m4
Xshare/autoconf/acgeneral.m4
Xshare/autoconf/acoldnames.m4
Xshare/autoconf/acspecific.m4
Xshare/autoconf/aclang.m4
Xshare/autoconf/acfunctions.m4
Xshare/autoconf/acheaders.m4
Xshare/autoconf/actypes.m4
Xshare/autoconf/autoconf.m4f
Xshare/autoconf/INSTALL
X@dirrm share/autoconf
END-of-autoconf/pkg-plist
exit

>Release-Note:
>Audit-Trail:

From: Doug Barton <DougB@DougBarton.net>
To: papowell@astart.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/29632: Updated port: autoconf
Date: Sat, 11 Aug 2001 15:45:44 -0700

 Please submit a follow-up to this PR that includes a diff -u to the current
 port. 
 
 Thanks,
 
 Doug

From: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To: freebsd-gnats-submit@FreeBSD.org, papowell@astart.com
Cc:  
Subject: Re: ports/29632: Updated port: autoconf (2.52)
Date: Sat, 11 Aug 2001 15:51:29 -0700

 Hmm . . .
 
 PR ports/29632 and ports/29633 appear to differ only in their respective 
 pkg-plist's.
 
 I've heard of backwards compatibility problems (with older configure.in 
 scripts).  Does this test out with some of the older ports?
 
 jmc
 

From: Patrick Li <pat@databits.net>
To: freebsd-gnats-submit@FreeBSD.org, papowell@astart.com
Cc:  
Subject: Re: ports/29632: Updated port: autoconf (2.52)
Date: Sat, 11 Aug 2001 22:39:17 -0400

 Please take a look at the audit trial of PR 29069 and other
 PR's relating to this issue
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Sat Aug 11 20:55:39 PDT 2001 
State-Changed-Why:  

Closed in favor of ports/29069, which also mentions the reasons why 
this port shouldn't be updated willy-nilly. 


Responsible-Changed-From-To: freebsd-ports->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Sat Aug 11 20:55:39 PDT 2001 
Responsible-Changed-Why:  

I closed it 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29632 
>Unformatted:
