summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-03 09:59:27 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-03 09:59:27 -0700
commit71a1ce1be73d2aaf9d8dc6a1a3a52aeb87cba3b9 (patch)
tree2c46218cb0e76bff4e972ecc45b3fc75adc863bc /misc
parentmisc/py-einops: update 0.6.1 → 0.7.0 (diff)
misc/amazon-qldb-shell: Broken because ahash requires the removed feature
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/amazon-qldb-shell/Makefile2
1 files changed, 2 insertions, 0 deletions
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