diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-05 01:58:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-05 01:59:48 +0000 |
commit | ac0c4f5df9930394000b950f6413e87d96da81aa (patch) | |
tree | e47fa474ff12d7c26cb628aad2dd63a182ef9233 | |
parent | 0e2604f174dfe2d21d0bfea81099a621aad4ef74 (diff) | |
download | ports-ac0c4f5df9930394000b950f6413e87d96da81aa.tar.gz ports-ac0c4f5df9930394000b950f6413e87d96da81aa.zip |
misc/tenere: Broken with rust-1.80.1
Reported by: fallout
-rw-r--r-- | misc/tenere/Makefile | 1 |
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 \ |