Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2001 15:07:09 -0700 (PDT)
From:      papowell@astart.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29632: Updated port: autoconf
Message-ID:  <200108112207.f7BM79c25241@h110.private>

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

>Number:         29632
>Category:       ports
>Synopsis:       Updated port: autoconf (2.52)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 15:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>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?200108112207.f7BM79c25241>