git: 42635447f79c - main - audio/songrec: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 17:38:25 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=42635447f79cf7b79caf2dcf4dc72cb084ebe4ec commit 42635447f79cf7b79caf2dcf4dc72cb084ebe4ec Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-02-02 14:58:57 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-02-02 17:38:21 +0000 audio/songrec: Broken on powerpc64le ... due to Rust compiler breakage. Reported by: fallout --- audio/songrec/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index 83946c879d70..34fc990ed943 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/marin-m/SongRec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583 + LIB_DEPENDS= libasound.so:audio/alsa-lib \ libdbus-1.so:devel/dbus