Bug 260106 - audio/cheesecutter make it build on 14-current
Summary: audio/cheesecutter make it build on 14-current
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL: https://reviews.llvm.org/D96914
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-29 09:00 UTC by Hiroo Ono
Modified: 2021-11-29 12:01 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
diff to audio/cheesecutter (1.62 KB, patch)
2021-11-29 09:00 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!