git: 2c2e8a92f1c8 - main - cad/nvc: Broken on armv7

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 15 Jan 2025 16:45:00 UTC
The branch main has been updated by yuri:

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

commit 2c2e8a92f1c8e28bcc2132364dffb432d087423c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-14 21:28:47 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-15 16:44:51 +0000

    cad/nvc: Broken on armv7
    
    Reported by:    fallout
---
 cad/nvc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index 42e25770dd9d..afb3179befe0 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -10,8 +10,8 @@ WWW=		https://github.com/nickg/nvc
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_armv6=	compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534
 BROKEN_armv7=	compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534
+BROKEN_i386=	compilation fails: static assertion failed due to requirement 'sizeof(jit_ir_t) == 40': Static assertion failed, see https://github.com/nickg/nvc/issues/1133
 BROKEN_FreeBSD_14_i386=	clang creashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826
 
 BUILD_DEPENDS=	llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}