ports/71710: [PATCH] net/libdnet: add missing files

Yen-Ming Lee leeym at FreeBSD.org
Mon Sep 13 19:40:32 UTC 2004


>Number:         71710
>Category:       ports
>Synopsis:       [PATCH] net/libdnet: add missing files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 13 19:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list