Bug 155609 - net-p2p/rtorrent: enable IPv6 and fix broken link
Summary: net-p2p/rtorrent: enable IPv6 and fix broken link
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 17:00 UTC by Tom Hukins
Modified: 2011-05-07 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.17 KB, patch)
2011-03-16 17:00 UTC, Tom Hukins
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Hukins freebsd_committer freebsd_triage 2011-03-16 17:00:21 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-16 17:00:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-07 17:29:59 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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-07 17:33:43 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"
Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2011-05-07 17:35:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!