1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

cad/yosys: Update 0.13 -> 0.14

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-02-10 11:47:52 -08:00
parent f0a48f0f28
commit 69fb05d4ba
4 changed files with 25 additions and 4 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= yosys
DISTVERSIONPREFIX= yosys-
DISTVERSION= 0.13
DISTVERSION= 0.14
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1642267779
SHA256 (YosysHQ-yosys-yosys-0.13_GH0.tar.gz) = 004c203cb516887a8c76678a1fd76381198a8c46a17f4d893c34b7521df894b5
SIZE (YosysHQ-yosys-yosys-0.13_GH0.tar.gz) = 2066136
TIMESTAMP = 1644343025
SHA256 (YosysHQ-yosys-yosys-0.14_GH0.tar.gz) = 8216ab178c0da7da427da806187b556c95a47322c535f2a4e0475197cdf0f2d3
SIZE (YosysHQ-yosys-yosys-0.14_GH0.tar.gz) = 2151217

View File

@ -0,0 +1,14 @@
--- libs/fst/fstapi.cc.orig 2022-02-10 19:07:14 UTC
+++ libs/fst/fstapi.cc
@@ -62,7 +62,11 @@
#endif
#ifdef HAVE_ALLOCA_H
+#if defined(__FreeBSD__)
+#include <stdlib.h>
+#else
#include <alloca.h>
+#endif
#elif defined(__GNUC__)
#ifndef __MINGW32__
#ifndef alloca

View File

@ -9,6 +9,11 @@ bin/yosys-smtbmc
%%DATADIR%%/achronix/speedster22i/cells_sim.v
%%DATADIR%%/adff2dff.v
%%DATADIR%%/anlogic/arith_map.v
%%DATADIR%%/anlogic/brams.txt
%%DATADIR%%/anlogic/brams_init_16.vh
%%DATADIR%%/anlogic/brams_init_8.vh
%%DATADIR%%/anlogic/brams_init_9.vh
%%DATADIR%%/anlogic/brams_map.v
%%DATADIR%%/anlogic/cells_map.v
%%DATADIR%%/anlogic/cells_sim.v
%%DATADIR%%/anlogic/eagle_bb.v
@ -108,6 +113,7 @@ bin/yosys-smtbmc
%%DATADIR%%/include/kernel/constids.inc
%%DATADIR%%/include/kernel/ff.h
%%DATADIR%%/include/kernel/ffinit.h
%%DATADIR%%/include/kernel/fstdata.h
%%DATADIR%%/include/kernel/hashlib.h
%%DATADIR%%/include/kernel/log.h
%%DATADIR%%/include/kernel/macc.h
@ -122,6 +128,7 @@ bin/yosys-smtbmc
%%DATADIR%%/include/kernel/yosys.h
%%DATADIR%%/include/libs/ezsat/ezminisat.h
%%DATADIR%%/include/libs/ezsat/ezsat.h
%%DATADIR%%/include/libs/fst/fstapi.h
%%DATADIR%%/include/libs/json11/json11.hpp
%%DATADIR%%/include/libs/sha1/sha1.h
%%DATADIR%%/include/passes/fsm/fsmdata.h