Commit graph

5 commits

Author SHA1 Message Date
Ronald Klop
0464348da5
databases/mongodb44: make support for ARMv8.0-A optional
no-op commit; default is still enabled

Why? Upstream removed support for non-LSE ARM CPUs because of possible corruption on high concurrent load.
Quite some people (including me) use this on RPI4 with net-mgmt/unifi7 and one WiFi dish. This is not a 'high concurrent load' and works fine.
By making this CPU optional I hope to support both types of usage.
2023-07-30 22:57:08 +02:00
Ronald Klop
b0aa4da9bc
databases/mongodb44: enable build for Raspberry Pi
Upstream stopt supporting non-LSE ARM cpus (read RPI).
See: https://jira.mongodb.org/browse/SERVER-71772
For POLA I still enable this for the Q3 branch.

PR:	272294
2023-07-01 00:16:02 +02:00
Ronald Klop
b15a31e89a databases/mongodb44: Update to 4.4.9
* Update CONFLICTS_INSTALL
* Enable LSE atomics on 14-CURRENT aarch64

ChangeLog:	https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.9-changelog
PR:		258687
Approved by:	meta (mentor)
Differential Revision:	https://reviews.freebsd.org/D32374
2021-10-25 16:12:07 +09:00
Ronald Klop
0034d834df databases/mongodb44: Update to 4.4.7
- Add a fix for compilation on aarch64 on 14-CURRENT/clang 12.
See: https://lists.freebsd.org/archives/freebsd-ports/2021-July/000431.html

Changelog:	https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.7-changelog

PR:		257393
Approved by:	lwhsu (mentor, implicit)
2021-07-26 03:26:39 -04:00
Kurt Jaeger
2dcce7018c New port: databases/mongodb44
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.

WWW: https://www.mongodb.com/

PR:		247393
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
2020-06-27 06:40:52 +00:00