git: 871482aa42db - main - graphics/opendx: Fix arch name

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 09:57:07 UTC
The branch main has been updated by mikael:

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

commit 871482aa42dbe8f6521375b0ae92966829ea4692
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2022-03-25 09:53:21 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2022-03-25 09:57:05 +0000

    graphics/opendx: Fix arch name
    
    It's aarch64 not arm64.
    While here:
      use BROKEN_aarch64 instead of NOT_FOR_ARCHS (same as the other ports with the same problem)
      add the error message
    
    Approved by:    portmgr (Trivial fixes blanket)
---
 graphics/opendx/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index e2d31a69bec6..bbae21841a99 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -15,8 +15,7 @@ LICENSE_NAME=	IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-NOT_FOR_ARCHS=	arm64
-NOT_FOR_ARCHS_REASON=	does not build
+BROKEN_aarch64=	fails to link: undefined symbol: sbrk
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff		\
 		libcdf.so:science/cdf