diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-22 08:11:30 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-22 10:29:41 -0700 |
commit | 10bc30db52296af4a8edc512c76ca8886d8800da (patch) | |
tree | ac2e5e900664804cefe136706c6254e04b22f10c | |
parent | lang/perl5-devel: update to 5.43.1 ... (diff) |
devel/tabby: Broken
-rw-r--r-- | devel/tabby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile index 6e431f053e89..114d91dff466 100644 --- a/devel/tabby/Makefile +++ b/devel/tabby/Makefile @@ -12,6 +12,8 @@ WWW= https://tabby.tabbyml.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= smartstring crate fails to compile https://github.com/bodil/smartstring/issues/54, also see https://github.com/graphql-rust/juniper/issues/1340 + BUILD_DEPENDS= cmake:devel/cmake-core LIB_DEPENDS= libgit2.so:devel/libgit2 \ libllama.so:misc/llama-cpp \ |