summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2005-08-07 16:15:55 +0000
committerrecht <recht@pkgsrc.org>2005-08-07 16:15:55 +0000
commit2cdd5c7e23a49c833c59b602e2f50be9d66c3ea4 (patch)
tree9ee57a3ece7de2fed1bca50797bc20ab8645a2aa /net/bittorrent/patches
parent8195f478d87524da7f9b707c938512c1c8f47a7e (diff)
downloadpkgsrc-2cdd5c7e23a49c833c59b602e2f50be9d66c3ea4.tar.gz
update to BitTorrent 4.0.3
Also enable the enable_bad_libc_workaround by default for NetBSD, FreeBSD, OpenBSD and Darwin. Changes in this release: - Identify trackerless torrent files - Not saving pause/play state across invocations of the GUI - Small fixes to windows installer and corrupt config file recovery - A number of small bug fixes
Diffstat (limited to 'net/bittorrent/patches')
-rw-r--r--net/bittorrent/patches/patch-ab10
-rw-r--r--net/bittorrent/patches/patch-ac13
2 files changed, 18 insertions, 5 deletions
diff --git a/net/bittorrent/patches/patch-ab b/net/bittorrent/patches/patch-ab
index 71e57ebebbe..b7b08668698 100644
--- a/net/bittorrent/patches/patch-ab
+++ b/net/bittorrent/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.4 2005/07/26 13:43:13 gdt Exp $
+$NetBSD: patch-ab,v 1.5 2005/08/07 16:15:55 recht Exp $
---- btdownloadheadless.py.orig 2005-05-24 02:06:11.000000000 -0400
-+++ btdownloadheadless.py
-@@ -151,6 +151,7 @@ class HeadlessDisplayer(object):
+--- btdownloadheadless.py.orig 2005-07-11 00:44:41.000000000 +0200
++++ btdownloadheadless.py 2005-08-07 17:30:34.000000000 +0200
+@@ -151,6 +151,7 @@
print 'share rating: ', self.shareRating
print 'seed status: ', self.seedStatus
print 'peer status: ', self.peerStatus
-+ sys.stdout.flush()
++ sys.stdout.flush()
def print_spew(self, spew):
s = StringIO()
diff --git a/net/bittorrent/patches/patch-ac b/net/bittorrent/patches/patch-ac
new file mode 100644
index 00000000000..debe773eaf5
--- /dev/null
+++ b/net/bittorrent/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.5 2005/08/07 16:15:55 recht Exp $
+
+--- BitTorrent/defaultargs.py.orig 2005-08-07 17:46:58.000000000 +0200
++++ BitTorrent/defaultargs.py 2005-08-07 17:47:24.000000000 +0200
+@@ -77,7 +77,7 @@
+ 'if nonzero, set the TOS option for peer connections to this value'),
+ ('filesystem_encoding', '',
+ "character encoding used on the local filesystem. If left empty, autodetected. Autodetection doesn't work under python versions older than 2.3"),
+- ('enable_bad_libc_workaround', 0,
++ ('enable_bad_libc_workaround', %BSD_LIBC%,
+ 'enable workaround for a bug in BSD libc that makes file reads very slow.'),
+ ('tracker_proxy', '',
+ 'address of HTTP proxy to use for tracker connections'),