diff options
Diffstat (limited to 'devel/tabby/Makefile')
-rw-r--r-- | devel/tabby/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile index bb967bd99f13..114d91dff466 100644 --- a/devel/tabby/Makefile +++ b/devel/tabby/Makefile @@ -1,7 +1,7 @@ PORTNAME= tabby DISTVERSIONPREFIX= v DISTVERSION= 0.11.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel # machine-learning PKGNAMESUFFIX= -ai-coding-assistant @@ -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 \ |