Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2022 18:15:53 GMT
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b63245a59cda - main - graphics/opendx: Mark broken for arm64.
Message-ID:  <202203231815.22NIFrvj086046@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen:

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

commit b63245a59cda52f62eaa651c9302680c5c8a4128
Author:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-03-23 18:15:05 +0000
Commit:     Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-03-23 18:15:05 +0000

    graphics/opendx: Mark broken for arm64.
    
    Reported by:    pkg-fallout@
---
 graphics/opendx/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 11e874d81b99..8e270545df76 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -15,6 +15,9 @@ 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=	amd64
+NOT_FOR_ARCHS_REASON=	does not build
+
 LIB_DEPENDS=	libtiff.so:graphics/tiff		\
 		libcdf.so:science/cdf
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203231815.22NIFrvj086046>