git: 71a1ce1be73d - main - misc/amazon-qldb-shell: Broken because ahash requires the removed feature
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Apr 2024 17:00:18 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=71a1ce1be73d2aaf9d8dc6a1a3a52aeb87cba3b9 commit 71a1ce1be73d2aaf9d8dc6a1a3a52aeb87cba3b9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-03 16:59:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-03 16:59:27 +0000 misc/amazon-qldb-shell: Broken because ahash requires the removed feature Reported by: fallout --- misc/amazon-qldb-shell/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/amazon-qldb-shell/Makefile b/misc/amazon-qldb-shell/Makefile index 7cd7311773f1..428fc6d1eaf3 100644 --- a/misc/amazon-qldb-shell/Makefile +++ b/misc/amazon-qldb-shell/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/awslabs/amazon-qldb-shell LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= unknown feature `stdsimd`, ahash requires the removed feature, see https://github.com/awslabs/amazon-qldb-shell/issues/587 + BUILD_DEPENDS= cmake:devel/cmake-core \ rust-nightly>0:lang/rust-nightly # #![feature(rustc_attrs)] => #![feature]` may not be used on the stable release channel