diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index aa524a1009ce..53496d0f1455 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -1,47 +1,45 @@ PORTNAME= verilator -DISTVERSION= 4.202 -PORTREVISION= 1 +DISTVERSION= 4.204 CATEGORIES= cad MASTER_SITES= https://www.veripool.org/ftp/ -PATCH_SITES= https://github.com/verilator/verilator/commit/ -PATCHFILES= 0f7ec6c9ba52160573df8a7ee90bcc38c837eee7.patch:-p1 # fix for missing #include - MAINTAINER= yuri@FreeBSD.org COMMENT= Synthesizable Verilog to C++ compiler LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsystemc.so:devel/systemc RUN_DEPENDS= gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen -USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,test tar:tgz +USES= bison compiler:c++14-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz + +SHEBANG_FILES= bin/verilator_ccache_report GNU_CONFIGURE= yes CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" TEST_TARGET= test BINARY_ALIAS= make=${GMAKE} python3=${PYTHON_CMD} # aliasas are only for tests OPTIONS_DEFINE= INSTALL_DBG_EXECUTABLES LEAK_CHECKS OPTIONS_SUB= yes INSTALL_DBG_EXECUTABLES_DESC= Install *_dbg executables LEAK_CHECKS_DESC= Disable intentional memory leaks LEAK_CHECKS_CXXFLAGS= -DVL_LEAK_CHECKS LEAK_CHECKS_BROKEN= compilation will be fixed in the next release post-patch: ${REINPLACE_CMD} -e 's|@pkgconfigdir@|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in post-build: @${STRIP_CMD} ${WRKSRC}/bin/verilator_bin post-install-INSTALL_DBG_EXECUTABLES-off: @${RM} ${STAGEDIR}${PREFIX}/bin/verilator_bin_dbg ${STAGEDIR}${PREFIX}/bin/verilator_coverage_bin_dbg .include diff --git a/cad/verilator/distinfo b/cad/verilator/distinfo index 1356961c5597..9c9d363c5dbb 100644 --- a/cad/verilator/distinfo +++ b/cad/verilator/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1623092835 -SHA256 (verilator-4.202.tgz) = d8daff2461493439889f85e4a9ccb2d865e9c4ca1a06f611fe36d64bc020b679 -SIZE (verilator-4.202.tgz) = 3149226 -SHA256 (0f7ec6c9ba52160573df8a7ee90bcc38c837eee7.patch) = bd4f4a7460db08bb2e79b575e289555c4249106e6b3cb9c18c59ca303f8179ac -SIZE (0f7ec6c9ba52160573df8a7ee90bcc38c837eee7.patch) = 575 +TIMESTAMP = 1624032564 +SHA256 (verilator-4.204.tgz) = 7fd520ca15a997bc98482a3075211bb80095709f329dcc13c4eb5c8ae01cef34 +SIZE (verilator-4.204.tgz) = 3188233 diff --git a/cad/verilator/pkg-plist b/cad/verilator/pkg-plist index dfe39a895814..2ff34bcd3123 100644 --- a/cad/verilator/pkg-plist +++ b/cad/verilator/pkg-plist @@ -1,95 +1,97 @@ bin/verilator bin/verilator_bin %%INSTALL_DBG_EXECUTABLES%%bin/verilator_bin_dbg bin/verilator_coverage %%INSTALL_DBG_EXECUTABLES%%bin/verilator_coverage_bin_dbg bin/verilator_gantt bin/verilator_profcfunc libdata/pkgconfig/verilator.pc man/man1/verilator.1.gz man/man1/verilator_coverage.1.gz man/man1/verilator_gantt.1.gz man/man1/verilator_profcfunc.1.gz +%%DATADIR%%/bin/verilator_ccache_report %%DATADIR%%/bin/verilator_includer %%DATADIR%%/examples/cmake_hello_c/CMakeLists.txt %%DATADIR%%/examples/cmake_hello_c/Makefile %%DATADIR%%/examples/cmake_hello_sc/CMakeLists.txt %%DATADIR%%/examples/cmake_hello_sc/Makefile %%DATADIR%%/examples/cmake_protect_lib/CMakeLists.txt %%DATADIR%%/examples/cmake_protect_lib/Makefile %%DATADIR%%/examples/cmake_tracing_c/CMakeLists.txt %%DATADIR%%/examples/cmake_tracing_c/Makefile %%DATADIR%%/examples/cmake_tracing_sc/CMakeLists.txt %%DATADIR%%/examples/cmake_tracing_sc/Makefile %%DATADIR%%/examples/make_hello_c/Makefile %%DATADIR%%/examples/make_hello_c/sim_main.cpp %%DATADIR%%/examples/make_hello_c/top.v %%DATADIR%%/examples/make_hello_sc/Makefile %%DATADIR%%/examples/make_hello_sc/sc_main.cpp %%DATADIR%%/examples/make_hello_sc/top.v %%DATADIR%%/examples/make_protect_lib/Makefile %%DATADIR%%/examples/make_protect_lib/secret_impl.v %%DATADIR%%/examples/make_protect_lib/sim_main.cpp %%DATADIR%%/examples/make_protect_lib/top.v %%DATADIR%%/examples/make_tracing_c/Makefile %%DATADIR%%/examples/make_tracing_c/Makefile_obj %%DATADIR%%/examples/make_tracing_c/input.vc %%DATADIR%%/examples/make_tracing_c/sim_main.cpp %%DATADIR%%/examples/make_tracing_c/sub.v %%DATADIR%%/examples/make_tracing_c/top.v %%DATADIR%%/examples/make_tracing_sc/Makefile %%DATADIR%%/examples/make_tracing_sc/Makefile_obj %%DATADIR%%/examples/make_tracing_sc/input.vc %%DATADIR%%/examples/make_tracing_sc/sc_main.cpp %%DATADIR%%/examples/make_tracing_sc/sub.v %%DATADIR%%/examples/make_tracing_sc/top.v %%DATADIR%%/examples/xml_py/Makefile %%DATADIR%%/examples/xml_py/sub.v %%DATADIR%%/examples/xml_py/top.v %%DATADIR%%/include/gtkwave/fastlz.c %%DATADIR%%/include/gtkwave/fastlz.h %%DATADIR%%/include/gtkwave/fst_config.h +%%DATADIR%%/include/gtkwave/fst_win_unistd.h %%DATADIR%%/include/gtkwave/fstapi.c %%DATADIR%%/include/gtkwave/fstapi.h %%DATADIR%%/include/gtkwave/lz4.c %%DATADIR%%/include/gtkwave/lz4.h %%DATADIR%%/include/gtkwave/wavealloca.h %%DATADIR%%/include/verilated.cpp %%DATADIR%%/include/verilated.h %%DATADIR%%/include/verilated.mk %%DATADIR%%/include/verilated.v %%DATADIR%%/include/verilated_config.h %%DATADIR%%/include/verilated_config.h.in %%DATADIR%%/include/verilated_cov.cpp %%DATADIR%%/include/verilated_cov.h %%DATADIR%%/include/verilated_cov_key.h %%DATADIR%%/include/verilated_dpi.cpp %%DATADIR%%/include/verilated_dpi.h %%DATADIR%%/include/verilated_fst_c.cpp %%DATADIR%%/include/verilated_fst_c.h %%DATADIR%%/include/verilated_fst_sc.cpp %%DATADIR%%/include/verilated_fst_sc.h %%DATADIR%%/include/verilated_heavy.h %%DATADIR%%/include/verilated_imp.h %%DATADIR%%/include/verilated_intrinsics.h %%DATADIR%%/include/verilated_save.cpp %%DATADIR%%/include/verilated_save.h %%DATADIR%%/include/verilated_sc.h %%DATADIR%%/include/verilated_sym_props.h %%DATADIR%%/include/verilated_syms.h %%DATADIR%%/include/verilated_threads.cpp %%DATADIR%%/include/verilated_threads.h %%DATADIR%%/include/verilated_trace.h %%DATADIR%%/include/verilated_trace_defs.h %%DATADIR%%/include/verilated_trace_imp.cpp %%DATADIR%%/include/verilated_vcd_c.cpp %%DATADIR%%/include/verilated_vcd_c.h %%DATADIR%%/include/verilated_vcd_sc.cpp %%DATADIR%%/include/verilated_vcd_sc.h %%DATADIR%%/include/verilated_vpi.cpp %%DATADIR%%/include/verilated_vpi.h %%DATADIR%%/include/verilatedos.h %%DATADIR%%/include/vltstd/svdpi.h %%DATADIR%%/include/vltstd/vpi_user.h %%DATADIR%%/verilator-config-version.cmake %%DATADIR%%/verilator-config.cmake