Date: Fri, 2 Feb 2024 17:38:25 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 42635447f79c - main - audio/songrec: Broken on powerpc64le Message-ID: <202402021738.412HcP4e002383@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402021738.412HcP4e002383>