From amdmi3@amdmi3.ru  Sat Mar 21 23:40:01 2009
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D8BB9106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Mar 2009 23:40:01 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85])
	by mx1.freebsd.org (Postfix) with ESMTP id 976E38FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 21 Mar 2009 23:40:01 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1LlAnH-0005Wk-Nk; Sun, 22 Mar 2009 02:39:59 +0300
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id C015AC910;
	Sun, 22 Mar 2009 02:39:33 +0300 (MSK)
Received: by hades.panopticon (Postfix, from userid 1000)
	id BFDDD108837; Sun, 22 Mar 2009 01:43:42 +0300 (MSK)
Message-Id: <20090321233853.BFDDD108837@hades.panopticon>
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: [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: johan@stromnet.se

>Number:         132915
>Category:       ports
>Synopsis:       [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 21 23:50:01 UTC 2009
>Closed-Date:    Mon Mar 23 23:09:01 UTC 2009
>Last-Modified:  Mon Mar 23 23:10:05 UTC 2009
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Mar 21 23:50:15 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132915 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: johan@stromnet.se
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/132915: [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0
Date: Sat, 21 Mar 2009 23:50:12 UT

 Maintainer of net-p2p/rblibtorrent,
 
 Please note that PR ports/132915 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132915
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: =?ISO-8859-1?Q?Johan_Str=F6m?= <johan@stromnet.se>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132915: [PATCH] net-p2p/rblibtorrent: prepare for upcoming boost 1.37.0
Date: Mon, 23 Mar 2009 07:15:21 +0100

 No objections here.
 
 FYI: If anyone would like to take over maintainership of this port,  
 you'd be very welcome! Unfortunately I don't have much time over for  
 it :/
 
 Johan
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Mar 23 07:23:50 UTC 2009 
State-Changed-Why:  
Maintainer approved. 

To submitter: are you interested in taking over this port? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132915 
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Mar 23 23:06:42 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132915 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Mon Mar 23 23:09:00 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132915 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132915: commit references a PR
Date: Mon, 23 Mar 2009 23:07:47 +0000 (UTC)

 amdmi3      2009-03-23 23:07:36 UTC
 
   FreeBSD ports repository
 
   Added files:
     net-p2p/rblibtorrent/files 
                                patch-include-libtorrent-disk_io_thread.hpp 
   Log:
   - Fix build with upcomint boost 1.37.1
   
   PR:             132915
   Submitted by:   myself
   Approved by:    johan at stromnet dot se (maintainer)
   
   Revision  Changes    Path
   1.1       +10 -0     ports/net-p2p/rblibtorrent/files/patch-include-libtorrent-disk_io_thread.hpp (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"
 

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: linimon@FreeBSD.org
Cc: johan@stromnet.se, bug-followup@FreeBSD.org
Subject: Re: ports/132915: [PATCH] net-p2p/rblibtorrent: prepare for
	upcoming boost 1.37.0
Date: Tue, 24 Mar 2009 02:07:43 +0300

 * linimon@FreeBSD.org (linimon@FreeBSD.org) wrote:
 
 > To submitter: are you interested in taking over this port?
 
 Unfortunately no, I don't use either rblibtorrent or any ports dependent
 on it.
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
>Unformatted:
