Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2024 23:47:27 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a653a9881cd1 - main - devel/spr: Broken with rust-1.80.1
Message-ID:  <202409042347.484NlRPp025631@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409042347.484NlRPp025631>