git: 360da0bd3071 - 2022Q3 - cad/surelog: Broken on armv6

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 06 Aug 2022 23:05:03 UTC
The branch 2022Q3 has been updated by yuri:

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

commit 360da0bd3071abc724a424d9f538c8cc1f96b0e0
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-06 23:03:41 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-06 23:05:01 +0000

    cad/surelog: Broken on armv6
    
    Reported by:    fallout
    
    (cherry picked from commit c5b5901bf5c7da144690419824732ba45465c26d)
---
 cad/surelog/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/surelog/Makefile b/cad/surelog/Makefile
index ec58d7a0caf2..2ec2edfd740c 100644
--- a/cad/surelog/Makefile
+++ b/cad/surelog/Makefile
@@ -10,7 +10,8 @@ COMMENT=	SystemVerilog 2017 Pre-processor, Parser, Elaborator, etc
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_aarch64=	Creating OVM precompiled package... Segmentation fault (core dumped) # update to the current revision might help but it has C++ errors
+BROKEN_aarch64=	compilation fails: Creating OVM precompiled package... Segmentation fault (core dumped) # update to the current revision might help but it has C++ errors
+BROKEN_armv6=	compilation fails: Creating OVM precompiled package... libunwind: personality function returned unknown result 5
 
 BUILD_DEPENDS=	utf8cpp>0:devel/utf8cpp \
 		${PYTHON_PKGNAMEPREFIX}orderedmultidict>0:devel/py-orderedmultidict@${PY_FLAVOR}