Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 02:11:32 +0900 (JST)
From:      fujimoto@oscar.elec.waseda.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6513: Upgrade port devel/automake to version 1.3
Message-ID:  <199805041711.CAA15950@ns.kf.mnc.waseda.ac.jp>

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

>Number:         6513
>Category:       ports
>Synopsis:       Upgrade port devel/automake to version 1.3
>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:   Mon May  4 10:10:01 PDT 1998
>Last-Modified:
>Originator:     FUJIMOTO Kensaku
>Organization:
Waseda University
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	Built on 2.2.6-RELEASE

>Description:

Please upgrade devel/automake (version 1.2) to version 1.3.

>How-To-Repeat:

	

>Fix:
	
Here's the patch to upgrade the port of automake.

In PLIST,
"@dirrm share/aclocal"
were deliberately replaced to
"@unexec rmdir %D/share/aclocal 2>/dev/null || true".
Automake shares "share/aclocal" with other packages
like GNU libtool, which has been ported by Motoyuki Kasahara
and will be send-pr'ed by him.

diff -ru automake.orig/Makefile automake/Makefile
--- automake.orig/Makefile	Fri Sep 19 18:29:04 1997
+++ automake/Makefile	Fri May  1 03:23:58 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	automake
-# Version required:	1.2
+# Version required:	1.3
 # Date created:		15 March 1997
 # Whom:			FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
 #
 # $Id: Makefile,v 1.5 1997/09/19 09:29:04 max Exp $
 #
 
-DISTNAME=	automake-1.2
+DISTNAME=	automake-1.3
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNU}
 
diff -ru automake.orig/files/md5 automake/files/md5
--- automake.orig/files/md5	Fri Sep 19 16:13:29 1997
+++ automake/files/md5	Fri May  1 03:36:57 1998
@@ -1 +1 @@
-MD5 (automake-1.2.tar.gz) = 87c072945c73d0ab64db051bfae9c664
+MD5 (automake-1.3.tar.gz) = 65c22b21a06112163f7e87b2872187b2
diff -ru automake.orig/patches/patch-aa automake/patches/patch-aa
--- automake.orig/patches/patch-aa	Fri Sep 19 16:13:30 1997
+++ automake/patches/patch-aa	Fri May  1 03:44:15 1998
@@ -1,5 +1,5 @@
---- automake.texi.orig	Fri Sep 19 06:13:10 1997
-+++ automake.texi	Fri Sep 19 06:17:06 1997
+--- automake.texi.orig	Sat Apr  4 05:04:07 1998
++++ automake.texi	Fri May  1 03:42:10 1998
 @@ -1,6 +1,7 @@
  \input texinfo   @c -*-texinfo-*-
  @c %**start of header
@@ -18,8 +18,8 @@
  
  @dircategory Individual utilities
  @direntry
--* aclocal: (automake)Invoking aclocal           Generating aclocal.m4
-+* Aclocal: (automake)Invoking aclocal           Generating aclocal.m4
+-* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
++* Aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
  @end direntry
  
  @ifinfo
diff -ru automake.orig/patches/patch-ab automake/patches/patch-ab
--- automake.orig/patches/patch-ab	Fri Sep 19 18:29:05 1997
+++ automake/patches/patch-ab	Fri May  1 03:45:07 1998
@@ -1,6 +1,6 @@
---- Makefile.in.orig	Mon Jun 23 11:25:50 1997
-+++ Makefile.in	Fri Sep 19 18:19:19 1997
-@@ -196,7 +196,7 @@
+--- Makefile.in.orig	Mon Apr  6 13:54:38 1998
++++ Makefile.in	Fri May  1 03:42:58 1998
+@@ -204,7 +204,7 @@
  .texi.info:
  	@cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9]
  	cd $(srcdir) \
diff -ru automake.orig/pkg/PLIST automake/pkg/PLIST
--- automake.orig/pkg/PLIST	Fri Sep 19 16:13:31 1997
+++ automake/pkg/PLIST	Sat May  2 04:16:02 1998
@@ -9,11 +9,14 @@
 share/aclocal/cygwin.m4
 share/aclocal/dmalloc.m4
 share/aclocal/error.m4
+share/aclocal/exeext.m4
 share/aclocal/header.m4
 share/aclocal/init.m4
 share/aclocal/install.m4
+share/aclocal/lex.m4
 share/aclocal/lispdir.m4
 share/aclocal/maintainer.m4
+share/aclocal/mingw.m4
 share/aclocal/missing.m4
 share/aclocal/mktime.m4
 share/aclocal/obstack.m4
@@ -47,6 +50,8 @@
 share/automake/header-vars.am
 share/automake/header.am
 share/automake/install-sh
+share/automake/java-clean.am
+share/automake/java.am
 share/automake/kr-extra.am
 share/automake/library.am
 share/automake/libs-clean.am
@@ -58,6 +63,7 @@
 share/automake/ltlib.am
 share/automake/ltlibrary.am
 share/automake/mans-vars.am
+share/automake/mans.am
 share/automake/mdate-sh
 share/automake/missing
 share/automake/mkinstalldirs
@@ -74,5 +80,5 @@
 share/automake/texinfo.tex
 share/automake/texinfos.am
 share/automake/ylwrap
-@dirrm share/aclocal
+@unexec rmdir %D/share/aclocal 2>/dev/null || true
 @dirrm share/automake
>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?199805041711.CAA15950>