Port details |
- mongodb40 Distributed document-oriented "NoSQL" database (4.0.x Branch)
- 4.0.28_1 databases
=0 4.0.28_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reached on 2022-04-30
This port expired on: 2023-06-30
- Maintainer: dev.ashevchuk@gmail.com
- Port Added: 2019-03-02 18:45:28
- Last Update: 2023-06-30 03:52:02
- Commit Hash: 8150663
- Also Listed In: net
- License: SSPLv1 APACHE20
- WWW:
- https://docs.mongodb.com/v4.0/
- Description:
- Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mongodb40>0:databases/mongodb40
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: mongodb40
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64le
- distinfo:
- TIMESTAMP = 1643098927
SHA256 (mongodb-src-r4.0.28.tar.gz) = 2c7baec90f57bb46c3e74c9a0f34a355388758c80de92702629ebac05c895dcf
SIZE (mongodb-src-r4.0.28.tar.gz) = 50524484
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-yaml>=3.11 : devel/py-yaml@py39
- ar : devel/binutils
- python3.9 : lang/python39
- scons-3.9 : devel/scons@py39
- Library dependencies:
-
- libpcre.so : devel/pcre
- libcurl.so : ftp/curl
- libsnappy.so : archivers/snappy
- libsasl2.so : security/cyrus-sasl2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mongodb40-4.0.28_1:
SASL=on: SASL authentication support
SSL=on: SSL protocol support
===> Use 'make config' to modify these settings
- Options name:
- databases_mongodb40
- USES:
- compiler:c++14-lang cpe python: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 |
4.0.28_1 30 Jun 2023 03:52:02 |
Muhammad Moinur Rahman (bofh) |
databases/mongodb40: Remove expired port
2023-06-30 databases/mongodb40: Upstream EOL reached on 2022-04-30
Approved by: portmgr (blanket) |
4.0.28_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.0.28_1 20 Feb 2023 13:09:55 |
Muhammad Moinur Rahman (bofh) |
databases/mongodb40: Mark DEPRECATED
- Upstream EOL reached on 2021-04-30
- Set EXPIRATION_DATE 2023-06-30
See: https://www.mongodb.com/support-policy/lifecycles
Approved by: portmgr (blanket) |
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) |
4.0.28_1 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 ) |
4.0.28_1 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
4.0.28_1 22 May 2022 20:17:03 |
Dima Panov (fluffy) |
databases/mongodb40: switch to bundled old boost
PR: 246106 |
4.0.28 27 Jan 2022 17:51:16 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb40: Update to 4.0.28
PR: 261509
Approved by: maintainer |
4.0.27 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. |
4.0.27 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 |
4.0.27 22 Sep 2021 07:53:14 |
Li-Wen Hsu (lwhsu) Author: Ronald Klop |
databases/mongodb40: Update to 4.0.27
- re-apply shebangfix (suggested by stage-qa)
- register conflict with mongodb50
https://docs.mongodb.com/manual/release-notes/4.0-changelog/#std-label-4.0.27-changelog
PR: 258454 |
4.0.25 14 Jun 2021 21:49:22 |
Neel Chauhan (nc) Author: Ronald Klop |
databases/mongodb40: Update to 4.0.25
PR: 256551
Approved by: dev.ashevchuk AT gmail DOT com (maintainer) |
4.0.24 10 May 2021 05:44:24 |
Fernando Apesteguía (fernape) |
databases/mongodb40: Update to 4.0.24
ChangeLog: https://docs.mongodb.com/manual/release-notes/4.0/
PR: 255118
Reported by: ronald-lists@klop.ws
Reviewed by: dev.ashevchuk@gmail.com (maintainer) |
4.0.21 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.21 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.21 13 Jan 2021 21:12:43 |
pkubaj |
Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "". |
4.0.21 11 Jan 2021 21:49:47 |
pkubaj |
ses/mongodb40: port to powerc64le
Similar patchset to what was already used in mongodb42 and mongodb44.
Approved by: tier 2 blanket |
4.0.21 10 Jan 2021 19:32:24 |
rene |
Remove empty PY_TYPING from ports using Python 3.6+
Leave out textproc/py-sphinx[18] for now. |
4.0.21 01 Dec 2020 17:37:20 |
mikael |
databases/mongodb40: Update to 4.0.21 (mongodb40-tools also)
- Pretty trivial version update.
- Point www to manual of 4.0.
- Update CONFLICTS_INSTALL. (I don't see how -tools conflicted with mongodb.)
Changelog:
https://docs.mongodb.com/manual/release-notes/4.0/#aug-21-2020
https://docs.mongodb.com/manual/release-notes/4.0/#nov-10-2020
PR: 250156
Submitted by: Ronald Klop (maintainer)
Approved by: dev.ashevchuk@gmail.com (maintainer timeout) |
4.0.19_1 29 Nov 2020 16:47:45 |
mikael |
databases/mongodb40: allow build with python 3
PR: 249598
Submitted by: Ronald Klop
Approved by: dev.ashevchuk (maintainer, previous version) |
4.0.19 29 Jun 2020 18:07:34 |
pi |
databases/mongodb40: update 4.0.18 -> 4.0.19
- License changed to Server Side Public License
PR: 247412, 238684
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: dev.ashevchuk@gmail.com (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/#jun-15-2020 |
4.0.18 16 Jun 2020 16:36:12 |
mikael |
databases/mongodb40: Update to 4.0.18
PR: 245976
Submitted by: Ronald Klop
Approved by: Andrew Shevchuk (maintainer) |
4.0.12_1 07 Jun 2020 09:50:03 |
pi |
New port: databases/mongodb42
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/ |
4.0.12_1 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
4.0.12_1 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
4.0.12 12 Oct 2019 10:33:00 |
pi |
databases/mongodb40: upgrade 4.0.8 -> 4.0.12
PR: 241210
Approved by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer)
MFH: 2019Q4
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/
Security: CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 |
4.0.8_2 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
4.0.8_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0.8 31 May 2019 10:00:20 |
sunpoet |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
4.0.8 13 Apr 2019 19:11:38 |
pi |
databases/mongodb40: upgrade 4.0.6 -> 4.0.8
Submitted by: Andrew Shevchuk <dev.ashevchuk@gmail.com> (maintainer)
Relnotes: https://docs.mongodb.com/manual/release-notes/4.0/
https://docs.mongodb.com/manual/release-notes/4.0-changelog/ |
4.0.6_1 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
4.0.6 21 Mar 2019 14:49:28 |
pi |
databases/mongodb40: fix aarch64 compilation
PR: 236366
Submitted by: Ronald Klop <ronald-lists@klop.ws>
Approved by: dev.ashevchuk@gmail.com (maintainer timeout) |
4.0.6 02 Mar 2019 13:10:50 |
pi |
New port: databases/mongodb40
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> |