Date: Sun, 19 Mar 2023 14:50:03 GMT From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: abf81af7b0cc - main - sysutils/zellij: Mark BROKEN on aarch64 Message-ID: <202303191450.32JEo3dc025401@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=abf81af7b0ccc71627f13122830df53f806f8ef1 commit abf81af7b0ccc71627f13122830df53f806f8ef1 Author: Thomas Zander <riggs@FreeBSD.org> AuthorDate: 2023-03-19 14:47:57 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2023-03-19 14:50:00 +0000 sysutils/zellij: Mark BROKEN on aarch64 Some newly required low level functionality in the libc crate (and possibly others) is currently only implemented for amd64 on FreeBSD. --- sysutils/zellij/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index f814873413eb..c94978bceb7f 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -11,6 +11,7 @@ WWW= https://zellij.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_aarch64= fails to build: required low level features only implemented for amd64 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= wasmer-vm crate currently only supports aarch64 and amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303191450.32JEo3dc025401>