After the update of devel/ncurses to 5.8 rtorrent stopped working at least on FreeBSD/amd64. The problem are invalid canvas size parameter to ncurses. The attached patch can be put into net-p2p/rtorrent/files and fixes the problem by passing legal values to ncurses. Fix: See the attached patch. Patch attached with submission follows: How-To-Repeat: Start net-p2p/rtorrent on a FreeBSD/amd64 box with devel/ncurses 5.8 installed.
Responsible Changed From-To: freebsd-ports-bugs->flz Fix synopsis and assign.
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!