git: 296d661f6108 - main - cad/verilator: Broken on i386
Yuri Victorovich
yuri at FreeBSD.org
Tue Jun 22 08:54:49 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=296d661f6108a2ed080d6f1531b7f4f3c7d14e5b
commit 296d661f6108a2ed080d6f1531b7f4f3c7d14e5b
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-22 08:51:05 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-22 08:54:47 +0000
cad/verilator: Broken on i386
Reported by: fallout
---
cad/verilator/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile
index 53496d0f1455..20021b432024 100644
--- a/cad/verilator/Makefile
+++ b/cad/verilator/Makefile
@@ -9,6 +9,8 @@ COMMENT= Synthesizable Verilog to C++ compiler
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= see https://github.com/verilator/verilator/issues/3037
+
LIB_DEPENDS= libsystemc.so:devel/systemc
RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen
More information about the dev-commits-ports-all
mailing list