summaryrefslogtreecommitdiff
path: root/databases/mongodb60/files/patch-SConstruct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb60: update to 6.0.17Ronald Klop2024-08-241-5/+3
| | | | | | | | | | | | | | | | | | | | | Changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.17---aug-21--2024 Sync with improvements in mongodb80: commit b44fe228ca : Removed SSL from OPTIONS. It was inherited from the first versions of databases/mongodb, long before I became maintainer. Currently disabling the SSL option does not disable ssl as ssl is auto-detected and disabling ssl needs explicit --ssl=off which is not implemented in the port. I never had a request for this in years so I decided to just remove the option and have ssl enabled always. commit 5d8274d264 : Also found some manual pages in the src tree. commit f2c9ba7c53 : add pre-configure check if downloaded mozjs version matches get-sources.sh.
* databases/mongodb60: update to 6.0.2Ronald Klop2022-10-261-4/+10
| | | | | | | | | | | | | | | | | | | Summary: - automate mozjs configuration - enables powerpc64le support - overwrites the upstream amd64 configuration which fixes the build - removes almost 1 MB of patches for aarch64 - use more system libs and llvm-ar (thanks to dizzy@) - Fix removal of (lib)zstd/zstandard directory which fixes the build on all supported platforms - change my maintainer email to @FreeBSD.org changes: https://www.mongodb.com/docs/manual/release-notes/6.0/#6.0.2---sep-28--2022 PR: 266587 Tested by: dizzy (libs), pkubaj (powerpc64le) Approved by: pkubaj (mentor), rene (mentor) Co-Authored-By: dizzy, pkubaj Differential Revision: https://reviews.freebsd.org/D37130
* databases/mongodb60: New portRonald Klop2022-09-131-0/+38
PR: 266394