summaryrefslogtreecommitdiff
path: root/databases/mongodb44 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb44: Remove expired portRene Ladan2024-08-04109-6191/+0
| | | | 2024-07-31 databases/mongodb44: EOL as of February 2024, https://www.mongodb.com/legal/support-policy/lifecycles
* devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyamlPo-Chuan Hsieh2024-07-071-1/+2
| | | | - Bump PORTREVISION of dependent ports for dependency change
* */*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDSJason E. Hale2024-06-291-1/+2
| | | | | | | | Fix build when setuptools is removed from RUN_DEPENDS in Mk/Uses/python.mk. PR: 270510 Approved by: portmgr (blanket)
* databases/mongodb44: deprecateRonald Klop2024-03-201-0/+2
| | | | | End of Life as of February 2024 https://www.mongodb.com/legal/support-policy/lifecycles
* databases/mongodb44: update to 4.4.29Ronald Klop2024-03-202-4/+4
| | | | | | | changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.29---february-28--2024 Security: CVE-2024-1351 Improper Certificate Validation
* databases/mongodb44: update to 4.4.28Ronald Klop2024-01-252-5/+5
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.28---jan-18--2023 - version bump - poudriere stage-qa: ok (aarch64)
* databases/mongodb44: update to 4.4.27Ronald Klop2024-01-093-8/+10
| | | | | | | | | | | | | | | | | | | | | | changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.27---jan-3--2023 https://www.mongodb.com/docs/manual/release-notes/4.4-changelog/#4.4.27-changelog Remove enterprise modules from the build. Just build the community edition. This is something new in this version. This is not mentioned in the release notes but the build failed with unhandled dependencies. [00:02:07] configuring module: enterprise [00:02:07] Checking for C++ header file net-snmp/net-snmp-config.h... no [00:02:08] Could not find <net-snmp/net-snmp-config.h>, required for enterprise build. [00:02:08] See /wrkdirs/usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/build/scons/config.log for details [00:02:09] ===> Compilation failed unexpectedly. Enterprise modules consist of: > ls /usr/ports/databases/mongodb44/work/mongodb-src-r4.4.27/src/mongo/db/modules/enterprise/src/ audit fle inmemory ldap queryable scripts snmp encryptdb hot_backups kerberos mongohouse sasl search util Bump version. Poudriere stage-qa: ok (aarch64)
* databases/mongodb44: update to 4.4.26Ronald Klop2023-12-122-4/+4
| | | | | | | changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.26---nov-27--2023 poudriere stage-qa: ok (on aarch64)
* databases/mongodb44: update to 4.4.25Ronald Klop2023-10-032-4/+4
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.25---sep-29--2023 version bump poudriere stage-qa: ok
* databases/mongodb44: update to 4.4.24Ronald Klop2023-08-312-5/+4
| | | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.24---aug-23--2023 version bump remove unneeded USE_CXXSTD=c++14 from previous commit, this builds fine on llvm16 poudriere stage-qa: ok
* databases/mongodb44: Fix build with llvm16Muhammad Moinur Rahman2023-08-061-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* databases/mongodb44: make support for ARMv8.0-A optionalRonald Klop2023-07-303-9/+20
| | | | | | | | no-op commit; default is still enabled Why? Upstream removed support for non-LSE ARM CPUs because of possible corruption on high concurrent load. Quite some people (including me) use this on RPI4 with net-mgmt/unifi7 and one WiFi dish. This is not a 'high concurrent load' and works fine. By making this CPU optional I hope to support both types of usage.
* databases/mongodb44: styleRonald Klop2023-07-302-13/+13
| | | | | pet portlint and portclippy by reordering some fields fix typo in pkg-message
* databases/mongodb44: upgrade to 4.4.23Ronald Klop2023-07-242-4/+4
| | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.23---jul-13--2023 * trivial version bump * poudriere stage-qa: ok
* databases/mongodb44: enable build for Raspberry PiRonald Klop2023-07-013-9/+26
| | | | | | | | Upstream stopt supporting non-LSE ARM cpus (read RPI). See: https://jira.mongodb.org/browse/SERVER-71772 For POLA I still enable this for the Q3 branch. PR: 272294
* databases/mongodb44: fix build with llvm16Ronald Klop2023-06-302-0/+13
| | | | | | | | | | | | | | | | | | | | _HAS_AUTO_PTR_ETC=0 fixes: In file included from src/third_party/boost-1.70.0/boost/functional/hash.hpp:6: src/third_party/boost-1.70.0/boost/container_hash/hash.hpp:130:33: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'? struct hash_base : std::unary_function<T, std::size_t> {}; ~~~~~^~~~~~~~~~~~~~ __unary_function /usr/include/c++/v1/__functional/unary_function.h:46:1: note: '__unary_function' declared here using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>; And "#if 1" fixes: In file included from src/third_party/boost-1.70.0/boost/mpl/integral_c.hpp:32: src/third_party/boost-1.70.0/boost/mpl/aux_/integral_wrapper.hpp:73:31: error: integer value -1 is outside the valid range of values [0, 3] for the enumeration type 'lock_access_mode' [-Wenum-constexpr-conversion] typedef AUX_WRAPPER_INST( BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (value - 1)) ) prior; PR: 272295
* 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/mongodb44: update to 4.4.22Ronald Klop2023-06-082-4/+4
| | | | | | | | trivial version bump poudriere stage-qa: ok Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.22---may-18--2023
* databases/mongodb44: update to 4.4.21Ronald Klop2023-05-022-4/+4
| | | | changelog: https://www.mongodb.com/docs/manual/release-notes/4.4/
* databases/mongodb44: update to 4.4.20Ronald Klop2023-04-173-13/+4
| | | | | | | | | | changelog: https://www.mongodb.com/docs/manual/release-notes/4.4/ 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.
* Change maintainer of the remainder of my ports to my new @FreeBSD.org address.Ronald Klop2022-11-261-1/+1
| | | | | Approved by: pkubaj (mentor) Differential Revision: https://reviews.freebsd.org/D37495
* databases/mongodb44: update to 4.4.18Ronald Klop2022-11-242-7/+6
| | | | | | | | | | | Summary: Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.18---nov-21--2022 * Use llvm-ar instead of binutils/ar. Approved by: pkubaj (mentor) Differential Revision: https://reviews.freebsd.org/D37481
* 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)
* databases/mongodb44: Update to 4.4.16Ronald Klop2022-08-262-4/+4
| | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/4.4/#4.4.16---aug-19--2022 PR: 266045
* Fix CONFLICTS_INSTALL in the databases categoryStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* databases/mongodb44: Update to 4.4.13Ronald Klop2022-03-072-5/+5
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.13-changelog PR: 262376
* databases/mongodb44: Update to 4.4.12Ronald Klop2022-01-222-4/+4
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.12---jan-21--2022 PR: 261406
* databases/mongodb44: Update to 4.4.11Ronald Klop2021-12-292-4/+4
| | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.11-changelog PR: 260804
* databases/mongodb44: Update to 4.4.10Ronald Klop2021-10-292-9/+4
| | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#4.4.10-changelog PR: 259514
* 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.
* databases/mongodb44: Update to 4.4.9Ronald Klop2021-10-253-15/+10
| | | | | | | | | | * 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
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* 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
* *: Clean up some thingsTobias Kortkamp2021-09-031-2/+0
| | | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop or unreferenced variables - Add missing ports to the build - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* databases/mongodb44: Fix crash on aarch64Ronald Klop2021-08-271-2/+5
| | | | | | | - Disable LTO on aarch64/14-current (clang12 is crashing) - Limit the portscout check to 4.4.x PR: 257765
* databases/mongodb44: Update to 4.4.8Ronald Klop2021-08-092-6/+5
| | | | | | | Changelog: https://docs.mongodb.com/manual/release-notes/4.4/#4.4.8---aug-4--2021 PR: 257688 MFH: 2021Q3 (bugfix release)
* databases/mongodb44: Update to 4.4.7Ronald Klop2021-07-263-11/+21
| | | | | | | | | | - 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: Update to 4.4.6Ronald Klop2021-05-112-4/+4
| | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4-changelog/#std-label-4.4.6-changelog PR: 255792
* databases/mongodb44: Update to 4.4.5Kevin Bowling2021-04-082-4/+4
| | | | | | | Changelog https://docs.mongodb.com/manual/release-notes/4.4/#4.4.5---apr-8--2021 PR: 254892 Approved by: Ronald Klop <ronald-lists@klop.ws> (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
|
* databases/mongodb44: Update to 4.4.4Neel Chauhan2021-02-182-5/+4
| | | | | | | | | | Changes: https://docs.mongodb.com/manual/release-notes/4.4/#feb-16-2021 PR: 253618 Submitted by: Ronald Klop <ronald-lists AT klop DOT ws> (maintainer) Notes: svn path=/head/; revision=565967
* databases/mongodb44: add LTO option and make it the defaultPiotr Kubaj2021-02-151-2/+5
| | | | | | | | PR: 222344 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=565315
* databases/mongodb44: update 4.4.2 -> 4.4.3Kurt Jaeger2021-01-212-5/+4
| | | | | | | | | | | - Remove conflict with mongo-cxx-driver, gone in ports r559941 PR: 252436 Submitted by: Ronald Klop <ronald-lists@klop.ws> (maintainer) Relnotes: https://docs.mongodb.com/manual/release-notes/4.4/#jan-4-2021 Notes: svn path=/head/; revision=562176
* Add powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "".Piotr Kubaj2021-01-131-1/+1
| | | | Notes: svn path=/head/; revision=561509
* 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/mongodb44: Update to 4.4.2Fernando Apesteguía2020-11-282-4/+4
| | | | | | | | | | ChangeLog: https://docs.mongodb.com/manual/release-notes/4.4/#nov-18-2020 PR: 251421 Submitted by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556517
* databases/mongodb44: fix build on powerpc64lePiotr Kubaj2020-11-2551-2/+3091
| | | | | | | | PR: 251375 Approved by: ronald-lists@klop.ws (maintainer) Notes: svn path=/head/; revision=556292
* Allow building on powerpc64le.Mark Linimon2020-10-131-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=552171