From leeym@utopia.leeym.com  Fri Sep  3 14:15:37 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7151916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Sep 2004 14:15:37 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2895143D53
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Sep 2004 14:15:37 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 5A55F3EADC3;
	Fri,  3 Sep 2004 22:15:36 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 49643-02; Fri,  3 Sep 2004 22:14:45 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 33BDF3EADC6; Fri,  3 Sep 2004 22:14:33 +0800 (CST)
Message-Id: <20040903141433.33BDF3EADC6@utopia.leeym.com>
Date: Fri,  3 Sep 2004 22:14:33 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cyrille.lefevre@laposte.net
Subject: [PATCH] databases/gdbm: utilize INFO
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71339
>Category:       ports
>Synopsis:       [PATCH] databases/gdbm: utilize INFO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 03 14:20:21 GMT 2004
>Closed-Date:    Wed Oct 13 00:37:07 GMT 2004
>Last-Modified:  Wed Oct 13 00:37:07 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #167: Tue Jul 27 05:17:58 CST 2004
>Description:

- utilize INFO

Port maintainer (cyrille.lefevre@laposte.net) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gdbm-1.8.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/gdbm/Makefile,v
retrieving revision 1.24
diff -u -u -r1.24 Makefile
--- Makefile	9 Jul 2004 17:42:01 -0000	1.24
+++ Makefile	3 Sep 2004 14:13:47 -0000
@@ -28,6 +28,7 @@
 .endif
 
 MAN3=		gdbm.3
+INFO=		gdbm
 
 INSTALL_INFO?=	install-info
 
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/databases/gdbm/pkg-plist,v
retrieving revision 1.9
diff -u -u -r1.9 pkg-plist
--- pkg-plist	15 Feb 2003 11:24:06 -0000	1.9
+++ pkg-plist	3 Sep 2004 14:13:47 -0000
@@ -2,9 +2,6 @@
 include/gdbm.h
 %%GDBM_COMPAT%%include/dbm.h
 %%GDBM_COMPAT%%include/ndbm.h
-@unexec install-info --delete %D/info/gdbm.info %D/info/dir
-info/gdbm.info
-@exec install-info %D/info/gdbm.info %D/info/dir
 lib/libgdbm.a
 lib/libgdbm.so
 lib/libgdbm.so.3
--- gdbm-1.8.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Fri Sep 3 15:24:44 GMT 2004 
State-Changed-Why:  
The maintainer is Cc-ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71339 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Fri Sep 3 15:24:48 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71339 

Adding to audit trail from misfiled PR 71384: the maintainer
approved the patch.
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Wed Oct 13 00:37:06 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71339 
>Unformatted:
