aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-09-05 01:58:41 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-09-05 01:59:48 +0000
commitac0c4f5df9930394000b950f6413e87d96da81aa (patch)
treee47fa474ff12d7c26cb628aad2dd63a182ef9233
parent0e2604f174dfe2d21d0bfea81099a621aad4ef74 (diff)
downloadports-ac0c4f5df9930394000b950f6413e87d96da81aa.tar.gz
ports-ac0c4f5df9930394000b950f6413e87d96da81aa.zip
misc/tenere: Broken with rust-1.80.1
Reported by: fallout
-rw-r--r--misc/tenere/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile
index 1f02a2daa5a2..4715775bf190 100644
--- a/misc/tenere/Makefile
+++ b/misc/tenere/Makefile
@@ -11,6 +11,7 @@ WWW= https://github.com/pythops/tenere
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= compilation fails with rust-1.80.1: error[E0282]: type annotations needed for `Box<_>`, see https://github.com/pythops/tenere/issues/29
BROKEN_i386= compilation fails: cargo:warning=c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed'
LIB_DEPENDS= libgit2.so:devel/libgit2 \