Date: Sun, 27 Nov 2022 10:27:29 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: 67da9e1ed325 - main - cad/nvc: Broken on armv6 Message-ID: <202211271027.2ARART3s041881@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=67da9e1ed3257150347ac7e4c745ebcc98da0eff commit 67da9e1ed3257150347ac7e4c745ebcc98da0eff Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-27 10:27:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-27 10:27:06 +0000 cad/nvc: Broken on armv6 Reported by: fallout --- cad/nvc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile index b996e280950f..41399717f521 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_armv6= compilation fails: no member named '_gregs' in 'mcontext_t'; did you mean '__gregs', see https://github.com/nickg/nvc/issues/534 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211271027.2ARART3s041881>