git: ac0c4f5df993 - main - misc/tenere: Broken with rust-1.80.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 05 Sep 2024 01:59:53 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ac0c4f5df9930394000b950f6413e87d96da81aa

commit ac0c4f5df9930394000b950f6413e87d96da81aa
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-05 01:58:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-05 01:59:48 +0000

    misc/tenere: Broken with rust-1.80.1
    
    Reported by:    fallout
---
 misc/tenere/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \