Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2006 23:44:03 +0200 (IST)
From:      Yonatan <onatan@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104364: Fix plist for net/py-libdnet
Message-ID:  <20061012214403.9529E28429@laptop.afarsec.com>
Resent-Message-ID: <200610122150.k9CLoGwZ043318@freefall.freebsd.org>

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

>Number:         104364
>Category:       ports
>Synopsis:       Fix plist for net/py-libdnet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 12 21:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yonatan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Afarsec
>Environment:
System: FreeBSD laptop.afarsec.com 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Sep 4 10:50:10 IDT 2006 yonatan@laptop.afarsec.com:/usr/obj/usr/src/sys/GENERIC i386
>Description:
net/py-libdnet is a slave port of net/libdnet. Two files are missing from
its plist.
I never used this port, please assign its maintainership to someone else.
Thierry, are you interested?
>How-To-Repeat:
install py-libdnet
>Fix:

--- py-libnet-fix.diff begins here ---
diff -urN libdnet.orig/Makefile libdnet/Makefile
--- libdnet.orig/Makefile	Tue Oct 10 10:19:03 2006
+++ libdnet/Makefile	Thu Oct 12 23:36:32 2006
@@ -27,7 +27,9 @@
 USE_PYTHON=	yes
 CONFIGURE_ARGS+=	--with-python
 INSTALL_WRKSRC=	${BUILD_WRKSRC}/python
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dnet.so
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/dnet.so \
+		lib/libdnet.so \
+		lib/libdnet.so.1
 PLIST_SUB+=	MASTER="@comment "
 .else
 CONFIGURE_ARGS+=	--without-python
--- py-libnet-fix.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061012214403.9529E28429>