From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 21 15:30:04 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30F7F10656E1 for ; Wed, 21 Jan 2009 15:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3608FC25 for ; Wed, 21 Jan 2009 15:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0LFU3Zi044112 for ; Wed, 21 Jan 2009 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0LFU3pN044108; Wed, 21 Jan 2009 15:30:03 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jan 2009 15:30:03 GMT Resent-Message-Id: <200901211530.n0LFU3pN044108@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F22810657A9 for ; Wed, 21 Jan 2009 15:22:21 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id EAD678FC14 for ; Wed, 21 Jan 2009 15:22:20 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1LPeuM-0004bg-Jt; Wed, 21 Jan 2009 18:22:22 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 023D91048C; Wed, 21 Jan 2009 18:22:30 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 8D0981702D; Wed, 21 Jan 2009 18:22:30 +0300 (MSK) Message-Id: <20090121152230.8D0981702D@hades.panopticon> Date: Wed, 21 Jan 2009 18:22:30 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: bg1tpt@gmail.com Subject: ports/130826: [PATCH] databases/rrdtool: fix plist for WITH_PYTHON_MODULE case X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 15:30:06 -0000 >Number: 130826 >Category: ports >Synopsis: [PATCH] databases/rrdtool: fix plist for WITH_PYTHON_MODULE case >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 21 15:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 7.0-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Wed Jun 25 15:36:22 MSD 2008 >Description: rrdtool installs lib/python2.5/site-packages/py_rrdtool-0.2.1-py2.5.egg-info, which is not listed in the plist. Add INSTALLS_EGGINFO to inform port system of that egg-info file and add PYDISTUTILS_EGGINFO to provide correct name. Port maintainer (bg1tpt@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rrdtool-1.3.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/databases/rrdtool/Makefile,v retrieving revision 1.83 diff -u -u -r1.83 Makefile --- Makefile 19 Jan 2009 23:50:03 -0000 1.83 +++ Makefile 21 Jan 2009 15:18:51 -0000 @@ -7,6 +7,7 @@ PORTNAME= rrdtool PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ @@ -43,6 +44,8 @@ .if defined(WITH_PYTHON_MODULE) USE_PYTHON= yes +INSTALLS_EGGINFO=yes +PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info .include "${PORTSDIR}/Mk/bsd.python.mk" PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python --- rrdtool-1.3.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: