git: c4576ad47142 - main - cad/nvc: Broken on 14/i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 03:54:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4576ad47142eab331b8bb345de3c73fce463f04 commit c4576ad47142eab331b8bb345de3c73fce463f04 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-24 03:54:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-24 03:54:06 +0000 cad/nvc: Broken on 14/i386 Reported by: fallout --- cad/nvc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 1c164212bbe9..fc326d213f83 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_FreeBSD_14_i386= clang creashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265826 + BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \ bash:shells/bash