ports/107395: [PATCH] net-p2p/py-bittorrent stale patches break build

Emil Mikulic emil at cs.rmit.edu.au
Mon Jan 1 14:49:35 UTC 2007


On Mon, Jan 01, 2007 at 02:10:16PM +0000, FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list