Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.4_1 17 Feb 2023 15:42:20
    |
Ronald Klop (ronald)  |
databases/mongodb60: fix segmentation fault on startup
Upstream fixed the issue in the upcoming version. The patch applies cleanly.
And there was much rejoice...
PR: 267668
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38622 |
6.0.4 25 Jan 2023 13:13:45
    |
Ronald Klop (ronald)  |
databases/mongodb60: update to 6.0.4
- Use in-source boost as it does not compile with boost-1.81.0 from ports.
- Keep IGNORE as it still segfaults on start up. Issue is open upstream.
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38168 |
6.0.3 13 Jan 2023 19:04:09
    |
Ronald Klop (ronald)  |
databases/mongodb60: Mark IGNORE
forgot to uncomment in the previous commit
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38016 |
6.0.3 13 Jan 2023 19:01:46
    |
Ronald Klop (ronald)  |
databases/mongodb60: update to 6.0.3
- Trivial version bump.
- Mark IGNORE as it fails on runtime. Upstream has an issue on this open. (See:
PR #267668)
- Add option NOAVX to support building for older CPUs. (Thanks to Borja Marcos)
- Make portmft/portlint/portclippy even more happy.
PR: 268510
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38016 |
6.0.2 03 Nov 2022 10:34:10
    |
Ronald Klop (ronald)  |
databases/mongodb60: mark ignore on FreeBSD 12.3.
Summary:
Llvm in FreeBSD 12.3 gives several compile errors.
One example:
src/mongo/s/sharding_initialization.cpp:171:49: error: no viable constructor or
deduction guide for deduction of template arguments of 'weak_ptr'
connPoolOptions.controllerFactory = [srwp = std::weak_ptr(srsp)] {
http://beefy6.nyi.freebsd.org/data/123amd64-default/0116f5c59197/logs/errors/mongodb60-6.0.2.log
12.4 is expected to work again due to new libc++
PR: 266587
Approved by: rene (mentor)
MFH: 2022Q4
Differential Revision: https://reviews.freebsd.org/D37230 |
6.0.2 30 Oct 2022 09:53:32
    |
Antoine Brodin (antoine)  |
databases/mongodb60: unbreak the ports tree on a lot of archs |
6.0.2 26 Oct 2022 16:18:34
    |
Ronald Klop (ronald)  |
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 |
6.0.1 09 Oct 2022 20:51:35
    |
Yuri Victorovich (yuri)  |
databases/pymongo: Move to databases/py-pymongo
Approved by: portmgr (compliance) |
6.0.1 19 Sep 2022 23:24:34
    |
Neel Chauhan (nc)  |
databases/mongodb60: Add misisng hyphen |
6.0.1 19 Sep 2022 18:23:28
    |
Neel Chauhan (nc)  |
databases/mondodb60: Remove stray argument |
6.0.1 19 Sep 2022 06:37:42
    |
Neel Chauhan (nc)  |
databases/mongodb60: Fix build
PR: 266394
Reported by: maintainer |
6.0.1 13 Sep 2022 16:30:04
    |
Neel Chauhan (nc)  Author: Ronald Klop |
databases/mongodb60: New port
PR: 266394 |