git: 0047f8b3dc52 - main - cad/ghdl: unbreak on aarch64
Ronald Klop <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=0047f8b3dc52110ce345247d4a791b06c2dfda3a commit 0047f8b3dc52110ce345247d4a791b06c2dfda3a Author: Ronald Klop <[email protected]> AuthorDate: 2026-08-18 15:20:09 +0000 Commit: Ronald Klop <[email protected]> CommitDate: 2026-08-19 12:27:41 +0000 cad/ghdl: unbreak on aarch64 Quite some releases happened since this port was marked broken. PR: 297641 Approved by: yuri@ (maintainer) --- cad/ghdl/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index 0bc4384efd0d..f77ff389f8d3 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -11,8 +11,6 @@ WWW= http://ghdl.free.fr/ \ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.md -BROKEN_aarch64= build breaks, see https://github.com/ghdl/ghdl/issues/2639 - TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyTooling>=2.11.0:devel/py-pyTooling@${PY_FLAVOR} \ bash:shells/bash