Date: Sun, 22 Mar 2009 01:43:40 +0300 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132916: [PATCH] net-p2p/deluge: prepare for upcoming boost 1.37.0 Message-ID: <20090321233853.BBA3710883E@hades.panopticon> Resent-Message-ID: <200903212350.n2LNo34T013050@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132916 >Category: ports >Synopsis: [PATCH] net-p2p/deluge: 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:02 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-libtorrent-include-libtorrent-disk_io_thread.hpp Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- deluge-0.5.9.4.patch begins here --- Index: files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp =================================================================== RCS file: files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp diff -N files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-libtorrent-include-libtorrent-disk_io_thread.hpp 21 Mar 2009 14:06:20 -0000 @@ -0,0 +1,10 @@ +--- libtorrent/include/libtorrent/disk_io_thread.hpp.orig 2008-07-23 00:04:51.000000000 +0400 ++++ libtorrent/include/libtorrent/disk_io_thread.hpp 2009-03-21 17:06:18.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> --- deluge-0.5.9.4.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.BBA3710883E>