diff options
Diffstat (limited to 'cad/verilator/Makefile')
-rw-r--r-- | cad/verilator/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/verilator/Makefile b/cad/verilator/Makefile index e876a7ce4d5b..f99d100a7ec6 100644 --- a/cad/verilator/Makefile +++ b/cad/verilator/Makefile @@ -1,12 +1,8 @@ PORTNAME= verilator DISTVERSIONPREFIX= v -DISTVERSION= 5.036 -PORTREVISION= 1 +DISTVERSION= 5.038 CATEGORIES= cad -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ -PATCHFILES= d94ed785888614cd53379b9faf58dfbde8f06b6f.patch:-p1 # https://github.com/verilator/verilator/pull/6028 - MAINTAINER= yuri@FreeBSD.org COMMENT= Synthesizable Verilog to C++ compiler WWW= https://www.veripool.org/verilator/ \ @@ -25,7 +21,7 @@ LIB_DEPENDS= libsystemc.so:devel/systemc # systemc is only added to share/verila RUN_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils \ gmake:devel/gmake # verilator runs gmake for the --hierarchical option when the 'gmake' method is chosen -USES= bison compiler:c++17-lang gmake localbase:ldflags pathfix perl5 python:build,run,test shebangfix tar:tgz +USES= bison compiler:c++17-lang gmake localbase:ldflags perl5 python:build,run,test shebangfix tar:tgz USE_CXXSTD= c++17 # needs to match that of devel/systemc to avoid mismatches like https://github.com/verilator/verilator/issues/4499 USE_GITHUB= yes |