Bug 155318 - net-p2p/rtorrent doesn't work with ncurses 5.8
Summary: net-p2p/rtorrent doesn't work with ncurses 5.8
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-06 18:20 UTC by yamagi
Modified: 2011-05-07 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (442 bytes, patch)
2011-03-06 18:20 UTC, yamagi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yamagi 2011-03-06 18:20:12 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-03-06 20:42:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-07 17:30:00 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:34:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!