summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-10-20 04:16:20 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-10-20 04:16:20 +0000
commitc146e8f10849ad6757efb6700299d4931266e3b3 (patch)
tree82d1cdfb5cb3669180184a0051bf3fe6a1e0a291
parente7b4ef0d1fcbd115d3a5efce418d61388cc5d1be (diff)
downloadpkgsrc-c146e8f10849ad6757efb6700299d4931266e3b3.tar.gz
fix the bug reported in PR pkg/10782
Many thanks to Keith Reynolds <keithr@keithr.com> (the author of the program) for a very quick response and providing the bug fix. Had I been thinking I would have asked him sooner.
-rw-r--r--net/tkicb/files/patch-sum3
-rw-r--r--net/tkicb/patches/patch-ac11
2 files changed, 13 insertions, 1 deletions
diff --git a/net/tkicb/files/patch-sum b/net/tkicb/files/patch-sum
index e82382bf8ca..73fc35e54ad 100644
--- a/net/tkicb/files/patch-sum
+++ b/net/tkicb/files/patch-sum
@@ -1,4 +1,5 @@
-$NetBSD: patch-sum,v 1.2 2000/08/31 16:28:31 jwise Exp $
+$NetBSD: patch-sum,v 1.3 2000/10/20 04:16:20 dmcmahill Exp $
MD5 (patch-aa) = cf2bc494eaeaf5f23363c9aa77286900
MD5 (patch-ab) = 7d335d980486839c12a19d1143542e93
+MD5 (patch-ac) = 8ff1e817ca3cdd352d2e95059957b29a
diff --git a/net/tkicb/patches/patch-ac b/net/tkicb/patches/patch-ac
new file mode 100644
index 00000000000..3e292b78548
--- /dev/null
+++ b/net/tkicb/patches/patch-ac
@@ -0,0 +1,11 @@
+$NetBSD: patch-ac,v 1.1 2000/10/20 04:16:20 dmcmahill Exp $
+
+--- tcl/util.tcl.orig Mon Jun 1 14:53:11 1998
++++ tcl/util.tcl Thu Oct 19 23:43:11 2000
+@@ -73,5 +73,5 @@
+ incr index -1
+
+- if {$index == 0} {
++ if {$index == $start} {
+ set index [expr $start + $maxLength]
+ break