Port details |
- mongodb50 Distributed document-oriented "NoSQL" database (5.0.x Branch)
- 5.0.17 databases
=1 5.0.14_2Version of this port present on the latest quarterly branch. - Maintainer: ronald@FreeBSD.org
 - Port Added: 2021-06-14 05:09:20
- Last Update: 2023-05-02 20:15:26
- Commit Hash: 09731f9
- People watching this port, also watch:: postfix, postgresql13-server, graylog, gitea, openjdk8
- Also Listed In: net
- License: APACHE20 SSPLv1
- Description:
- Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mongodb50>0:databases/mongodb50
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/mongodb50/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/mongodb50
- pkg install mongodb50
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mongodb50
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64le
- distinfo:
- TIMESTAMP = 1682161352
SHA256 (mongodb-src-r5.0.17.tar.gz) = ed55edc542f1f04297bea5c903adf5811b5f7184bc3a503ff36fae795b5c6b51
SIZE (mongodb-src-r5.0.17.tar.gz) = 56220799
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-cheetah3>0 : devel/py-cheetah3@py39
- py39-psutil>0 : sysutils/py-psutil@py39
- py39-yaml>=3.11 : devel/py-yaml@py39
- python3.9 : lang/python39
- scons-3.9 : devel/scons@py39
- Library dependencies:
-
- libcurl.so : ftp/curl
- libpcre.so : devel/pcre
- libsnappy.so : archivers/snappy
- libstemmer.so : textproc/snowballstemmer
- libunwind.so : devel/libunwind
- libyaml-cpp.so : devel/yaml-cpp
- libzstd.so : archivers/zstd
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mongodb50-5.0.17:
LTO=on: Use Link-Time Optimization
NOAVX=off: "Disable AVX instructions on amd64 (Sandybridge+)"
SASL=on: SASL authentication support
SSL=on: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- databases_mongodb50
- USES:
- compiler:c++17-lang cpe python:3.5+,build scons shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.17 02 May 2023 20:15:26
    |
Ronald Klop (ronald)  |
databases/mongodb50: update to 5.0.17
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/ |
5.0.16_1 27 Apr 2023 18:25:55
    |
