Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 09:15:46 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fed7205db98 - main - cad/ghdl: Broken on arm64
Message-ID:  <202404050915.4359FkdY066807@gitrepo.freebsd.org>

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

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

commit 1fed7205db98d363af1857cc0b8d075c8a68e0cf
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-05 08:11:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-05 09:15:35 +0000

    cad/ghdl: Broken on arm64
    
    Reported by:    fallout
---
 cad/ghdl/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile
index 58fff6ed1a44..da98a6dc1271 100644
--- a/cad/ghdl/Makefile
+++ b/cad/ghdl/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/ghdl/ghdl
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.md
 
+BROKEN_aarch64=	build breaks, see https://github.com/ghdl/ghdl/issues/2639
+
 TEST_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}pyTooling>=2.11.0:devel/py-pyTooling@${PY_FLAVOR}
 



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