Date: Fri, 9 Sep 2022 21:49:55 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52b12d6aa4b9 - main - cad/nvc: Broken on armv7 Message-ID: <202209092149.289LntqP082134@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=52b12d6aa4b92cf56ceab04457d59b23a8a49983 commit 52b12d6aa4b92cf56ceab04457d59b23a8a49983 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-09 21:46:14 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-09 21:49:50 +0000 cad/nvc: Broken on armv7 Reported by: fallout --- cad/nvc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index 5421d6a8390a..b996e280950f 100644 --- a/cad/nvc/Makefile +++ b/cad/nvc/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/nickg/nvc LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv7= compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209092149.289LntqP082134>