summaryrefslogtreecommitdiff
path: root/databases/mongodb40 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb40: Remove expired portMuhammad Moinur Rahman2023-06-3085-6338/+0
| | | | | | 2023-06-30 databases/mongodb40: Upstream EOL reached on 2022-04-30 Approved by: portmgr (blanket)
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* databases/mongodb40: Mark DEPRECATEDMuhammad Moinur Rahman2023-02-201-0/+2
| | | | | | | | | - 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)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Fix CONFLICTS_INSTALL in the databases categoryStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* databases/mongodb40: switch to bundled old boostDima Panov2022-05-221-4/+4
| | | | PR: 246106
* databases/mongodb40: Update to 4.0.28Ronald Klop2022-01-272-4/+4
| | | | | PR: 261509 Approved by: maintainer
* Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)Alexey Dokuchaev2021-10-251-1/+1
| | | | | | | | | 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.
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-302-16/+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/mongodb40: Update to 4.0.27Ronald Klop2021-09-222-6/+9
| | | | | | | | | - 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
* databases/mongodb40: Update to 4.0.25Ronald Klop2021-06-142-7/+5
| | | | | PR: 256551 Approved by: dev.ashevchuk AT gmail DOT com (maintainer)
* databases/mongodb40: Update to 4.0.24Fernando Apesteguía2021-05-102-5/+4
| | | | | | | | 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "".Piotr Kubaj2021-01-131-1/+1
| | | | Notes: svn path=/head/; revision=561509
* ses/mongodb40: port to powerc64lePiotr Kubaj2021-01-1141-3/+2589
| | | | | | | | | Similar patchset to what was already used in mongodb42 and mongodb44. Approved by: tier 2 blanket Notes: svn path=/head/; revision=561282
* Remove empty PY_TYPING from ports using Python 3.6+Rene Ladan2021-01-101-1/+0
| | | | | | | Leave out textproc/py-sphinx[18] for now. Notes: svn path=/head/; revision=561105
* databases/mongodb40: Update to 4.0.21 (mongodb40-tools also)Mikael Urankar2020-12-014-23/+7
| | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=556769
* databases/mongodb40: allow build with python 3Mikael Urankar2020-11-292-2/+1400
| | | | | | | | | PR: 249598 Submitted by: Ronald Klop Approved by: dev.ashevchuk (maintainer, previous version) Notes: svn path=/head/; revision=556589
* databases/mongodb40: update 4.0.18 -> 4.0.19Kurt Jaeger2020-06-292-11/+11
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=540821
* databases/mongodb40: Update to 4.0.18Mikael Urankar2020-06-163-8/+22
| | | | | | | | | PR: 245976 Submitted by: Ronald Klop Approved by: Andrew Shevchuk (maintainer) Notes: svn path=/head/; revision=539367
* New port: databases/mongodb42Kurt Jaeger2020-06-071-1/+1
| | | | | | | | | | | | | | | | 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
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=519824
* databases/mongodb40: upgrade 4.0.8 -> 4.0.12Kurt Jaeger2019-10-123-30/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=514327
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Introduce PY_TYPING and simplify MakefileSunpoet Po-Chuan Hsieh2019-05-311-1/+1
| | | | | | | | | Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4. With hat: python Notes: svn path=/head/; revision=503133
* databases/mongodb40: upgrade 4.0.6 -> 4.0.8Kurt Jaeger2019-04-132-5/+4
| | | | | | | | | 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/ Notes: svn path=/head/; revision=498825
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=498698
* databases/mongodb40: fix aarch64 compilationKurt Jaeger2019-03-212-38/+0
| | | | | | | | | PR: 236366 Submitted by: Ronald Klop <ronald-lists@klop.ws> Approved by: dev.ashevchuk@gmail.com (maintainer timeout) Notes: svn path=/head/; revision=496468
* New port: databases/mongodb40Kurt Jaeger2019-03-0247-0/+2435
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