Date: Sun, 22 Mar 2009 01:43:42 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: johan@stromnet.se Subject: ports/132915: [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0 Message-ID: <20090321233853.BFDDD108837@hades.panopticon> Resent-Message-ID: <200903212350.n2LNo2wV013035@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132915 >Category: ports >Synopsis: [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 21 23:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Mar 21 18:50:30 MSK 2009 >Description: Add a patch to fix building with upcoming boost 1.37.0 (see http://wiki.freebsd.org/BoostPortingProject). Added file(s): - files/patch-include-libtorrent-disk_io_thread.hpp Port maintainer (johan@stromnet.se) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- rblibtorrent-0.13.patch begins here --- Index: files/patch-include-libtorrent-disk_io_thread.hpp =================================================================== RCS file: files/patch-include-libtorrent-disk_io_thread.hpp diff -N files/patch-include-libtorrent-disk_io_thread.hpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-include-libtorrent-disk_io_thread.hpp 21 Mar 2009 14:06:23 -0000 @@ -0,0 +1,10 @@ +--- include/libtorrent/disk_io_thread.hpp.orig 2008-04-05 12:32:51.000000000 +0400 ++++ include/libtorrent/disk_io_thread.hpp 2009-03-21 17:05:33.000000000 +0300 +@@ -41,6 +41,7 @@ + #include <boost/thread/thread.hpp> + #include <boost/function.hpp> + #include <boost/thread/mutex.hpp> ++#include <boost/thread/condition.hpp> + #include <boost/bind.hpp> + #include <boost/pool/pool.hpp> + #include <boost/noncopyable.hpp> --- rblibtorrent-0.13.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090321233853.BFDDD108837>