svn commit: r527471 - in head/cad/ghdl: . files
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 29 21:07:31 UTC 2020
Author: yuri
Date: Sat Feb 29 21:07:29 2020
New Revision: 527471
URL: https://svnweb.freebsd.org/changeset/ports/527471
Log:
cad/ghdl: Update 0.36-1072 -> 0.37
Reported by: portscout
Modified:
head/cad/ghdl/Makefile
head/cad/ghdl/distinfo
head/cad/ghdl/files/patch-configure
head/cad/ghdl/pkg-plist
Modified: head/cad/ghdl/Makefile
==============================================================================
--- head/cad/ghdl/Makefile Sat Feb 29 20:57:10 2020 (r527470)
+++ head/cad/ghdl/Makefile Sat Feb 29 21:07:29 2020 (r527471)
@@ -3,8 +3,7 @@
PORTNAME= ghdl
DISTVERSIONPREFIX= v
-DISTVERSION= 0.36-1072
-DISTVERSIONSUFFIX= -ga08e8ce8
+DISTVERSION= 0.37
CATEGORIES= cad
MAINTAINER= yuri at FreeBSD.org
Modified: head/cad/ghdl/distinfo
==============================================================================
--- head/cad/ghdl/distinfo Sat Feb 29 20:57:10 2020 (r527470)
+++ head/cad/ghdl/distinfo Sat Feb 29 21:07:29 2020 (r527471)
@@ -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
Modified: head/cad/ghdl/files/patch-configure
==============================================================================
--- head/cad/ghdl/files/patch-configure Sat Feb 29 20:57:10 2020 (r527470)
+++ head/cad/ghdl/files/patch-configure Sat Feb 29 21:07:29 2020 (r527471)
@@ -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}" ;;
Modified: head/cad/ghdl/pkg-plist
==============================================================================
--- head/cad/ghdl/pkg-plist Sat Feb 29 20:57:10 2020 (r527470)
+++ head/cad/ghdl/pkg-plist Sat Feb 29 21:07:29 2020 (r527471)
@@ -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
More information about the svn-ports-head
mailing list