diff options
| author | Neal Nelson <ports@nicandneal.net> | 2026-03-05 14:34:28 +0000 |
|---|---|---|
| committer | Joel Bodenmann <jbo@FreeBSD.org> | 2026-03-05 15:48:34 +0000 |
| commit | fc7dea787d3b2e203ea41cccc26292caf3485004 (patch) | |
| tree | b425e08cd41737caea37761332f5d28e1833b393 | |
| parent | 0317f072e0ec1d8c5e2ebe4621e9ca27c852a553 (diff) | |
cad/yosys-ghdl-plugin: Fix build
Fix build to work with current cad/ghdl.
PR: 293156
Approved by: Nico Sonack <nsonack@herrhotzenplotz.de> (maintainer)
| -rw-r--r-- | cad/yosys-ghdl-plugin/Makefile | 7 | ||||
| -rw-r--r-- | cad/yosys-ghdl-plugin/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/yosys-ghdl-plugin/Makefile b/cad/yosys-ghdl-plugin/Makefile index ec7db547db7d..402b5abd5e4a 100644 --- a/cad/yosys-ghdl-plugin/Makefile +++ b/cad/yosys-ghdl-plugin/Makefile @@ -1,6 +1,5 @@ PORTNAME= yosys-ghdl-plugin -PORTVERSION= g20230930 -PORTREVISION= 2 +PORTVERSION= g20251221 CATEGORIES= cad MAINTAINER= nsonack@herrhotzenplotz.de @@ -13,14 +12,14 @@ BUILD_DEPENDS= ghdl>0:cad/ghdl \ yosys>0:cad/yosys RUN_DEPENDS= yosys>0:cad/yosys LIB_DEPENDS= libffi.so:devel/libffi \ - libghdl-5_0_1.so:cad/ghdl \ + libghdl-5_1_1.so:cad/ghdl \ libtcmalloc.so:devel/google-perftools USES= gmake readline tcl USE_GITHUB= yes GH_ACCOUNT= ghdl GH_PROJECT= ghdl-yosys-plugin -GH_TAGNAME= d44a7bccdaa458ab3ec0ce83459410604bee6c60 +GH_TAGNAME= a8883f5c0eaffcf6bfea519318f5f7ae1210ba24 MAKE_ENV+= GHDL=${LOCALBASE}/bin/ghdl \ YOSYS_CONFIG=${LOCALBASE}/bin/yosys-config diff --git a/cad/yosys-ghdl-plugin/distinfo b/cad/yosys-ghdl-plugin/distinfo index 28580a99a0bb..ceb41a787bb4 100644 --- a/cad/yosys-ghdl-plugin/distinfo +++ b/cad/yosys-ghdl-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696080191 -SHA256 (ghdl-ghdl-yosys-plugin-g20230930-d44a7bccdaa458ab3ec0ce83459410604bee6c60_GH0.tar.gz) = 200f38ea69d868b111a905d95a59aefa0c24d42f4f092ed5e5d94db21c496643 -SIZE (ghdl-ghdl-yosys-plugin-g20230930-d44a7bccdaa458ab3ec0ce83459410604bee6c60_GH0.tar.gz) = 82663 +TIMESTAMP = 1771316097 +SHA256 (ghdl-ghdl-yosys-plugin-g20251221-a8883f5c0eaffcf6bfea519318f5f7ae1210ba24_GH0.tar.gz) = 26383159416d950f31cc587deb6b3e87c605d673115bdb4e310e2d80c8315360 +SIZE (ghdl-ghdl-yosys-plugin-g20251221-a8883f5c0eaffcf6bfea519318f5f7ae1210ba24_GH0.tar.gz) = 84464 |
