ports/121160: devel/viewvc: [PATCH]: missing RUN DEP databases/py-MySQLdb missing
Philip M. Gollucci
pgollucci at p6m7g8.com
Wed Feb 27 22:00:04 UTC 2008
>Number: 121160
>Category: ports
>Synopsis: devel/viewvc: [PATCH]: missing RUN DEP databases/py-MySQLdb missing
>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: Wed Feb 27 22:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Philip M. Gollucci
>Release: 8.0-CURRENT
>Organization:
Riderway Inc
>Environment:
FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov 6 16:28:12 EST 2007 pgollucci at philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY i386
>Description:
svndbadmin needs to talk to MySQL via python
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/viewvc/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile 11 Apr 2007 10:37:04 -0000 1.25
+++ Makefile 27 Feb 2008 21:51:03 -0000
@@ -13,7 +13,8 @@
MAINTAINER= jbq at caraldi.com
COMMENT= Web-based Version Control Repository Browsing
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/subversion-python
+RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/svn/__init__.py:${PORTSDIR}/devel/subversion-python \
+ ${PYTHON_LIBDIR}/site-packages/_mysql.so:${PORTSDIR}/databases/py-MySQLdb
USE_PYTHON= yes
NO_BUILD= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list