Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2024 09:55:12 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: 8bc858544338 - main - graphics/oculante: Broken on arm64
Message-ID:  <202410230955.49N9tCbT015469@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=8bc858544338f08bc842a8492f38ff4bd638da60

commit 8bc858544338f08bc842a8492f38ff4bd638da60
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-23 09:54:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-23 09:55:07 +0000

    graphics/oculante: Broken on arm64
    
    Reported by:    fallout
---
 graphics/oculante/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile
index 36242d410e6f..53d51ea69552 100644
--- a/graphics/oculante/Makefile
+++ b/graphics/oculante/Makefile
@@ -8,6 +8,7 @@ WWW=		https://github.com/woelper/oculante
 
 LICENSE=	MIT
 
+BROKEN_aarch64=	compilation failure, cannot find type ucontext_t in crate libc, see https://github.com/Xudong-Huang/generator-rs/issues/69
 BROKEN_i386=	compilation failure, see https://github.com/etemesi254/zune-image/issues/205
 
 BUILD_DEPENDS=	convert:graphics/ImageMagick7



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