summaryrefslogtreecommitdiff
path: root/databases/mongodb44/files/patch-SConstruct (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-04databases/mongodb44: Remove expired portRene Ladan1-33/+0
2024-07-31 databases/mongodb44: EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
2024-01-09databases/mongodb44: update to 4.4.27Ronald Klop1-4/+4
changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023 https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog Remove enterprise modules from the build. Just build the community edition. This is something new in this version. This is not mentioned in the release notes but the build failed with unhandled dependencies. [00:02:07] configuring module: enterprise [00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no [00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise build. [00:02:08] See /wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log for details [00:02:09] ===> Compilation failed unexpectedly. Enterprise modules consist of: > ls /usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/ audit fle inmemory ldap queryable scripts snmp encryptdb hot_backups kerberos mongohouse sasl search util Bump version. Poudriere stage-qa: ok (aarch64)
2023-07-30databases/mongodb44: make support for ARMv8.0-A optionalRonald Klop1-9/+0
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-01databases/mongodb44: enable build for Raspberry PiRonald Klop1-6/+15
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
2021-10-25databases/mongodb44: Update to 4.4.9Ronald Klop1-10/+0
* 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-07-26databases/mongodb44: Update to 4.4.7Ronald Klop1-7/+17
- 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)
2020-06-27New port: databases/mongodb44Kurt Jaeger1-0/+0
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> Notes: svn path=/head/; revision=540560
2020-06-07New port: databases/mongodb42Kurt Jaeger1-7/+8
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: 242002 Submitted by: Ronald Klop <ronald-lists@klop.ws> Reviewed by: koobs, mikael Relnotes: https://docs.mongodb.com/manual/release-notes/4.2/ Notes: svn path=/head/; revision=538150
2019-03-02New port: databases/mongodb40Kurt Jaeger1-16/+0
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: 234310 Reported by: Eric Madrid <eric@madrid.lol> Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> Reviewed by: Michael Booth <michal@wrotkowski.pl> Notes: svn path=/head/; revision=494401
2018-02-05re-add databases/mongodb36 - it was not repocopiedNikolai Lifanov1-32/+8
Pointyhat to: lifanov Spotted by: danfe, mat PR: 224303 Submitted by: dev@dudu.ro Differential Revision: https://reviews.freebsd.org/D13594 Notes: svn path=/head/; revision=461011
2017-10-03Update to upstream version 3.4.7Thomas Zander1-8/+0
PR: 222298 Submitted by: eric@camachat.org (maintainer) MFH: 2017Q4 Notes: svn path=/head/; revision=451129
2017-07-06* Updated to 3.4.5Richard Gallamore1-1/+9
* Sorted Makefile * regenerated patches PR: 220393 Submitted by: Eric Camachat <eric@camachat.org> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11496 Notes: svn path=/head/; revision=445168
2017-04-26databases/mongodb34: Add a new stable mongodb 3.4.x version.Boris Samorodov1-0/+72
PR: 213220 Submitted by: Eric Camachat <eric@camachat.org> Notes: svn path=/head/; revision=439444