From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 12 21:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 751EC16A407 for ; Thu, 12 Oct 2006 21:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0184F43D49 for ; Thu, 12 Oct 2006 21:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9CLoG4Z043319 for ; Thu, 12 Oct 2006 21:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9CLoGwZ043318; Thu, 12 Oct 2006 21:50:16 GMT (envelope-from gnats) Resent-Date: Thu, 12 Oct 2006 21:50:16 GMT Resent-Message-Id: <200610122150.k9CLoGwZ043318@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yonatan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E77416A403 for ; Thu, 12 Oct 2006 21:43:40 +0000 (UTC) (envelope-from yonatan@laptop.afarsec.com) Received: from laptop.afarsec.com (80.178.219.171.adsl.012.net.il [80.178.219.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DD143D55 for ; Thu, 12 Oct 2006 21:43:37 +0000 (GMT) (envelope-from yonatan@laptop.afarsec.com) Received: by laptop.afarsec.com (Postfix, from userid 1001) id 9529E28429; Thu, 12 Oct 2006 23:44:03 +0200 (IST) Message-Id: <20061012214403.9529E28429@laptop.afarsec.com> Date: Thu, 12 Oct 2006 23:44:03 +0200 (IST) From: Yonatan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104364: Fix plist for net/py-libdnet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yonatan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 21:50:17 -0000 >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: