aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb50/files/patch-buildscripts_scons.py
Commit message (Collapse)AuthorAgeFilesLines
* databases/mongodb50: Remove expired portRene Ladan2025-07-311-25/+0
| | | | 2025-07-30 databases/mongodb50: EOL from October 2024, see https://www.mongodb.com/legal/support-policy/lifecycles, please use databases/mongodb60
* databases/mongodb50: Fix build failure with scons 4.2.0 by using in source ↵Ronald Klop2021-08-281-0/+25
scons 3.1.2 - Fix scons by using in source scons 3.1.2 (They are planning to move to Scons 4.2.0 in the future) - Disable LTO on clang12/aarch64, bug #257765 - Build already installs in $STAGEDIR, so only strip in do-install. - Fix a portlint warnings about the comment at the LICENSE section. PR: 257925