git: 33cde50ff441 - main - devel/tabby: switch to rust 1.88.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Mar 2026 07:33:41 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33cde50ff441585cc3143bb2f02fd5b64cd741b9
commit 33cde50ff441585cc3143bb2f02fd5b64cd741b9
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2026-03-18 09:48:23 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-03-23 07:32:31 +0000
devel/tabby: switch to rust 1.88.0
This port doesn't build with rust 1.94.0
PR: 293685, 293615
---
devel/tabby/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/tabby/Makefile b/devel/tabby/Makefile
index a4750bd52e31..a56b77b27734 100644
--- a/devel/tabby/Makefile
+++ b/devel/tabby/Makefile
@@ -15,7 +15,8 @@ WWW= https://www.tabbyml.com/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= cmake:devel/cmake-core
+BUILD_DEPENDS= cmake:devel/cmake-core \
+ rust188>0:lang/rust188
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2 \
libzstd.so:archivers/zstd
@@ -28,6 +29,7 @@ GH_ACCOUNT= TabbyML
GH_TUPLE= ggerganov:llama.cpp:952a47f455fbd92e2659b98b9b6317a2dafeb532:llama_cpp/crates/llama-cpp-server/llama.cpp
CARGO_TARGET_DIR?= ${WRKSRC}/target # fix bug that llama-cpp is copied here instead of the original target dir
+CARGO_BUILDDEP= no
CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \