git: 53b6e6fb77d4 - main - cad/nvc: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 05:39:36 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=53b6e6fb77d4ebc27ecdda05feea367cbabb7464 commit 53b6e6fb77d4ebc27ecdda05feea367cbabb7464 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-10 05:39:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-10 05:39:07 +0000 cad/nvc: Broken on i386 Reported by: fallout --- cad/nvc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 35df7ed4448d..586bb2a20971 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -9,6 +9,8 @@ COMMENT= VHDL compiler and simulator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_i386= compilation fails: Please port fill_cpu_state to this OS/CPU combination, see https://github.com/nickg/nvc/issues/501 + BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION} \ bash:shells/bash