Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2007 01:24:38 +1100
From:      Emil Mikulic <emil@cs.rmit.edu.au>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   Re: ports/107395: [PATCH] net-p2p/py-bittorrent stale patches break build
Message-ID:  <20070101142438.GA13533@cs.rmit.edu.au>
In-Reply-To: <200701011410.l01EAGWr068919@freefall.freebsd.org>
References:  <20070101134551.1B3894079@ppp162-186.static.internode.on.net> <200701011410.l01EAGWr068919@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 01, 2007 at 02:10:16PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/107395'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=107395
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       [PATCH] net-p2p/py-bittorrent stale patches break build
> >Arrival-Date:   Mon Jan 01 14:10:16 GMT 2007

Additionally, the following is needed to fix two problematic imports in
the upstream sources:

diff -ur BitTorrent-4.26.0/bittorrent-console.py BitTorrent-4.26.0-task/bittorrent-console.py
--- BitTorrent-4.26.0/bittorrent-console.py	Wed Oct 11 08:24:11 2006
+++ BitTorrent-4.26.0-task/bittorrent-console.py	Tue Jan  2 01:19:15 2007
@@ -39,7 +39,7 @@
 from BTL import GetTorrent
 from BTL.ConvertedMetainfo import ConvertedMetainfo
 from BitTorrent.MultiTorrent import TorrentNotInitialized
-from BitTorrent.RawServer_twisted import RawServer, task
+from BitTorrent.RawServer_twisted import RawServer
 from BitTorrent.UI import Size, Duration
 inject_main_logfile()
 from BitTorrent import console
diff -ur BitTorrent-4.26.0/bittorrent-curses.py BitTorrent-4.26.0-task/bittorrent-curses.py
--- BitTorrent-4.26.0/bittorrent-curses.py	Wed Oct 11 08:24:14 2006
+++ BitTorrent-4.26.0-task/bittorrent-curses.py	Tue Jan  2 01:19:28 2007
@@ -42,7 +42,7 @@
 from BitTorrent import BTFailure, UserFailure
 from BitTorrent import version
 from BTL import GetTorrent
-from BitTorrent.RawServer_twisted import RawServer, task
+from BitTorrent.RawServer_twisted import RawServer
 from BTL.ConvertedMetainfo import ConvertedMetainfo
 from BTL.yielddefer import launch_coroutine, _wrap_task
 from BitTorrent import inject_main_logfile



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