pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/iverilog (cad/iverilog) Fix build, adapting to bis...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ffe600deee5
branches: trunk
changeset: 439701:7ffe600deee5
user: mef <mef%pkgsrc.org@localhost>
date: Sun Sep 27 13:48:21 2020 +0000
description:
(cad/iverilog) Fix build, adapting to bison 3.7.1
diffstat:
cad/iverilog/distinfo | 4 ++--
cad/iverilog/patches/patch-tgt-pcb_Makefile.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r d7e6a0c0513c -r 7ffe600deee5 cad/iverilog/distinfo
--- a/cad/iverilog/distinfo Sun Sep 27 13:12:17 2020 +0000
+++ b/cad/iverilog/distinfo Sun Sep 27 13:48:21 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2020/03/26 02:37:14 joerg Exp $
+$NetBSD: distinfo,v 1.5 2020/09/27 13:48:21 mef Exp $
SHA1 (verilog-10.1.1.tar.gz) = 7f4cead8cabb90cc4525951357c43866ca710749
RMD160 (verilog-10.1.1.tar.gz) = 77c933b712ab027b13a81e3eead7ee4f565741b7
@@ -7,6 +7,6 @@
SHA1 (patch-Makefile.in) = 9e66fedfa8487be3b7f82c152504404545f8bd06
SHA1 (patch-aa) = cf075110416f6db0892129796cd83b8ae8de55fa
SHA1 (patch-cadpli_Makefile.in) = ed21a5f529ac449c26b831cbd5fde052d9ed5466
-SHA1 (patch-tgt-pcb_Makefile.in) = a1f77b1763cdcb19bc304708c83f34359f9a3917
+SHA1 (patch-tgt-pcb_Makefile.in) = 0ea212a678aabd7e3d131322fd1a867b3e22611f
SHA1 (patch-vhdlpp_Makefile.in) = feed15f8e8e60c73b0f1f25a62d30fec7fa25a01
SHA1 (patch-vvp_Makefile.in) = 67bef8f6bbf03c8cf548785f5d8124e03771026a
diff -r d7e6a0c0513c -r 7ffe600deee5 cad/iverilog/patches/patch-tgt-pcb_Makefile.in
--- a/cad/iverilog/patches/patch-tgt-pcb_Makefile.in Sun Sep 27 13:12:17 2020 +0000
+++ b/cad/iverilog/patches/patch-tgt-pcb_Makefile.in Sun Sep 27 13:48:21 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-tgt-pcb_Makefile.in,v 1.1 2020/03/26 02:37:14 joerg Exp $
+$NetBSD: patch-tgt-pcb_Makefile.in,v 1.2 2020/09/27 13:48:21 mef Exp $
--- tgt-pcb/Makefile.in.orig 2020-03-25 22:40:55.245547401 +0000
+++ tgt-pcb/Makefile.in
@@ -11,7 +11,7 @@
- mv fp.cc.h $@ 2>/dev/null || mv fp.hh $@
+ $(YACC) --verbose -t -p fp -d -o fp-tmp1.cc $< && mv fp-tmp1.cc $@
+fp.h: $(srcdir)/fp.y
-+ $(YACC) --verbose -t -p fp -d -o fp-tmp1.cc $< && mv fp-tmp1.hh $@
++ $(YACC) --verbose -t -p fp -d -o fp-tmp1.cc $< && cp -f fp-tmp1.hh $@
ifeq (@WIN32@,yes)
TGTLDFLAGS=-L.. -livl
Home |
Main Index |
Thread Index |
Old Index