diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-01 05:07:29 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-01 05:07:29 +0800 |
commit | e70726448b2cfae526baac19bdabdd922428426c (patch) | |
tree | 0d95df2bb589caa18e04e4e6517181c88f0b7f18 /cad | |
parent | a00d50aa7a39d72791c610b0efad0081b9f68512 (diff) | |
download | freebsd-ports-gnome-e70726448b2cfae526baac19bdabdd922428426c.tar.gz freebsd-ports-gnome-e70726448b2cfae526baac19bdabdd922428426c.tar.zst freebsd-ports-gnome-e70726448b2cfae526baac19bdabdd922428426c.zip |
cad/ghdl: Update 0.36-1072 -> 0.37
Reported by: portscout
Diffstat (limited to 'cad')
-rw-r--r-- | cad/ghdl/Makefile | 3 | ||||
-rw-r--r-- | cad/ghdl/distinfo | 6 | ||||
-rw-r--r-- | cad/ghdl/files/patch-configure | 19 | ||||
-rw-r--r-- | cad/ghdl/pkg-plist | 7 |
4 files changed, 10 insertions, 25 deletions
diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index 3e1cd3577e9f..8676b4d96fbc 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -3,8 +3,7 @@ PORTNAME= ghdl DISTVERSIONPREFIX= v -DISTVERSION= 0.36-1072 -DISTVERSIONSUFFIX= -ga08e8ce8 +DISTVERSION= 0.37 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/ghdl/distinfo b/cad/ghdl/distinfo index 792f908d03dc..0afea756759a 100644 --- a/cad/ghdl/distinfo +++ b/cad/ghdl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1571730872 -SHA256 (ghdl-ghdl-v0.36-1072-ga08e8ce8_GH0.tar.gz) = 9a0bfe7d4f86277ea53759a4b66e59476764f5727b8aae9c0e830f7b6c8e3c3e -SIZE (ghdl-ghdl-v0.36-1072-ga08e8ce8_GH0.tar.gz) = 4596008 +TIMESTAMP = 1583007930 +SHA256 (ghdl-ghdl-v0.37_GH0.tar.gz) = 3008616201cc3b0b596872e4ad59d8bc36e6ee3ff798bdce066828fbdad041e4 +SIZE (ghdl-ghdl-v0.37_GH0.tar.gz) = 4770478 diff --git a/cad/ghdl/files/patch-configure b/cad/ghdl/files/patch-configure index 6ad69ebc9459..92c2c676b25b 100644 --- a/cad/ghdl/files/patch-configure +++ b/cad/ghdl/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2019-10-21 19:07:51 UTC +--- configure.orig 2020-02-28 21:25:18 UTC +++ configure @@ -114,8 +114,6 @@ for opt do --enable-coverage) build_mode="coverage";; @@ -9,22 +9,7 @@ ;; esac done -@@ -164,10 +162,10 @@ if ! grep $pat $srcdir/configure > /dev/null 2>&1; the - exit 1 - fi - --if ! `cmp --help > /dev/null 2>&1`; then -- echo "Sorry, you need 'cmp' to configure GHDL."; -- exit 1 --fi -+#if ! `cmp --help > /dev/null 2>&1`; then -+# echo "Sorry, you need 'cmp' to configure GHDL."; -+# exit 1 -+#fi - - if ! cmp $srcdir/configure $abs_srcdir/configure > /dev/null 2>&1; then - echo "Cannot compute absolute source dir (or incorrect srcdir)" -@@ -368,6 +366,7 @@ if test $backend = mcode; then +@@ -374,6 +372,7 @@ if test $backend = mcode; then *darwin*) ortho_flags="Flags_Macosx${mcode64}" ;; *mingw32*) ortho_flags="Flags_Windows${mcode64}" ;; *linux*) ortho_flags="Flags_Linux${mcode64}" ;; diff --git a/cad/ghdl/pkg-plist b/cad/ghdl/pkg-plist index 2bcf3b2e4296..5b0ffa1d9134 100644 --- a/cad/ghdl/pkg-plist +++ b/cad/ghdl/pkg-plist @@ -105,6 +105,7 @@ lib/ghdl/src/ieee/v93/numeric_std-body.vhdl lib/ghdl/src/ieee/v93/numeric_std.vhdl lib/ghdl/src/ieee/v93/std_logic_1164-body.vhdl lib/ghdl/src/ieee/v93/std_logic_1164.vhdl +lib/ghdl/src/ieee2008/LICENSE lib/ghdl/src/ieee2008/fixed_float_types.vhdl lib/ghdl/src/ieee2008/fixed_generic_pkg-body.vhdl lib/ghdl/src/ieee2008/fixed_generic_pkg.vhdl @@ -135,13 +136,13 @@ lib/ghdl/src/openieee/upf-body.vhdl lib/ghdl/src/openieee/upf.vhdl lib/ghdl/src/std/env-body.vhdl lib/ghdl/src/std/env.vhdl -lib/ghdl/src/std/standard.v08 -lib/ghdl/src/std/standard.v87 -lib/ghdl/src/std/standard.v93 +lib/ghdl/src/std/v08/standard.vhdl lib/ghdl/src/std/v08/textio-body.vhdl lib/ghdl/src/std/v08/textio.vhdl +lib/ghdl/src/std/v87/standard.vhdl lib/ghdl/src/std/v87/textio-body.vhdl lib/ghdl/src/std/v87/textio.vhdl +lib/ghdl/src/std/v93/standard.vhdl lib/ghdl/src/std/v93/textio-body.vhdl lib/ghdl/src/std/v93/textio.vhdl lib/ghdl/src/synopsys/std_logic_arith.vhdl |