git: 84539dae4494 - main - audio/myxer: Broken on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 17:38:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=84539dae4494bda0dafedabfe90ee51fabc88959 commit 84539dae4494bda0dafedabfe90ee51fabc88959 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/myxer: Broken on powerpc64le ... due to Rust compiler breakage. Reported by: fallout --- audio/myxer/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index 91890691cf23..2dacca513826 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/Aurailus/Myxer LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_powerpc64le= rust compiler crashes, see https://github.com/rust-lang/rust/issues/120583 + LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cargo gnome