git: efb49121f3 - main - Status/2025Q4/mongodb80.adoc: Add report
Lorenzo Salvadore <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=efb49121f369da49a27f4773251a86a42c126112 commit efb49121f369da49a27f4773251a86a42c126112 Author: Ronald Klop <[email protected]> AuthorDate: 2025-12-27 17:47:59 +0000 Commit: Lorenzo Salvadore <[email protected]> CommitDate: 2025-12-30 12:40:47 +0000 Status/2025Q4/mongodb80.adoc: Add report Pull Request: https://github.com/freebsd/freebsd-doc/pull/587 --- .../status/report-2025-10-2025-12/mongodb80.adoc | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/website/content/en/status/report-2025-10-2025-12/mongodb80.adoc b/website/content/en/status/report-2025-10-2025-12/mongodb80.adoc new file mode 100644 index 0000000000..ecdc88408d --- /dev/null +++ b/website/content/en/status/report-2025-10-2025-12/mongodb80.adoc @@ -0,0 +1,25 @@ +=== Ports -- Use Bazel as build tool for MongoDB 8.0 + +Links: + +link:https://www.freshports.org/databases/mongodb80/[MongoDB 8.0 port] URL: https://www.freshports.org/databases/mongodb80/[] + +link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287546[Bazel 8 PR] URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287546[] + +Contact: Ronald Klop <[email protected]> + +MongoDB is a production level NoSQL database. +Our ports has the Community edition of MongoDB for many years already. +MongoDB is used by several WiFi controller software in ports like Unifi and Omada. +In MongoDB 8.0.13 the build system is changed from SCons to Bazel. + +We have version 8 of Bazel in Bugzilla (PR 287546). +With this version the build of MongoDB 8.0 starts. +Unfortunately the build errors pretty quickly. + +Because of security issues in the MongoDB 8.0 port it becomes important to upgrade the port to the latest version. + +I am looking for somebody with experience of a Bazel build to help. + +* Contact me. +* Set up your build environment with Bazel 8. +* Compile and fix. +* Let us commit it!