git: f08229797a23 - main - cad/nvc: Update comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Jul 2022 17:54:31 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f08229797a23738b62f4f94d1ac2e58469bb1605
commit f08229797a23738b62f4f94d1ac2e58469bb1605
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-24 17:54:13 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-24 17:54:13 +0000
cad/nvc: Update comment
---
cad/nvc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index f998b02499f8..5c5007a28862 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -9,8 +9,8 @@ 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
+BROKEN_armv6= use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
+BROKEN_armv7= use of undeclared identifier '_URC_NO_REASON', see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265420
BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
RUN_DEPENDS= llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}