diff options
author | mef <mef@pkgsrc.org> | 2014-02-15 16:21:15 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-02-15 16:21:15 +0000 |
commit | a392878c0f4102f84fbddb3b6a9d7eac02f8999a (patch) | |
tree | 9134c56d3b929955c9839fe1ba83b7cf71f81dc2 | |
parent | b30986f21c56077f9608fe1684f05f0934750608 (diff) | |
download | pkgsrc-a392878c0f4102f84fbddb3b6a9d7eac02f8999a.tar.gz |
Update 3.3.54 to 3.3.57
-----------------------
3.3.54 02jan14 Added LZ4 double compression on hierarchy tree for FST when
hierarchy size exceeds 4MB.
Fix to regular expression filtering when +I+ form expressions
are encountered in the SST. Previously, the wrong value of
regex match was used on 32-bit architectures due to the
stack layout.
Removed --disable-inline-asm ./configure flag as inline
assembly has been removed because it is generating incorrectly
in some cases on x86_64.
3.3.55 06feb14 Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when
Judy arrays are not present.
FST writer performance tweaks for traces with millions of
signal declarations.
Keep FSDB_VT_STREAM (FSDB transaction type) traces from
attempting to be read (for now) as they aren't yet processed.
Added more space efficient FST dynamic alias encoding.
Tempfile creation fix for Windows. Using tmpnam() is not
enough and fails depending on user permissions.
Make vcd2fst use FastLZ instead of LZ4 as a default compression
type if an EVCD file is being processed as it (re-)compresses
much better. Using -4/-F/-Z still gives expected results.
Changed double printf formatting for FSDB to "%.16g" to match
VCD formatting.
Added very fast I/O write capability to fst2vcd.
Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader.
Added experimental fsdb2vcd in contrib. It is not currently
compiled or used.
Fix to treesearch to remove duplicate signal names because of
faulty dumpers.
Repscript fix for if -R starts without a dumpfile name.
3.3.56 12feb14 Added another crash fix patch for GTK-OSX.
Fix to regex search to remove duplicate signal names because of
faulty dumpers.
Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl
is disabled.
Valgrind fix on deallocated context: old GLOBALS pointer could
be examined in set_GLOBALS_x().
Minor cleanup in treesearch_gtk2.c: removed redundant show
widget invocation.
Added missing compressBound() for compress2() dest mallocs.
3.3.57 13feb14 Fix for Electric Fence crash in vlist_freeze().
Updated LZ4 for version r113.
-rw-r--r-- | cad/gtkwave/Makefile | 4 | ||||
-rw-r--r-- | cad/gtkwave/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 14cb99a3d34..cd9cda15d69 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2014/01/21 15:07:38 drochner Exp $ +# $NetBSD: Makefile,v 1.54 2014/02/15 16:21:15 mef Exp $ # -DISTNAME= gtkwave-3.3.53 +DISTNAME= gtkwave-3.3.57 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkwave/} #MASTER_SITES= http://home.nc.rr.com/gtkwave/ diff --git a/cad/gtkwave/distinfo b/cad/gtkwave/distinfo index c83f15e58ae..69e2f89381a 100644 --- a/cad/gtkwave/distinfo +++ b/cad/gtkwave/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2014/01/21 15:07:38 drochner Exp $ +$NetBSD: distinfo,v 1.16 2014/02/15 16:21:15 mef Exp $ -SHA1 (gtkwave-3.3.53.tar.gz) = fdf1b748d58f08b00ddb68e45d9e1cd29ca835a4 -RMD160 (gtkwave-3.3.53.tar.gz) = 4cc5b099f674b3de83ea8f23c1f98c2216607617 -Size (gtkwave-3.3.53.tar.gz) = 4047679 bytes +SHA1 (gtkwave-3.3.57.tar.gz) = ec81f03bac12852f24717159fa202c5077dfbe68 +RMD160 (gtkwave-3.3.57.tar.gz) = 520743adac30636cb7a907da3758f3e076a26ee4 +Size (gtkwave-3.3.57.tar.gz) = 4051969 bytes SHA1 (patch-aa) = b734be7195cfcddf15ddc7741a53e9d32b56b1f2 SHA1 (patch-ab) = 94da015f3e7541c2e2b57644d166324de67f1a2c SHA1 (patch-contrib_bundle__for__osx_gtkwave__bin__launcher.sh) = ca5fcdf744a4f89d06385f3d80696732295f8760 |