Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 08:17:01 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: a181d3c6612d - main - devel/spr: Broken on powerpc64le
Message-ID:  <202401150817.40F8H1al084270@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=a181d3c6612d37c9b0e033eb5c560f3db90114ed

commit a181d3c6612d37c9b0e033eb5c560f3db90114ed
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 08:16:39 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 08:16:59 +0000

    devel/spr: Broken on powerpc64le
    
    Reported by:    fallout
---
 devel/spr/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/spr/Makefile b/devel/spr/Makefile
index ebebab9084df..99909f4263e8 100644
--- a/devel/spr/Makefile
+++ b/devel/spr/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/getcord/spr
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+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
 
 USES=		cargo



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