From nobody@FreeBSD.org  Wed Sep 12 13:41:08 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 23C9237B40E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Sep 2001 13:41:08 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f8CKf8390915;
	Wed, 12 Sep 2001 13:41:08 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200109122041.f8CKf8390915@freefall.freebsd.org>
Date: Wed, 12 Sep 2001 13:41:08 -0700 (PDT)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: devel/autogen to 5.2.9
X-Send-Pr-Version: www-1.0

>Number:         30530
>Category:       ports
>Synopsis:       Update port: devel/autogen to 5.2.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 12 13:50:01 PDT 2001
>Closed-Date:    Wed Sep 12 16:37:35 PDT 2001
>Last-Modified:  Wed Sep 12 16:38:13 PDT 2001
>Originator:     KATO Tsuguru
>Release:        4.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 5.2.9

Remove file:
patch-snprintfv::Makefile.in
patch-snprintfv::snprintfv::Makefile.in

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/autogen/Makefile devel/autogen/Makefile
--- /usr/ports/devel/autogen/Makefile	Sat Sep  1 01:34:51 2001
+++ devel/autogen/Makefile	Fri Sep  7 23:24:08 2001
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	autogen
-PORTVERSION=	5.2.3
+PORTVERSION=	5.2.9
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,15 +17,19 @@
 BUILD_DEPENDS=	guile:${PORTSDIR}/lang/guile
 LIB_DEPENDS=	guile.9:${PORTSDIR}/lang/guile
 
-USE_LIBTOOL=	yes
-
 USE_GMAKE=	yes
-
+USE_LIBTOOL=	yes
+LIBTOOLFILES=	configure snprintfv/configure
+CONFIGURE_TARGET=	# none
 INSTALLS_SHLIB=	yes
 
 MAN1=	autogen.1 columns.1 getdefs.1
 
-post-install:
-	@${RM} ${PREFIX}/lib/libsnprintfv.la
+pre-patch:
+	@${PERL} -pi -e 's|values.h ||g' ${WRKSRC}/snprintfv/configure
+
+pre-build:
+	@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
+	@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/snprintfv/libtool
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/autogen/distinfo devel/autogen/distinfo
--- /usr/ports/devel/autogen/distinfo	Sun Jun 10 19:46:19 2001
+++ devel/autogen/distinfo	Fri Sep  7 21:18:31 2001
@@ -1 +1 @@
-MD5 (autogen-5.2.3.tar.gz) = 06b8f94a0d6c36b4f9742beb7fc2448d
+MD5 (autogen-5.2.9.tar.gz) = cbf0300c7107868f3ee34ce4bd35af6d
diff -urN /usr/ports/devel/autogen/files/patch-snprintfv::Makefile.in devel/autogen/files/patch-snprintfv::Makefile.in
--- /usr/ports/devel/autogen/files/patch-snprintfv::Makefile.in	Tue Mar 13 14:52:31 2001
+++ devel/autogen/files/patch-snprintfv::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- snprintfv/Makefile.in.orig	Mon Mar 12 01:30:19 2001
-+++ snprintfv/Makefile.in	Mon Mar 12 01:31:11 2001
-@@ -43,7 +43,7 @@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
--INSTALL = @INSTALL@
-+INSTALL = /usr/bin/install -c -o root -g wheel
- INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
diff -urN /usr/ports/devel/autogen/files/patch-snprintfv::snprintfv::Makefile.in devel/autogen/files/patch-snprintfv::snprintfv::Makefile.in
--- /usr/ports/devel/autogen/files/patch-snprintfv::snprintfv::Makefile.in	Tue Mar 13 14:52:31 2001
+++ devel/autogen/files/patch-snprintfv::snprintfv::Makefile.in	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- snprintfv/snprintfv/Makefile.in.orig	Mon Mar 12 01:31:49 2001
-+++ snprintfv/snprintfv/Makefile.in	Mon Mar 12 01:31:59 2001
-@@ -43,7 +43,7 @@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
--INSTALL = @INSTALL@
-+INSTALL = /usr/bin/install -c -o root -g wheel
- INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
diff -urN /usr/ports/devel/autogen/pkg-plist devel/autogen/pkg-plist
--- /usr/ports/devel/autogen/pkg-plist	Sun Jun 10 19:46:19 2001
+++ devel/autogen/pkg-plist	Fri Sep  7 22:38:08 2001
@@ -10,18 +10,23 @@
 @exec install-info %D/info/autogen.info %D/info/dir
 @exec install-info %D/info/snprintfv.info %D/info/dir
 lib/libguileopts.a
+lib/libguileopts.la
 lib/libguileopts.so
 lib/libguileopts.so.0
 lib/libopts.a
+lib/libopts.la
 lib/libopts.so
-lib/libopts.so.9
+lib/libopts.so.10
 lib/libsnprintfv.a
+lib/libsnprintfv.la
+lib/libsnprintfv.so
+lib/libsnprintfv.so.1
 share/aclocal/autoopts.m4
 share/autogen/aginfo.tpl
 share/autogen/agman1.tpl
-share/autogen/fsm.tpl
 share/autogen/fsm-macro.tpl
 share/autogen/fsm-trans.tpl
+share/autogen/fsm.tpl
 share/autogen/optcode.tpl
 share/autogen/opthead.tpl
 share/autogen/options.tpl

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports 
Responsible-Changed-By: mikeh 
Responsible-Changed-When: Wed Sep 12 14:59:23 PDT 2001 
Responsible-Changed-Why:  
ports issue 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30530 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Wed Sep 12 16:37:35 PDT 2001 
State-Changed-Why:  
Duplicate of PR ports/30531 

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