ports/155609: net-p2p/rtorrent: enable IPv6 and fix broken link
Tom Hukins
tom at FreeBSD.org
Wed Mar 16 17:00:22 UTC 2011
>Number: 155609
>Category: ports
>Synopsis: net-p2p/rtorrent: enable IPv6 and fix broken link
>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: Wed Mar 16 17:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Tom Hukins
>Release: FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD muscovy.scrubhole.org 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Mar 2 15:38:59 UTC 2011 root at muscovy.scrubhole.org:/home/obj/home/src/RELENG_8_2_2011-03-02/sys/GENERIC i386
>Description:
The net-p2p/rtorrent port allows IPv6 support but does not enable it by
default. Furthermore, the pkg-message contains a link that no longer
exists.
The patch in the fix section below enables IPv6 by default and remove
the bad link.
>How-To-Repeat:
>Fix:
diff -ruN rtorrent.old/Makefile rtorrent/Makefile
--- rtorrent.old/Makefile 2011-02-06 08:14:48.000000000 +0000
+++ rtorrent/Makefile 2011-03-16 11:19:23.000000000 +0000
@@ -7,6 +7,7 @@
PORTNAME?= rtorrent
PORTVERSION?= 0.8.7
+PORTREVISION?= 1
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
${MASTER_SITE_LOCAL}
@@ -32,7 +33,7 @@
PORTDOCS= README
OPTIONS= XMLRPC "Compile with xmlrpc-c support" on \
- IPV6 "Enable IPv6 support" off
+ IPV6 "Enable IPv6 support" on
.include <bsd.port.pre.mk>
diff -ruN rtorrent.old/files/pkg-message.in rtorrent/files/pkg-message.in
--- rtorrent.old/files/pkg-message.in 2005-10-20 13:11:48.000000000 +0000
+++ rtorrent/files/pkg-message.in 2011-03-16 10:40:30.000000000 +0000
@@ -3,8 +3,6 @@
%%EXAMPLESDIR%%. Read it for more information on
how to tweak rtorrent configuration.
-Note that there are hash performance issues on *BSD.
-Please refer to these links for further information :
-- http://libtorrent.rakshasa.no/ticket/14
+Note that there are hash performance issues on *BSD:
- http://libtorrent.rakshasa.no/wiki/RTorrentPerformanceTuning
------------------------------------------------------------------
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list