From tom@eborcom.com  Wed Mar 16 16:57:22 2011
Return-Path: <tom@eborcom.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3E0A0106566B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <tom@FreeBSD.org>
Reply-To: Tom Hukins <tom@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net-p2p/rtorrent: enable IPv6 and fix broken link
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155609
>Category:       ports
>Synopsis:       net-p2p/rtorrent: enable IPv6 and fix broken link
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 16 17:00:21 UTC 2011
>Closed-Date:    Sat May 07 16:35:16 UTC 2011
>Last-Modified:  Sat May  7 16:40:14 UTC 2011
>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 <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:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 16 17:00:36 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155609 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155609: commit references a PR
Date: Sat,  7 May 2011 16:29:59 +0000 (UTC)

 flz         2011-05-07 16:29:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/rtorrent     Makefile 
     net-p2p/rtorrent/files pkg-message.in 
   Added files:
     net-p2p/rtorrent/files patch-src__display__canvas.h 
   Log:
   rtorrent: enabled ipv6 by default, fix with ncurses 5.8, fix link.
   
   - Enable IPV6 in OPTIONS by default. [1]
   - Remove outdated link in pkg-message. [1]
   - Add local patch to fix rtorrent with ncurses 5.8. [2,3]
   
   PR:             ports/155609 [1], ports/155318 [2], ports/156294 [3]
   Submitted by:   tom@ [1],
                   Yamagi Burmeister <yamagi@yamagi.org> [2],
                   freebsd@nagilum.org [3]
   
   Revision  Changes    Path
   1.56      +2 -1      ports/net-p2p/rtorrent/Makefile
   1.1       +11 -0     ports/net-p2p/rtorrent/files/patch-src__display__canvas.h (new)
   1.3       +1 -3      ports/net-p2p/rtorrent/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Sat May 7 16:35:15 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155609 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155609: commit references a PR
Date: Sat,  7 May 2011 16:33:43 +0000 (UTC)

 flz         2011-05-07 16:33:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/rtorrent-devel Makefile 
   Added files:
     net-p2p/rtorrent-devel/files patch-src__display__canvas.h 
   Log:
   rtorrent-devel: update to 0.8.7, enable ipv6 by default, fix with ncurses 5.8.
   
   - Enable IPV6 in OPTIONS by default. [1]
   - Add local patch to fix rtorrent with ncurses 5.8. [2,3]
   
   PR:             ports/155609 [1], ports/155318 [2], ports/156294 [3]
   Submitted by:   tom@ [1],
                   Yamagi Burmeister <yamagi@yamagi.org> [2],
                   freebsd@nagilum.org [3]
   
   Revision  Changes    Path
   1.33      +4 -4      ports/net-p2p/rtorrent-devel/Makefile
   1.1       +11 -0     ports/net-p2p/rtorrent-devel/files/patch-src__display__canvas.h (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
