Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2024 09:51:24 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: 7df216d8da6e - main - audio/wasabi: Broken due to use of the discontinued feature
Message-ID:  <202404030951.4339pOrh047005@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=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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404030951.4339pOrh047005>