From owner-freebsd-ports Sat Jan 23 22:00:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16125 for freebsd-ports-outgoing; Sat, 23 Jan 1999 22:00:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16074 for ; Sat, 23 Jan 1999 22:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA00300; Sat, 23 Jan 1999 22:00:01 -0800 (PST) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-118.fwi.com [209.84.172.123]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA15567 for ; Sat, 23 Jan 1999 21:56:16 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id AAA29387 for ; Sun, 24 Jan 1999 00:55:26 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.2/8.9.2) id AAA57846; Sun, 24 Jan 1999 00:55:42 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199901240555.AAA57846@emerson.gelemna.ft-wayne.in.us> Date: Sun, 24 Jan 1999 00:55:42 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9656: Update devel/autoconf to 2.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9656 >Category: ports >Synopsis: Update devel/autoconf to 2.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 23 22:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: >Description: These diffs update the devel/autoconf port to use the new 2.13 distfile. Also, the distfiles have moved, so I added a MASTER_SITE_SUBDIR line to point to the right place. While it was necessary to update all three patches, they do the same things that they did in the old version. I haven't run this by the port's official maintainer, but I doubt that I'm doing anything that would warrent a veto. >How-To-Repeat: >Fix: Apply this patch: diff -ruN autoconf.old/Makefile autoconf/Makefile --- autoconf.old/Makefile Wed Sep 23 11:10:37 1998 +++ autoconf/Makefile Sat Jan 23 23:15:56 1999 @@ -1,14 +1,15 @@ # New ports collection makefile for: autoconf -# Version required: 2.12 +# Version required: 2.13 # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # # $Id: Makefile,v 1.15 1998/09/23 16:10:37 vanilla Exp $ # -DISTNAME= autoconf-2.12 +DISTNAME= autoconf-2.13 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= autoconf MAINTAINER= torstenb@FreeBSD.ORG diff -ruN autoconf.old/files/md5 autoconf/files/md5 --- autoconf.old/files/md5 Thu Jan 16 05:11:39 1997 +++ autoconf/files/md5 Sat Jan 23 23:17:55 1999 @@ -1 +1 @@ -MD5 (autoconf-2.12.tar.gz) = 8d7a2b2eda07601308c3031197c78b8a +MD5 (autoconf-2.13.tar.gz) = 9de56d4a161a723228220b0f425dc711 diff -ruN autoconf.old/patches/patch-aa autoconf/patches/patch-aa --- autoconf.old/patches/patch-aa Fri Mar 29 02:06:55 1996 +++ autoconf/patches/patch-aa Sat Jan 23 23:31:16 1999 @@ -1,14 +1,16 @@ ---- ./Makefile.in.org Wed Nov 22 10:09:44 1995 -+++ ./Makefile.in Thu Mar 28 23:02:49 1996 -@@ -131,15 +131,15 @@ - *) echo Error: Autoconf requires GNU m4 1.1 or later; exit 1 ;; \ - esac +--- Makefile.in.orig Tue Jan 5 08:27:16 1999 ++++ Makefile.in Sat Jan 23 23:29:33 1999 +@@ -141,7 +141,7 @@ + + install: all $(M4FILES) acconfig.h installdirs install-info for p in $(ASCRIPTS); do \ - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ + $(INSTALL) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ done - for i in $(M4FILES) acconfig.h; do \ - $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ + for i in $(M4FROZEN); do \ + $(INSTALL_DATA) $$i $(acdatadir)/$$i; \ +@@ -150,9 +150,9 @@ + $(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ done -if test -f autoscan; then \ - $(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \ diff -ruN autoconf.old/patches/patch-ab autoconf/patches/patch-ab --- autoconf.old/patches/patch-ab Fri Jun 13 02:31:54 1997 +++ autoconf/patches/patch-ab Sat Jan 23 23:40:00 1999 @@ -1,5 +1,5 @@ ---- autoconf.texi.orig Wed Nov 27 03:09:46 1996 -+++ autoconf.texi Fri Jun 13 16:29:42 1997 +--- autoconf.texi.orig Tue Jan 5 08:28:37 1999 ++++ autoconf.texi Sat Jan 23 23:34:43 1999 @@ -4,6 +4,7 @@ @settitle Autoconf @c For double-sided printing, uncomment: @@ -7,4 +7,4 @@ +@dircategory Programming & development tools @c %**end of header - @set EDITION 2.12 + @set EDITION 2.13 diff -ruN autoconf.old/patches/patch-ac autoconf/patches/patch-ac --- autoconf.old/patches/patch-ac Fri Jun 13 02:32:52 1997 +++ autoconf/patches/patch-ac Sat Jan 23 23:45:01 1999 @@ -1,9 +1,9 @@ ---- standards.texi.orig Fri Oct 11 11:32:48 1996 -+++ standards.texi Fri Jun 13 16:26:11 1997 +--- standards.texi.orig Tue Jan 5 08:29:22 1999 ++++ standards.texi Sat Jan 23 23:36:36 1999 @@ -4,12 +4,13 @@ @settitle GNU Coding Standards - @c UPDATE THIS DATE WHENEVER YOU MAKE CHANGES! - @set lastupdate 9 September 1996 + @c This date is automagically updated when you save this file: + @set lastupdate August 26, 1998 +@dircategory Programming & development tools @c %**end of header >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message