Date: Wed, 27 Feb 2008 21:52:08 GMT From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121160: devel/viewvc: [PATCH]: missing RUN DEP databases/py-MySQLdb missing Message-ID: <200802272152.m1RLq8o9084896@www.freebsd.org> Resent-Message-ID: <200802272200.m1RM04GL058929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802272152.m1RLq8o9084896>