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.
Responsible Changed From-To: freebsd-ports-bugs->flz Over to maintainer (via the GNATS Auto Assign Tool)
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"
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"
State Changed From-To: open->closed Committed. Thanks!