notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
mongodb50 Distributed document-oriented "NoSQL" database (5.0.x Branch)
5.0.9 databases on this many watch lists=0 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0.9Version of this port present on the latest quarterly branch.
Maintainer: ronald-lists@klop.ws search for ports maintained by this maintainer
Port Added: 2022-08-13 23:39:58
Last Update: 2022-07-16 15:13:38
Commit Hash: 9570634
Also Listed In: net
License: APACHE20 SSPLv1
WWW:
https://docs.mongodb.com/v5.0/
Description:
Mongo (from "humongous") is a high-performance, open source, schema-free, document-oriented database. A common name in the "NOSQL" community. WWW: https://docs.mongodb.com/v5.0/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. /usr/local/share/licenses/mongodb50-5.0.9/catalog.mk
  2. /usr/local/share/licenses/mongodb50-5.0.9/LICENSE
  3. /usr/local/share/licenses/mongodb50-5.0.9/APACHE20
  4. /usr/local/share/licenses/mongodb50-5.0.9/SSPLv1
  5. bin/mongo
  6. bin/mongod
  7. bin/mongos
  8. @sample etc/mongodb.conf.sample
  9. share/doc/mongodb/LICENSE-Community.txt
  10. share/doc/mongodb/MPL-2
  11. share/doc/mongodb/README
  12. share/doc/mongodb/THIRD-PARTY-NOTICES
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • mongodb50>0:databases/mongodb50
Conflicts:
CONFLICTS_INSTALL:
  • mongodb[0-9][0-9]
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 = 1653908071 SHA256 (mongodb-src-r5.0.9.tar.gz) = 7914dc129b45802f0b5820ecdd392f085069d9d082f7cd7fb907fae8ff21bdda SIZE (mongodb-src-r5.0.9.tar.gz) = 55962652

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ar : devel/binutils
  2. py39-cheetah3>0 : devel/py-cheetah3@py39
  3. py39-psutil>0 : sysutils/py-psutil@py39
  4. py39-yaml>=3.11 : devel/py-yaml@py39
  5. python3.9 : lang/python39
  6. scons-3.9 : devel/scons@py39
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libpcre.so : devel/pcre
  3. libsnappy.so : archivers/snappy
  4. 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.9: LTO=on: Use Link-Time Optimization 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:
Expand this list (2 items)
Collapse this list.
  1. http://fastdl.mongodb.org/src/
  2. https://fastdl.mongodb.org/src/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.0.9
16 Jul 2022 15:13:38
commit hash: 95706340a18ecfdaaca8fbc05bd25043a8a81562commit hash: 95706340a18ecfdaaca8fbc05bd25043a8a81562commit hash: 95706340a18ecfdaaca8fbc05bd25043a8a81562commit hash: 95706340a18ecfdaaca8fbc05bd25043a8a81562 files touched by this commit This port version is marked as vulnerable.
Fernando ApesteguĂ­a (fernape) search for other commits by this committer
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)

(cherry picked from commit 0aabc02be18794a56c436233e59379ebaa86c2e0)

Number of commits found: 1