git: 7df216d8da6e - main - audio/wasabi: Broken due to use of the discontinued feature
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 09:51:24 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7df216d8da6e68eb15298f8d861bea512b384288 commit 7df216d8da6e68eb15298f8d861bea512b384288 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-03 09:48:32 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-03 09:51:19 +0000 audio/wasabi: Broken due to use of the discontinued feature Requires update of the ahash crate by the upstream. --- audio/wasabi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/wasabi/Makefile b/audio/wasabi/Makefile index 8e6eb0347137..1f9032ebd2e1 100644 --- a/audio/wasabi/Makefile +++ b/audio/wasabi/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/arduano/wasabi LICENSE= APACHE20 # Don't Be a Dick Public License based on Apache 2.0, see http://www.dbad-license.org/ +BROKEN= doesn't build with the latest rust-nightly due to use of discontinued feature stdsimd, see https://github.com/arduano/wasabi/issues/56 + BUILD_DEPENDS= rust-nightly>0:lang/rust-nightly LIB_DEPENDS= libasound.so:audio/alsa-lib