git: a653a9881cd1 - main - devel/spr: Broken with rust-1.80.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 04 Sep 2024 23:47:27 UTC
The branch main has been updated by yuri:

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

commit a653a9881cd1c7ad02af6f87c59a28cd5bb63bae
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-04 23:46:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-04 23:46:49 +0000

    devel/spr: Broken with rust-1.80.1
    
    error[E0282]: type annotations needed for `Box<_>`
    
    Reported by:    fallout
---
 devel/spr/Makefile | 1 +
 1 file changed, 1 insertion(+)

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