ports/102736: [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPENDS

Michael Johnson ahze at FreeBSD.org
Fri Sep 1 02:10:18 UTC 2006


>Number:         102736
>Category:       ports
>Synopsis:       [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPENDS
>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:   Fri Sep 01 02:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD blueherron.ahze.net 6.1-STABLE FreeBSD 6.1-STABLE #110: Tue Jun 27 10:39:17 UTC 2006
>Description:
- Depend on missing py-wxPython26-unicode for gui

Same is true for py-bittorrent-devel

Port maintainer (lioux at FreeBSD.org) is cc'd.

>How-To-Repeat:
>Fix:

--- py24-BitTorrent-4.20.2_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net-p2p/py-bittorrent/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile	30 Jul 2006 21:22:55 -0000	1.44
+++ Makefile	1 Sep 2006 02:01:10 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	BitTorrent
 PORTVERSION=	4.20.2
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES?=	net-p2p python
 MASTER_SITES=	http://download.bittorrent.com/dl/
@@ -46,7 +47,7 @@
 
 # required for GUI
 .ifndef(WITHOUT_GUI)
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/wx-2.6-gtk2-unicode/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26-unicode
 
 PLIST_FILES+=	\
 		bin/bittorrent \
--- py24-BitTorrent-4.20.2_1,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list