From owner-svn-ports-all@freebsd.org Mon Oct 22 20:26:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56C0F106C89E; Mon, 22 Oct 2018 20:26:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B2167147A; Mon, 22 Oct 2018 20:26:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05A0C25474; Mon, 22 Oct 2018 20:26:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9MKQTea096835; Mon, 22 Oct 2018 20:26:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9MKQTSE096834; Mon, 22 Oct 2018 20:26:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201810222026.w9MKQTSE096834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 22 Oct 2018 20:26:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482779 - head/net-p2p/libtorrent-rasterbar/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net-p2p/libtorrent-rasterbar/files X-SVN-Commit-Revision: 482779 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 20:26:30 -0000 Author: jbeich Date: Mon Oct 22 20:26:29 2018 New Revision: 482779 URL: https://svnweb.freebsd.org/changeset/ports/482779 Log: net-p2p/libtorrent-rasterbar: unbreak with boost 1.69 In file included from include/libtorrent/chained_buffer.hpp:37: include/libtorrent/disk_io_job.hpp:78:12: error: expected class name , boost::noncopyable ^ In file included from src/http_stream.cpp:33: In file included from include/libtorrent/http_stream.hpp:44: include/libtorrent/proxy_base.hpp:49:20: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class proxy_base : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:274:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:363:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ src/kademlia/dht_storage.cpp:186:74: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class dht_default_storage TORRENT_FINAL : public dht_storage_interface, boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from include/libtorrent/kademlia/rpc_manager.hpp:56: include/libtorrent/kademlia/observer.hpp:60:40: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? struct TORRENT_EXTRA_EXPORT observer : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ PR: 232525 Added: head/net-p2p/libtorrent-rasterbar/files/patch-boost-1.69 (contents, props changed) Added: head/net-p2p/libtorrent-rasterbar/files/patch-boost-1.69 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/libtorrent-rasterbar/files/patch-boost-1.69 Mon Oct 22 20:26:29 2018 (r482779) @@ -0,0 +1,52 @@ +https://github.com/arvidn/libtorrent/issues/3378 + +--- include/libtorrent/disk_io_job.hpp.orig 2018-10-05 09:19:18 UTC ++++ include/libtorrent/disk_io_job.hpp +@@ -42,6 +42,7 @@ POSSIBILITY OF SUCH DAMAGE. + + #include + #include ++#include + #include + #include + +--- include/libtorrent/kademlia/observer.hpp.orig 2018-10-05 09:19:18 UTC ++++ include/libtorrent/kademlia/observer.hpp +@@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE. + + #include "libtorrent/aux_/disable_warnings_push.hpp" + ++#include + #include + #include + #include +--- include/libtorrent/proxy_base.hpp.orig 2018-10-05 09:19:18 UTC ++++ include/libtorrent/proxy_base.hpp +@@ -41,6 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. + + #include "libtorrent/aux_/disable_warnings_push.hpp" + #include ++#include + #include + #include "libtorrent/aux_/disable_warnings_pop.hpp" + +--- include/libtorrent/tracker_manager.hpp.orig 2018-10-05 09:19:21 UTC ++++ include/libtorrent/tracker_manager.hpp +@@ -43,6 +43,7 @@ POSSIBILITY OF SUCH DAMAGE. + #include + #include + ++#include + #include + #include + #include +--- src/kademlia/dht_storage.cpp.orig 2018-10-05 09:19:18 UTC ++++ src/kademlia/dht_storage.cpp +@@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE. + #include + #include + #include ++#include + #include + + #include "libtorrent/aux_/disable_warnings_pop.hpp"