Date: Fri, 22 Jul 2022 17:15:47 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 6893fdc72097 - 2022Q3 - cad/nvc: Broken on armv6, armv7 Message-ID: <202207221715.26MHFlD2043459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6893fdc720970eb4b9e2e0c80bfdde6f0cafd4cb commit 6893fdc720970eb4b9e2e0c80bfdde6f0cafd4cb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-22 17:14:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-22 17:15:40 +0000 cad/nvc: Broken on armv6, armv7 Reported by: fallout (cherry picked from commit fc4c4f15ab24b71577f9c499c83cb3cec9e2729a) --- cad/nvc/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index ef004c944c10..f998b02499f8 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -9,6 +9,9 @@ COMMENT= VHDL compiler and simulator LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= use of undeclared identifier '_URC_NO_REASON', see https://github.com/nickg/nvc/issues/492 +BROKEN_armv7= use of undeclared identifier '_URC_NO_REASON', see https://github.com/nickg/nvc/issues/492 + 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207221715.26MHFlD2043459>