Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Aug 2006 22:02:49 -0400 (EDT)
From:      Michael Johnson <ahze@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/102736: [PATCH] net-p2p/py24-BitTorrent: Add missing RUN_DEPENDS 
Message-ID:  <200609010202.k8122nrF084176@blueherron.ahze.net>
Resent-Message-ID: <200609010210.k812AHmt053769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609010202.k8122nrF084176>