Created attachment 236085 [details] git diff of databases/mongodb50 - trivial version bump - tested LTO on llvm14 (FreeBSD 14-CURRENT/aarch64) and it compiles again (was disabled by bug #257765) keeping the commented out lines for one version to make it easy to enable again when needed - poudriere stage-qa: ok
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a751920c8e744ec268e639dba49031efd49c9681 commit a751920c8e744ec268e639dba49031efd49c9681 Author: Ronald Klop <ronald-lists@klop.ws> AuthorDate: 2022-08-26 18:14:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-08-26 19:12:20 +0000 databases/mongodb50: Update to 5.0.11 Re-enable LTO on FreeBSD 14 (aarch64) as it now compiles using LLVM 14 Changelog: https://www.mongodb.com/docs/manual/release-notes/5.0/#5.0.11---aug-19--2022 PR: 266012 databases/mongodb50/Makefile | 7 +++---- databases/mongodb50/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-)
Committed, thanks!
(In reply to Daniel Engberg from comment #2) Thank you too