Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 20:29:21 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: 36206f03653c - main - devel/git-cliff: Broken on powerpc64le
Message-ID:  <202401122029.40CKTLrT055179@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=36206f03653cefa868d1c2ae5227a0d2ea4f3cc8

commit 36206f03653cefa868d1c2ae5227a0d2ea4f3cc8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-12 20:28:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-12 20:29:19 +0000

    devel/git-cliff: Broken on powerpc64le
    
    Reported by:    https://portsfallout.com/
---
 devel/git-cliff/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile
index c7776fc8238c..9351b1858c2c 100644
--- a/devel/git-cliff/Makefile
+++ b/devel/git-cliff/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_APACHE20=	${WRKSRC}/../LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/../LICENSE-MIT
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs:358:10 # see https://github.com/rust-lang/rust/issues/119901
+
 USES=		cargo
 
 USE_GITHUB=	yes



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