Bug 266012 - databases/mongodb50: update to 5.0.11 (+ enable LTO on -current)
Summary: databases/mongodb50: update to 5.0.11 (+ enable LTO on -current)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Daniel Engberg
URL: https://www.mongodb.com/docs/manual/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-24 07:52 UTC by Ronald Klop
Modified: 2022-08-26 19:18 UTC (History)
1 user (show)

See Also:


Attachments
git diff of databases/mongodb50 (1.34 KB, patch)
2022-08-24 07:52 UTC, Ronald Klop
ronald-lists: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ronald Klop 2022-08-24 07:52:05 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-08-26 19:13:16 UTC
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(-)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2022-08-26 19:17:06 UTC
Committed, thanks!
Comment 3 Ronald Klop 2022-08-26 19:18:11 UTC
(In reply to Daniel Engberg from comment #2)
Thank you too