Commit graph

4 commits

Author SHA1 Message Date
Ronald Klop
d37d341204
databases/mongodb60: fix build with llvm16/clang16
* BOOST_NO_CXX98_FUNCTION_BASE fixes:
In file included from src/third_party/boost/boost/functional/hash.hpp:6:
src/third_party/boost/boost/container_hash/hash.hpp:131:33: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
        struct hash_base : std::unary_function<T, std::size_t> {};
                           ~~~~~^~~~~~~~~~~~~~
                                __unary_function
/usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here
using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
^

* And "#if 1" fixes:

In file included from src/third_party/boost/boost/mpl/integral_c.hpp:32:
src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp:73:31: error:
integer value -1 is outside the valid range of values [0, 3] for the enumeration
type 'lock_access_mode' [-Wenum-constexpr-conversion]
    typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE,
(value - 1)) ) prior;

PR:     272295
2023-07-02 20:58:50 +02:00
Ronald Klop
2b6af4fd3f
databases/mongodb60: update to 6.0.6
trivial version bump
one patchfiles is included in the source now
poudriere stage-qa: ok

Changes:
https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.6---may-12--2023

Please read the release notes: Some past releases have critical issues.

Followed an upstream change in mongod.conf about removal of 2 settings. See
UPDATING 20230416.
2023-06-08 10:26:02 +02:00
Ronald Klop
cbde7a6395
databases/mongodb60: update to 6.0.2
Summary:
- automate mozjs configuration
  - enables powerpc64le support
  - overwrites the upstream amd64 configuration which fixes the build
  - removes almost 1 MB of patches for aarch64
- use more system libs and llvm-ar (thanks to dizzy@)
- Fix removal of (lib)zstd/zstandard directory which fixes the build on all supported platforms
- change my maintainer email to @FreeBSD.org

changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.2---sep-28--2022

PR:	266587
Tested by:	dizzy (libs), pkubaj (powerpc64le)
Approved by:	pkubaj (mentor), rene (mentor)
Co-Authored-By:	dizzy, pkubaj
Differential Revision: https://reviews.freebsd.org/D37130
2022-10-26 18:18:34 +02:00
Ronald Klop
50a4f20f0d databases/mongodb60: New port
PR:	266394
2022-09-13 09:30:04 -07:00