Bug 260106

Summary: audio/cheesecutter make it build on 14-current
Product: Ports & Packages Reporter: Hiroo Ono <hiroo.ono+freebsd>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me CC: hiroo.ono+freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (ehaupt)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.llvm.org/D96914
Attachments:
Description Flags
diff to audio/cheesecutter none

Description Hiroo Ono 2021-11-29 09:00:46 UTC
Created attachment 229780 [details]
diff to audio/cheesecutter

The feature change in ld.lld on llvm13 broke build.
This patch will make audio/cheesecutter build again on 14-current.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-11-29 12:00:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=610ffb4fc86b1a28265d7f80a260a0fb888e141c

commit 610ffb4fc86b1a28265d7f80a260a0fb888e141c
Author:     Hiroo Ono <hiroo.ono+freebsd@gmail.com>
AuthorDate: 2021-11-29 11:59:05 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2021-11-29 11:59:05 +0000

    audio/cheesecutter: Fix build on 14-CURRENT

    PR:             260106

 audio/cheesecutter/Makefile                 | 11 ++++++++---
 audio/cheesecutter/files/patch-Makefile.ldc | 19 ++++++++++++++++++-
 2 files changed, 26 insertions(+), 4 deletions(-)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2021-11-29 12:01:37 UTC
Committed, thank you!