git: 98443ea7643d - main - cad/nvc: Broken on armv6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Aug 2022 23:20:04 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=98443ea7643d5eefca5edf9c10f1d917f8c420b7 commit 98443ea7643d5eefca5edf9c10f1d917f8c420b7 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-06 23:19:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-06 23:19:20 +0000 cad/nvc: Broken on armv6 Reported by: fallout --- cad/nvc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 29ae67564c65..2dce60012843 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -10,6 +10,8 @@ COMMENT= VHDL compiler and simulator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= executable catches signal during build, see https://github.com/nickg/nvc/issues/500 + BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} TEST_DEPENDS= check>0:devel/check