From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 16 17:00:22 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44098106566B for ; Wed, 16 Mar 2011 17:00:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0293F8FC12 for ; Wed, 16 Mar 2011 17:00:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2GH0LYh037737 for ; Wed, 16 Mar 2011 17:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2GH0LBG037736; Wed, 16 Mar 2011 17:00:21 GMT (envelope-from gnats) Resent-Date: Wed, 16 Mar 2011 17:00:21 GMT Resent-Message-Id: <201103161700.p2GH0LBG037736@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Hukins Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E0A0106566B for ; Wed, 16 Mar 2011 16:57:22 +0000 (UTC) (envelope-from tom@eborcom.com) Received: from eborcom.com (pochard.scrubhole.org [62.3.122.102]) by mx1.freebsd.org (Postfix) with SMTP id 7E5918FC08 for ; Wed, 16 Mar 2011 16:57:21 +0000 (UTC) Received: (qmail 68287 invoked by uid 1001); 16 Mar 2011 16:30:39 -0000 Message-Id: <20110316163039.68286.qmail@eborcom.com> Date: 16 Mar 2011 16:30:39 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/155609: net-p2p/rtorrent: enable IPv6 and fix broken link X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tom Hukins List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 17:00:22 -0000 >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@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 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: