freebsd-ports/databases/mongodb32
Dmitry Marakasov 1a883c50b0 - Extend IGNORE condition from "< 10.0" to "< 10.2": this doesn't build on 10.1 either:
/usr/include/c++/v1/type_traits:433:76: error: no matching function for call to '__source'
    : public integral_constant<bool, sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source<_Tp>())) == 1>
                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
src/mongo/db/catalog/database.cpp:618:32: note: while substituting deduced template arguments into function template 'function' [with _Fp = std::__1::__bind<mongo::Status (mongo::StorageEngine::Factory::*)(const mongo::BSONObj &) const, std::__1::placeholders::__ph<1> &, std::__1::placeholders::__ph<2> &>]
                               stdx::bind(&StorageEngine::Factory::validateCollectionStorageOptions,
                               ^
/usr/include/c++/v1/type_traits:424:28: note: candidate template ignored: substitution failure [with _Tp = mongo::Status (const mongo::BSONObj &) const]: reference to function type 'mongo::Status (const mongo::BSONObj &) const' cannot have 'const' qualifier
template <class _Tp> _Tp&  __source();
                     ~~~   ^
src/mongo/db/catalog/database.cpp:617:9: error: no matching function for call to 'validateStorageOptions'
        validateStorageOptions(collectionOptions.storageEngine,
        ^~~~~~~~~~~~~~~~~~~~~~

- While here, check OPSYS along with OSVERSION

Reported by:	pkg-fallout
Approved by:	portmgr blanket
2016-04-13 14:06:24 +00:00
..
files databases/mongodb32: 3.2.3 -> 3.2.4 2016-03-14 18:29:05 +00:00
distinfo databases/mongodb32: 3.2.3 -> 3.2.4 2016-03-14 18:29:05 +00:00
Makefile - Extend IGNORE condition from "< 10.0" to "< 10.2": this doesn't build on 10.1 either: 2016-04-13 14:06:24 +00:00
pkg-descr
pkg-plist databases/mongodb32: 3.2.3 -> 3.2.4 2016-03-14 18:29:05 +00:00