git: abf81af7b0cc - main - sysutils/zellij: Mark BROKEN on aarch64

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Sun, 19 Mar 2023 14:50:03 UTC
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