Index: head/devel/mongo-cxx-driver/files/patch-boost-1.67 =================================================================== --- head/devel/mongo-cxx-driver/files/patch-boost-1.67 (nonexistent) +++ head/devel/mongo-cxx-driver/files/patch-boost-1.67 (revision 467679) @@ -0,0 +1,26 @@ +src/mongo/client/command_writer.cpp:68:78: error: no member named 'next' in namespace 'boost' + const std::vector::const_iterator next = boost::next(batch_iter); + ~~~~~~~^ +src/mongo/util/net/message_port.h:34:38: error: expected class name +class AbstractMessagingPort : boost::noncopyable { + ^ + +--- src/mongo/util/net/message_port.h.orig 2016-06-21 19:15:24 UTC ++++ src/mongo/util/net/message_port.h +@@ -20,8 +20,15 @@ + #include "mongo/config.h" + + #include +-#include + #include ++ ++#include ++#if BOOST_VERSION < 106700 ++#include ++#else ++#include ++#include ++#endif + + #include "mongo/util/net/message.h" + #include "mongo/util/net/sock.h" Property changes on: head/devel/mongo-cxx-driver/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