mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
when there is a newer version of BitTorrent available o Style fix: Remove a extraneous trailing space in Makefile o Change default from disabled to enabled for BitTorrent option --enable_bad_libc_workaround: 'enable workaround for a bug in BSD libc that makes file reads very slow.' This has been verified to be true; the behavior, not the reason o Bump PORTREVISION
11 lines
564 B
Python
11 lines
564 B
Python
--- BitTorrent/defaultargs.py.orig Sun Dec 26 08:41:09 2004
|
|
+++ BitTorrent/defaultargs.py Sun Dec 26 08:41:16 2004
|
|
@@ -83,7 +83,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', 1,
|
|
'enable workaround for a bug in BSD libc that makes file reads very slow.'),
|
|
]
|
|
|