/net-p2p/rtorrent 0.7.9_2 doesn't build, it just throws a patch error. The problem persists even with a fresh completely new portsnap-extracted ports-tree: # cd /usr/ports/net-p2p/rtorrent/ && make install clean ===> Patching for rtorrent-0.7.9_2 ===> Applying extra patch /usr/ports/net-p2p/rtorrent/files/stable-* cannot open /usr/ports/net-p2p/rtorrent/files/stable-*: No such file or directory *** Error code 2 Stop in /usr/ports/net-p2p/rtorrent. *** Error code 1 Stop in /usr/ports/net-p2p/rtorrent. How-To-Repeat: cd /usr/ports/net-p2p/rtorrent/ && make install clean
Responsible Changed From-To: freebsd-ports-bugs->flz Over to maintainer (via the GNATS Auto Assign Tool)
flz 2008-11-16 22:22:06 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent Makefile net-p2p/libtorrent-devel Makefile net-p2p/rtorrent Makefile net-p2p/rtorrent-devel Makefile Log: Only add extra patches if they are present. PR: ports/128775 [1], ports/128807 [2], ports/128921 [3] Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> [1] Jimmie James <jimmiejaz@gmail.com> [2] Falko Richter <xendorphin@gmail.com> [3] Revision Changes Path 1.21 +2 -0 ports/net-p2p/libtorrent-devel/Makefile 1.46 +2 -0 ports/net-p2p/libtorrent/Makefile 1.23 +3 -0 ports/net-p2p/rtorrent-devel/Makefile 1.43 +2 -0 ports/net-p2p/rtorrent/Makefile _______________________________________________ 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 Fixed, thanks!