Bug 156294 - net-p2p/rtorrent 0.8.7 error
Summary: net-p2p/rtorrent 0.8.7 error
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-04-09 13:00 UTC by freebsd
Modified: 2011-05-07 17:40 UTC (History)
1 user (show)

See Also:


Attachments
rtorrent.patch (725 bytes, patch)
2011-04-09 13:00 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2011-04-09 13:00:23 UTC
	rtorrent will currently not run without this patch

Fix: apply this patch,
	obtained from http://libtorrent.rakshasa.no/attachment/ticket/2518/rtorrent-0.8.7-canvas-patch-fix-for-ncurses-5-8.patch
How-To-Repeat: 	build net/p2p/rtorrent-0.8.7
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-04-09 19:48:53 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:44 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:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!