Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2009 01:43:44 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/132917: [PATCH] net-p2p/rblibtorrent-devel: prepare for upcoming boost 1.37.0
Message-ID:  <20090321233853.C6A1D108839@hades.panopticon>
Resent-Message-ID: <200903212350.n2LNo3Gg013066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132917
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rblibtorrent-devel: 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:03 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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rblibtorrent-devel-0.13.s.r2335.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:05:10 -0000
@@ -0,0 +1,10 @@
+--- include/libtorrent/disk_io_thread.hpp.orig	2008-04-06 01:18:27.000000000 +0400
++++ include/libtorrent/disk_io_thread.hpp	2009-03-21 17:05:10.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-devel-0.13.s.r2335.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.C6A1D108839>