Index: head/net-p2p/monero-cli/files/patch-boost-1.67 =================================================================== --- head/net-p2p/monero-cli/files/patch-boost-1.67 (nonexistent) +++ head/net-p2p/monero-cli/files/patch-boost-1.67 (revision 467697) @@ -0,0 +1,50 @@ +Regressed by https://github.com/boostorg/thread/commit/fea3e33128aa + +In file included from src/cryptonote_basic/hardfork.cpp:33: +In file included from src/blockchain_db/blockchain_db.h:42: +In file included from src/cryptonote_basic/hardfork.h:31: +contrib/epee/include/syncobj.h:37:10: fatal error: 'boost/thread/v2/thread.hpp' file not found +#include + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ +In file included from src/rpc/daemon_handler.cpp:29: +In file included from src/rpc/daemon_handler.h:36: +In file included from src/p2p/net_node.h:41: +In file included from contrib/epee/include/net/levin_server_cp2.h:32: +In file included from contrib/epee/include/net/abstract_tcp_server2.h:324: +contrib/epee/include/net/abstract_tcp_server2.inl:44:10: fatal error: 'boost/thread/v2/thread.hpp' file not found +#include // TODO + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +--- contrib/epee/include/syncobj.h.orig 2018-03-24 15:56:14 UTC ++++ contrib/epee/include/syncobj.h +@@ -34,7 +34,13 @@ + #include + #include + #include ++ ++#include ++#if BOOST_VERSION < 106700 + #include ++#else ++#include ++#endif + + namespace epee + { +--- contrib/epee/include/net/abstract_tcp_server2.inl.orig 2018-03-24 15:56:14 UTC ++++ contrib/epee/include/net/abstract_tcp_server2.inl +@@ -41,7 +41,14 @@ + #include + #include + #include // TODO ++ ++#include ++#if BOOST_VERSION < 106700 + #include // TODO ++#else ++#include // TODO ++#endif ++ + #include "misc_language.h" + #include "pragma_comp_defs.h" + Property changes on: head/net-p2p/monero-cli/files/patch-boost-1.67 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property