Index: head/databases/mongodb36/files/patch-boost-1.67 =================================================================== --- head/databases/mongodb36/files/patch-boost-1.67 (nonexistent) +++ head/databases/mongodb36/files/patch-boost-1.67 (revision 467677) @@ -0,0 +1,25 @@ +In file included from src/third_party/yaml-cpp-0.5.3/src/nodebuilder.cpp:5: +In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node.h:14: +In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_ref.h:13: +In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/node_data.h:20: +In file included from src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/iterator.h:13: +src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h:48:54: error: no member named 'next' in namespace 'boost' + void increment() { this->base_reference() = boost::next(this->base()); } + ~~~~~~~^ + +--- src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h.orig 2018-02-16 21:50:58 UTC ++++ src/third_party/yaml-cpp-0.5.3/include/yaml-cpp/node/detail/iterator.h +@@ -11,7 +11,13 @@ + #include "yaml-cpp/node/ptr.h" + #include "yaml-cpp/node/detail/node_iterator.h" + #include ++ ++#include ++#if BOOST_VERSION < 106700 + #include ++#else ++#include ++#endif + + namespace YAML { + namespace detail { Property changes on: head/databases/mongodb36/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