ports/130826: [PATCH] databases/rrdtool: fix plist for WITH_PYTHON_MODULE case

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Jan 21 15:30:06 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list