summaryrefslogtreecommitdiff
path: root/databases/mongodb44/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb44: Update to 4.4.9Ronald Klop2021-10-251-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
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-10/+1
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* databases/mongodb44: Update to 4.4.7Ronald Klop2021-07-261-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)
* databases/mongodb44: fix build on powerpc64lePiotr Kubaj2020-11-2550-0/+3086
| | | | | | | | PR: 251375 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556292
* New port: databases/mongodb44Kurt Jaeger2020-06-2752-0/+2983
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