Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 06: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: b90bcaab053c - main - databases/gobang: Brpken on powerpc64le
Message-ID:  <202401150647.40F6lRsU029844@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=b90bcaab053ccc094cb614b4b06761ee18a8774a

commit b90bcaab053ccc094cb614b4b06761ee18a8774a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 06:46:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 06:47:24 +0000

    databases/gobang: Brpken on powerpc64le
    
    Reported by:    fallout
---
 databases/gobang/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile
index 7ffdcfc1d207..7ec08178c0ab 100644
--- a/databases/gobang/Makefile
+++ b/databases/gobang/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/tako8ki/gobang
 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/TaKO8Ki/gobang/issues/180
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	tako8ki



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