diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:49:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 13:49:04 +0000 |
commit | b87c6bce5f99d9e26560ed323c58af13a1704be3 (patch) | |
tree | 77a459c21e886c9b22617fc931cfc76d80e6de60 /devel/mongo-cxx-driver/files/patch-boost-1.67 | |
parent | deskutils/zim: remove optional dependency on expired devel/bzr (diff) |
Remove a few expired ports:
2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead
2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
Diffstat (limited to 'devel/mongo-cxx-driver/files/patch-boost-1.67')
-rw-r--r-- | devel/mongo-cxx-driver/files/patch-boost-1.67 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/mongo-cxx-driver/files/patch-boost-1.67 b/devel/mongo-cxx-driver/files/patch-boost-1.67 deleted file mode 100644 index bdfbf452653f..000000000000 --- a/devel/mongo-cxx-driver/files/patch-boost-1.67 +++ /dev/null @@ -1,26 +0,0 @@ -src/mongo/client/command_writer.cpp:68:78: error: no member named 'next' in namespace 'boost' - const std::vector<WriteOperation*>::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 <boost/shared_ptr.hpp> --#include <boost/utility.hpp> - #include <vector> -+ -+#include <boost/version.hpp> -+#if BOOST_VERSION < 106700 -+#include <boost/utility.hpp> -+#else -+#include <boost/next_prior.hpp> -+#include <boost/noncopyable.hpp> -+#endif - - #include "mongo/util/net/message.h" - #include "mongo/util/net/sock.h" |