- Update to 0.8.3

This commit is contained in:
Stanislav Sedov 2006-11-01 23:28:09 +00:00
parent c48809861c
commit 6538ef1938
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176137
4 changed files with 14 additions and 15 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= iverilog
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]$,,}/ \
ftp://ftp.geda.seul.org/pub/geda/dist/

View File

@ -1,3 +1,3 @@
MD5 (verilog-0.8.2.tar.gz) = 41650504e4460508a0800008a2628e07
SHA256 (verilog-0.8.2.tar.gz) = c0df02855d547b0b73d3c020f4cc884319fde8f449ab216abcb685639ff69f08
SIZE (verilog-0.8.2.tar.gz) = 1526676
MD5 (verilog-0.8.3.tar.gz) = ba39ba4a708908453c492acb529682f8
SHA256 (verilog-0.8.3.tar.gz) = 799a20a193ba34d74a14128f1f4494714619a035adad967283dc51c7b994079d
SIZE (verilog-0.8.3.tar.gz) = 1568131

View File

@ -1,11 +0,0 @@
--- PExpr.h.orig Mon Oct 2 20:26:17 2006
+++ PExpr.h Mon Oct 2 20:26:23 2006
@@ -324,7 +324,7 @@
virtual NetEConst*elaborate_expr(Design*des, NetScope*,
bool sys_task_arg =false) const;
virtual NetEConst*elaborate_pexpr(Design*des, NetScope*sc) const;
- verinum* PEString::eval_const(const Design*, const NetScope*) const;
+ verinum* eval_const(const Design*, const NetScope*) const;
virtual bool is_constant(Module*) const;

View File

@ -0,0 +1,10 @@
--- vvp/decoder.cc.orig Thu Nov 2 02:00:59 2006
+++ vvp/decoder.cc Thu Nov 2 02:01:07 2006
@@ -22,7 +22,6 @@
# include "functor.h"
# include "symbols.h"
# include <stdlib.h>
-# include <malloc.h>
# include <limits.h>
# include <assert.h>