git: c910da3c7c15 - main - sysutils/mise: Broken on aarch64 and i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 15 Mar 2026 18:04:24 UTC
The branch main has been updated by yuri:

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

commit c910da3c7c15d548e448035d7fe80a5ad0f361e0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-15 17:22:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-15 18:04:20 +0000

    sysutils/mise: Broken on aarch64 and i386
    
    Reported by:    fallout
---
 sysutils/mise/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile
index f57e5b6325d5..88069d3e2ee6 100644
--- a/sysutils/mise/Makefile
+++ b/sysutils/mise/Makefile
@@ -11,6 +11,8 @@ WWW=		https://mise.jdx.dev/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: unsupported freebsd architecture, see https://github.com/conda/rattler/issues/2226
+BROKEN_i386=	compilation fails: LLVM ERROR: out of memory
 BROKEN_armv7=	compilation fails: LLVM ERROR: out of memory
 
 BUILD_DEPENDS+=	${LOCALBASE}/llvm${LLVM_DEFAULT}/lib/libclang.so:devel/llvm${LLVM_DEFAULT}