aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMichael C . Wu <keichii@FreeBSD.org>2003-01-31 17:49:45 +0000
committerMichael C . Wu <keichii@FreeBSD.org>2003-01-31 17:49:45 +0000
commit01c6cdf8b1aa7d1607f8aeaa42f2c55c39594769 (patch)
tree8679420f30ca6e66cf75f2aea5f35ee2b0e75609 /cad
parent88ea324724b5c5686c88f683a91094b81e6ea987 (diff)
downloadports-01c6cdf8b1aa7d1607f8aeaa42f2c55c39594769.tar.gz
ports-01c6cdf8b1aa7d1607f8aeaa42f2c55c39594769.zip
Update to iverilog 0.7
Submitted by: Joachim Str?mbergson <watchman@ludd.luth.se>
Notes
Notes: svn path=/head/; revision=74363
Diffstat (limited to 'cad')
-rw-r--r--cad/iverilog/Makefile2
-rw-r--r--cad/iverilog/distinfo2
-rw-r--r--cad/iverilog/files/patch-driver_parse.y10
-rw-r--r--cad/iverilog/files/patch-parse.y19
-rw-r--r--cad/iverilog/files/patch-parse_misc.h12
-rw-r--r--cad/iverilog/pkg-plist6
6 files changed, 8 insertions, 43 deletions
diff --git a/cad/iverilog/Makefile b/cad/iverilog/Makefile
index 12db64a20f65..c54e737371aa 100644
--- a/cad/iverilog/Makefile
+++ b/cad/iverilog/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= iverilog
-PORTVERSION= 0.6
+PORTVERSION= 0.7
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION}/
DISTNAME= verilog-${PORTVERSION}
diff --git a/cad/iverilog/distinfo b/cad/iverilog/distinfo
index 9a0cd1f4d008..7bfda1f05889 100644
--- a/cad/iverilog/distinfo
+++ b/cad/iverilog/distinfo
@@ -1 +1 @@
-MD5 (verilog-0.6.tar.gz) = 506982a9700958dec4d15c494aa14394
+MD5 (verilog-0.7.tar.gz) = c8f09bc061e890242d39b9afc8e69698
diff --git a/cad/iverilog/files/patch-driver_parse.y b/cad/iverilog/files/patch-driver_parse.y
deleted file mode 100644
index 6838ca0b3fb2..000000000000
--- a/cad/iverilog/files/patch-driver_parse.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- driver/parse.y.orig Mon Dec 2 00:00:22 2002
-+++ driver/parse.y Mon Dec 2 00:00:33 2002
-@@ -133,6 +133,7 @@
- %%
-
- start: section_list
-+ ;
-
- section_list
- : section
diff --git a/cad/iverilog/files/patch-parse.y b/cad/iverilog/files/patch-parse.y
deleted file mode 100644
index 47d1930e4d2f..000000000000
--- a/cad/iverilog/files/patch-parse.y
+++ /dev/null
@@ -1,19 +0,0 @@
---- parse.y.orig Tue Jan 22 22:35:17 2002
-+++ parse.y Sun Dec 1 23:59:12 2002
-@@ -831,7 +831,7 @@
- tmp->set_file(@1.text);
- tmp->set_lineno(@1.first_line);
- $$ = tmp;
-- delete $1
-+ delete $1;
- }
- | identifier '[' expression ']'
- { PEIdent*tmp = new PEIdent(*$1);
-@@ -1046,6 +1046,7 @@
- delete $3;
- $$ = tmp;
- }
-+ ;
-
- list_of_ports
- : port_opt
diff --git a/cad/iverilog/files/patch-parse_misc.h b/cad/iverilog/files/patch-parse_misc.h
deleted file mode 100644
index 3753c5a21775..000000000000
--- a/cad/iverilog/files/patch-parse_misc.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- parse_misc.h.orig Sun Dec 1 23:51:26 2002
-+++ parse_misc.h Sun Dec 1 23:56:43 2002
-@@ -38,6 +38,9 @@
- const char*text;
- };
- # define YYLTYPE vlltype
-+#ifndef yylloc
-+#define yylloc VLlloc
-+#endif
- extern YYLTYPE yylloc;
-
- /*
diff --git a/cad/iverilog/pkg-plist b/cad/iverilog/pkg-plist
index 85b1fdddae72..567910afaf19 100644
--- a/cad/iverilog/pkg-plist
+++ b/cad/iverilog/pkg-plist
@@ -1,5 +1,8 @@
bin/iverilog
bin/vvp
+bin/iverilog-vpi
+include/acc_user.h
+include/veriuser.h
include/ivl_target.h
include/vvm.h
include/vpi_priv.h
@@ -17,7 +20,10 @@ lib/ivl/system.vpi
lib/ivl/ivlpp
lib/ivl/null.tgt
lib/ivl/vvp.tgt
+lib/libveriuser.a
lib/libvvm.a
lib/libvpi.a
lib/libvpip.a
@dirrm lib/ivl
+
+