Dima Panov (fluffy)  |
*/*: bump all direct Boost cunsumers |
5.0.16 16 Apr 2023 22:17:45
    |
Ronald Klop (ronald)  |
databases/mongodb50: update to 5.0.16
changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/
Please read the release notes: Some past releases have critical issues.
Followed an upstream chagne in mongod.conf about removal of 2 settings. See
UPDATING. |
5.0.14_2 20 Jan 2023 13:15:01
    |
Ronald Klop (ronald)  |
databases/mongodb50: use in-source boost
Does not compile with new boost 1.81.0 from ports.
PR: 269024
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D38134 |
5.0.14_1 16 Jan 2023 19:32:07
    |
Dima Panov (fluffy)  |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
5.0.14 03 Jan 2023 12:05:18
    |
Ronald Klop (ronald)  Author: Borja Marcos |
databases/mongodb50: optionally support pre-AVX CPUs
Upstream defaults to Sandybridge+ CPUs for amd64.
It is reported to still work with older CPUs.
No revision bump as the change does not impact the default build.
PR: 268510
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37924 |
5.0.14 26 Nov 2022 20:27:29
    |
Ronald Klop (ronald)  |
databases/mongodb50: update to 5.0.14
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.14---nov-21--2022
Approved by: pkubaj (mentor)
Differential Revision: https://reviews.freebsd.org/D37494 |
5.0.13 18 Nov 2022 11:00:46
    |
Ronald Klop (ronald)  |
databases/mongodb50: update to 5.0.13
changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.13---sep-29--2022
* use llvm-ar instead of binutils ar similar to mongodb60
Test Plan: poudriere stage-qa ok on aarch64/14
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D37384 |
5.0.12 12 Sep 2022 20:01:07
    |
Fernando Apesteguía (fernape)  Author: Ronald Klop |
databases/mongodb50: update to 5.0.12
ChangeLog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.12---sep-05--2022
* Add new implicitlyCreateIndex and enforceUniquenessCheck to shardCollection
command
* Add new enforceUniqueness to refineCollectionShardKey command
* Add addl. activation condition for
interruptBeforeProcessingPrePostImageOriginatingOp fail point
* A retry of _configSvrReshardCollection can succeed causing
resharding_coordinator_recovers_abort_decision.js to fail
* A retry of _shardsvrReshardCollection can cause DuplicateKey error
(resharding_nonblocking_coordinator_rebuild.js)
PR: 266293
Reported by: ronald-lists@klop.ws (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.11 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.11 26 Aug 2022 19:12:20
    |
Daniel Engberg (diizzy)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.11
Re-enable LTO on FreeBSD 14 (aarch64) as it now compiles using LLVM 14
Changelog:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.11---aug-19--2022
PR: 266012 |
5.0.10_1 15 Aug 2022 20:27:40
    |
Daniel Engberg (diizzy)  |
databases/mongodb50: Use more external libraries
Make use of following libraries in tree:
devel/boost-libs
textproc/snowballstemmer
devel/libunwind
devel/yaml-cpp
archivers/zstd
While at it remove mtune option on amd64 as it potentially overrides
CPUTYPE set by ports framework
References:
[1]
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-4.4.1-boost.patch
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-5.0.2-boost-1.79.patch
PR: 265210
Reviewed by: Ronald Klop <ronald-lists@klop.ws> (maintainer) |
5.0.10 31 Jul 2022 15:13:06
    |
Nuno Teixeira (eduardo)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.10
ChangeLog: https://www.mongodb.com/docs/manual/release-notes/5.0/
PR: 265531 |
5.0.9 16 Jul 2022 15:11:58
    |
Fernando Apesteguía (fernape)  Author: Daniel Engberb |
databases/mongodb50: Disable LTO by default.
Building mongo with LTO enabled takes a ridiculously amount of memory
(32GB in amd64).
Disable -ggdb so memory requirements don't sky rocket (around 10-12GB)
PR: 264340
Reported by: ulassayginim@gmail.com
Approved by: ronald-lists@klop.ws (maintainer) |
5.0.9 29 Jun 2022 15:57:40
    |
Stefan Eßer (se)  |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
5.0.9 17 Jun 2022 05:27:06
    |
Fernando Apesteguía (fernape)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.9
ChangeLog: https://github.com/mongodb/mongo/releases/tag/r5.0.9
* Remove limits on number of LDAP connections per host
* Detect namespace changes when refreshing Collection after yielding
* Sharding an empty collection releases the critical section too early
* Mongos fails to attach RetryableWrite Error Label For Command Interrupted
In _parseCommand
* Fix search near returning wrong key/value sometimes when key doesn't exist
PR: 264341
Reported by: ulassayginim@gmail.com
MFH: 2022Q2 (many bugfixes) |
5.0.7 20 Apr 2022 15:30:41
    |
Neel Chauhan (nc)  Author: Ronald Klop |
databases/mongodb50: update to 5.0.7
Changes:
https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.7---april-11--2022
PR: 263235 |
5.0.6 29 Jan 2022 10:05:48
    |
Guangyuan Yang (ygy)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.6
- Fix PORTSCOUT; mongo changed versioning policy
- Document llvm13 as not working with LTO on aarch64 either
Changelog: https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.6-changelog
PR: 261533 |
5.0.5 09 Dec 2021 22:11:57
    |
Matthias Fechner (mfechner)  Author: Ronald Klop |
databases/mongodb50: update to 5.0.5
Changelog:
https://docs.mongodb.com/manual/release-notes/5.0-changelog/#std-label-5.0.5-changelog
PR: 259828
Approved by: ronald-lists@klop.ws (maintainer) |
5.0.3 25 Oct 2021 12:58:29
    |
Alexey Dokuchaev (danfe)  |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
5.0.3 25 Oct 2021 07:12:16
    |
Yasuhiro Kimura (yasu)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.3
* Enable LSE atomics on 14-CURRENT aarch64
* Pet portlint and portclippy
* Reformat Makefile with portfmt
ChangeLog: https://docs.mongodb.com/manual/release-notes/5.0-changelog/#5.0.3-changelog
PR: 258978
Approved by: meta (mentor)
Differential Revision: https://reviews.freebsd.org/D32391 |
5.0.2 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
5.0.2 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
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 |
5.0.2 28 Aug 2021 13:42:10
    |
Mikael Urankar (mikael)  Author: Ronald Klop |
databases/mongodb50: Fix build failure with scons 4.2.0 by using in source scons
3.1.2
- Fix scons by using in source scons 3.1.2 (They are planning to move to Scons
4.2.0 in the future)
- Disable LTO on clang12/aarch64, bug #257765
- Build already installs in $STAGEDIR, so only strip in do-install.
- Fix a portlint warnings about the comment at the LICENSE section.
PR: 257925 |
5.0.2 08 Aug 2021 10:35:23
    |
Guangyuan Yang (ygy)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.2
Changelog: https://docs.mongodb.com/manual/release-notes/5.0/#5.0.2---aug-4--2021
PR: 257665
MFH: 2021Q3 (bugfix release) |
5.0.1 27 Jul 2021 05:28:44
    |
Guangyuan Yang (ygy)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.1
- 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/5.0-changelog/#5.0.1-changelog
PR: 257394
MFH: 2021Q3 (bugfix release)
Approved by: lwhsu (mentor, implicit) |
5.0.0.r1 14 Jun 2021 16:29:05
    |
Kevin Bowling (kbowling)  Author: Ronald Klop |
databases/mongodb50: Update to 5.0.0 RC1
PR: 256598
Approved by: maintainer |
5.0.0.r0 14 Jun 2021 05:06:56
    |
Koichiro Iwao (meta)  |
databases/mongodb50: add port as repocopy of databases/mongodb49
PR: 255588
Reported by: Ronald Klop <ronald-lists@klop.ws>
Sponsored by: HAW International |