-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes: -Added --slider-zoom option to gtkwave to enable experimental horizontal slider zoom feature -bugfixes
- Loading branch information
drochner
committed
Mar 16, 2011
1 parent
e681a9c
commit b789590
Showing
3 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.10 2010/11/02 18:15:28 drochner Exp $ | ||
$NetBSD: distinfo,v 1.11 2011/03/16 17:31:12 drochner Exp $ | ||
|
||
SHA1 (gtkwave-3.3.14.tar.gz) = 2722b5769b41033bdc6c02ac0e8f534f59c097dc | ||
RMD160 (gtkwave-3.3.14.tar.gz) = 841bb296b1cb8b8ef6a77e733785c867caf24814 | ||
Size (gtkwave-3.3.14.tar.gz) = 3164195 bytes | ||
SHA1 (patch-aa) = 485d6c5fe4ee0bdc46785b06d39d4b14d89f5f34 | ||
SHA1 (gtkwave-3.3.20.tar.gz) = 8c4bb635df8c6ffb4af153c2d806cb3aaf46d444 | ||
RMD160 (gtkwave-3.3.20.tar.gz) = 1ed6a8269a612d951e16252b7ecd4648ae20c0b1 | ||
Size (gtkwave-3.3.20.tar.gz) = 3228226 bytes | ||
SHA1 (patch-aa) = 01ffd1351aee27ae18d1047b08c50dbacb95153f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
$NetBSD: patch-aa,v 1.6 2010/11/02 18:15:28 drochner Exp $ | ||
$NetBSD: patch-aa,v 1.7 2011/03/16 17:31:12 drochner Exp $ | ||
|
||
--- configure.orig 2010-10-25 17:50:40.000000000 +0000 | ||
--- configure.orig 2010-11-29 03:56:39.000000000 +0000 | ||
+++ configure | ||
@@ -5152,7 +5152,7 @@ $as_echo "$EXZ" >&6; } | ||
@@ -4692,7 +4692,7 @@ echo "${ECHO_T}$EXZ" >&6 | ||
|
||
LIBXZ_LDADD= | ||
LIBXZ_CFLAGS= | ||
-if test "X$EXZ" == "Xyes"; then | ||
+if test "X$EXZ" = "Xyes"; then | ||
have_liblzma=no | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
@@ -5242,7 +5242,7 @@ fi | ||
$as_echo "$FASTTREE" >&6; } | ||
cat >conftest.$ac_ext <<_ACEOF | ||
/* confdefs.h. */ | ||
@@ -4841,7 +4841,7 @@ echo "$as_me:$LINENO: result: $FASTTREE" | ||
echo "${ECHO_T}$FASTTREE" >&6 | ||
|
||
FASTTREE_CFLAGS= | ||
-if test "X$FASTTREE" == "Xno"; then | ||
+if test "X$FASTTREE" = "Xno"; then | ||
FASTTREE_CFLAGS='-DWAVE_DISABLE_FAST_TREE' | ||
fi | ||
|
||
@@ -5269,7 +5269,7 @@ $as_echo "$EJUDY" >&6; } | ||
@@ -4868,7 +4868,7 @@ echo "${ECHO_T}$EJUDY" >&6 | ||
|
||
LIBJUDY_LDADD= | ||
LIBJUDY_CFLAGS= | ||
-if test "X$EJUDY" == "Xyes"; then | ||
+if test "X$EJUDY" = "Xyes"; then | ||
have_libjudy=no | ||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
/* end confdefs.h. */ | ||
cat >conftest.$ac_ext <<_ACEOF | ||
/* confdefs.h. */ |