git: c185d09d3e1e - main - graphics/openexr: mark BROKEN on armv7

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Sun, 19 Mar 2023 23:28:21 UTC
The branch main has been updated by mandree:

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

commit c185d09d3e1e2e3881284b8eca93028db5575c47
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2023-03-19 23:26:53 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2023-03-19 23:28:16 +0000

    graphics/openexr: mark BROKEN on armv7
    
    Upstream bug report:
    https://github.com/AcademySoftwareFoundation/openexr/issues/1365
    
    PR:             270348
---
 graphics/openexr/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 8c2606cd78a5..af4d5de8f1c6 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -9,6 +9,8 @@ WWW=		https://www.openexr.com/
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_armv7=	https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270348
+
 # exact version required to avoid hard-to-debug issues
 LIB_DEPENDS=	libImath-3_1.so.30:math/Imath
 
@@ -42,9 +44,9 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 OPTIONS_SUB=	yes
 DOCS_BUILD_DEPENDS=breathe-apidoc:devel/py-breathe \
 		${PYTHON_PKGNAMEPREFIX}sphinx_press_theme>=0:textproc/py-sphinx_press_theme
+DOCS_USES=	python:build
 DOCS_CMAKE_BOOL=BUILD_DOCS
 DOCS_CMAKE_ON=	-DPython_EXECUTABLE:STRING=${PYTHON_CMD}
-DOCS_USES=	python:build
 
 _DOCSRCDIR1=	${WRKSRC}
 _DOC_FILES1=	CHANGES.md CONTRIBUTING.md GOVERNANCE.md LICENSE.md SECURITY.md \