From leeym@utopia.leeym.com  Mon Sep 13 19:34:28 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 CF39816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2004 19:34:28 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 706F343D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Sep 2004 19:34:28 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id D6DA23E9C90;
	Tue, 14 Sep 2004 03:34:26 +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 63284-04; Tue, 14 Sep 2004 03:34:11 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 650AF3E9C7F; Tue, 14 Sep 2004 03:34:11 +0800 (CST)
Message-Id: <20040913193411.650AF3E9C7F@utopia.leeym.com>
Date: Tue, 14 Sep 2004 03:34:11 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: yonatan@xpert.com
Subject: [PATCH] net/libdnet: add missing files
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71710
>Category:       ports
>Synopsis:       [PATCH] net/libdnet: add missing files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 19:40:29 GMT 2004
>Closed-Date:    Tue Oct 12 17:36:08 GMT 2004
>Last-Modified:  Tue Oct 12 17:36:08 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA3 FreeBSD 5.3-BETA3 #4: Fri Sep 10 05:12:41 CST 2004
>Description:

- add missing files
- add INSTALLS_SHLIB and USE_LIBTOOL_VER

Port maintainer (yonatan@xpert.com) is cc'd.

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

http://pointyhat.freebsd.org/errorlogs/i386-5-latest-logs/extras.html

>Fix:

--- libdnet-1.8.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/libdnet/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	15 Aug 2004 13:17:41 -0000	1.14
+++ Makefile	13 Sep 2004 19:32:11 -0000
@@ -16,6 +16,8 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+INSTALLS_SHLIB=	yes
+USE_LIBTOOL_VER=15
 
 MAN3=	dnet.3
 MAN8=	dnet.8
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/libdnet/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	30 Jun 2003 14:09:55 -0000	1.2
+++ pkg-plist	13 Sep 2004 19:32:11 -0000
@@ -1,6 +1,8 @@
 bin/dnet-config
 sbin/dnet
 lib/libdnet.a
+lib/libdnet.so
+lib/libdnet.so.0
 include/dnet/addr.h
 include/dnet/arp.h
 include/dnet/blob.h
--- libdnet-1.8.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Tue Sep 14 16:11:46 GMT 2004 
State-Changed-Why:  
The maintainer is Cc-ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71710 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Tue Sep 14 16:11:49 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71710 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Oct 12 17:36:07 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

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