- Update to 0.9.2.

This commit is contained in:
Stanislav Sedov 2010-01-08 23:51:49 +00:00
parent f573240fd2
commit f364de9a6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247426
3 changed files with 5 additions and 24 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= iverilog
PORTVERSION= 0.9.1
PORTVERSION= 0.9.2
PORTREVISION= 0
CATEGORIES= cad
MASTER_SITES= ftp://icarus.com/pub/eda/verilog/v${PORTVERSION:C,\.[0-9]$,,}/ \
@ -22,7 +22,7 @@ USE_BISON= build
USE_GMAKE= yes
USE_GNOME= gnometarget
CONFIGURE_ARGS= --disable-suffix --without-valgrind
CONFIGURE_ARGS= --disable-suffix
MAN1= iverilog-vpi.1 iverilog.1 vvp.1

View file

@ -1,3 +1,3 @@
MD5 (verilog-0.9.1.tar.gz) = 91e8f40d995bf5ded7b847fcc02a98bf
SHA256 (verilog-0.9.1.tar.gz) = 3fdb95b921a07762ac14376ef802343b707566735b4d1eb2768bc08d955985ea
SIZE (verilog-0.9.1.tar.gz) = 1113403
MD5 (verilog-0.9.2.tar.gz) = e3b3409f0a7aa382c0bfbb019655f647
SHA256 (verilog-0.9.2.tar.gz) = 321b6f32b5608d7cdd745a9ff8e21f3e2ec1feba9f0e3f92d8bd7042d80647c3
SIZE (verilog-0.9.2.tar.gz) = 1127067

View file

@ -1,19 +0,0 @@
--- configure.orig 2009-03-21 02:18:34.000000000 +0300
+++ configure 2009-06-09 16:26:55.000000000 +0400
@@ -6409,15 +6409,10 @@
# valgrind checks
-# Check whether --with-valgrind was given.
-if test "${with_valgrind+set}" = set; then
- withval=$with_valgrind;
-else
check_valgrind=yes
-fi
-if test "x$check_valgrind" == xyes; then
+if test "x$check_valgrind" = "xyes"; then
{ echo "$as_me:$LINENO: Not using valgrind hooks" >&5
echo "$as_me: Not using valgrind hooks" >&6;}
else