Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2024 07:38:23 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c1fc99ddc681 - 2024Q1 - net-im/yume: Broken on powerpc64le
Message-ID:  <202401150738.40F7cN0K016221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri:

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

commit c1fc99ddc6819439d892f53490521dbf71dfed71
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-15 07:37:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-15 07:38:18 +0000

    net-im/yume: Broken on powerpc64le
    
    Reported by:    fallout
    
    (cherry picked from commit 01375b69682eeec1080f01deae07beba115ded2f)
---
 net-im/yume/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile
index 6c8469120331..3955449d2f3e 100644
--- a/net-im/yume/Makefile
+++ b/net-im/yume/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/yamafaktory/yume
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_powerpc64le=	compilation failure: called `Option::unwrap()` on a `None` value in ring-0.16.20/build.rs: # see https://github.com/yamafaktory/yume/issues/4
+
 USES=		cargo
 
 USE_GITHUB=	yes



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