diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-04 23:46:49 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-09-04 23:46:49 +0000 |
commit | a653a9881cd1c7ad02af6f87c59a28cd5bb63bae (patch) | |
tree | df4d44b6ea0043d22f3b4d68b27692941c7abc18 | |
parent | c8ae25c264180aca2eaf4dfd07fe2c8d97fdd72c (diff) | |
download | ports-a653a9881cd1c7ad02af6f87c59a28cd5bb63bae.tar.gz ports-a653a9881cd1c7ad02af6f87c59a28cd5bb63bae.zip |
devel/spr: Broken with rust-1.80.1
error[E0282]: type annotations needed for `Box<_>`
Reported by: fallout
-rw-r--r-- | devel/spr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/spr/Makefile b/devel/spr/Makefile index a8af06b72965..cc1bdfcb4891 100644 --- a/devel/spr/Makefile +++ b/devel/spr/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/getcord/spr LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= compilation fails with rust-1.80.1, see https://github.com/spacedentist/spr/issues/205 BROKEN_powerpc64le= compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/getcord/spr/issues/185 LIB_DEPENDS= libgit2.so:devel/libgit2 |