summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-04-11 21:09:33 +0000
committerhubertf <hubertf@pkgsrc.org>2001-04-11 21:09:33 +0000
commit22f45e206c2ad46fc4a948a20a878bb5c394ff68 (patch)
tree7676f379bb4a09b24a6657fbc1431ef2242778a0 /misc
parent2587aad4b2f2450b9e90ca480c70ab6ab0f5ac8c (diff)
downloadpkgsrc-22f45e206c2ad46fc4a948a20a878bb5c394ff68.tar.gz
Last minute bug fix that didn't make it into the pkg.
Sent in private mail by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
Diffstat (limited to 'misc')
-rw-r--r--misc/fd/files/md54
-rw-r--r--misc/fd/files/patch-sum6
-rw-r--r--misc/fd/patches/patch-ab32
-rw-r--r--misc/fd/patches/patch-ac14
4 files changed, 52 insertions, 4 deletions
diff --git a/misc/fd/files/md5 b/misc/fd/files/md5
index a762f16e16e..c484ad1f66a 100644
--- a/misc/fd/files/md5
+++ b/misc/fd/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 2001/04/10 07:37:30 hubertf Exp $
+$NetBSD: md5,v 1.6 2001/04/11 21:09:33 hubertf Exp $
-MD5 (FD-1.03r.tar.gz) = 943d17ccc6257340c29db8362bac67fa
+SHA1 (FD-1.03r.tar.gz) = 51e1aae536c1fa086bcd94645a3f84ac43f661d0
diff --git a/misc/fd/files/patch-sum b/misc/fd/files/patch-sum
index 1fe6c777b6a..77f0205f96c 100644
--- a/misc/fd/files/patch-sum
+++ b/misc/fd/files/patch-sum
@@ -1,3 +1,5 @@
-$NetBSD: patch-sum,v 1.3 2000/10/19 04:26:40 hubertf Exp $
+$NetBSD: patch-sum,v 1.4 2001/04/11 21:09:33 hubertf Exp $
-MD5 (patch-aa) = 51a7b00d7b8b2682510c9e44df620112
+SHA1 (patch-aa) = 806474896350a5630e608f2b095a629c96616eab
+SHA1 (patch-ab) = 2a21c78e4b57e9e627b3ea39c3307f6b42782ff5
+SHA1 (patch-ac) = 2860300666b1ad498d4bc5b43b4ab4367cfc0792
diff --git a/misc/fd/patches/patch-ab b/misc/fd/patches/patch-ab
new file mode 100644
index 00000000000..6e7aab3d197
--- /dev/null
+++ b/misc/fd/patches/patch-ab
@@ -0,0 +1,32 @@
+$NetBSD: patch-ab,v 1.4 2001/04/11 21:09:34 hubertf Exp $
+
+From nobu@tech.isac.co.jp Wed Apr 11 23:06:35 2001
+Date: Tue, 10 Apr 2001 20:34:57 +0900
+From: Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
+To: hubertf@netbsd.org
+Cc: nobu@psrc.isac.co.jp, pkg-manager@netbsd.org
+Subject: Re: pkg/12596
+
+Hello, Hubert.
+
+Thank you for quick following.
+
+There is found last minute bug in this package. Please add
+following patch. (It's announce by source code auther)
+
+This fix was only this time. Next update will be removed.
+--
+Nobuhiro Yasutomi. ISAC, Inc.
+
+pkgsrc/misc/fd/patches/patch.ab:
+diff -urNP ../FD-1.03r/browse.c ./browse.c
+--- ../FD-1.03r/browse.c Tue Apr 3 00:00:00 2001
++++ ./browse.c Tue Apr 10 00:00:00 2001
+@@ -1305,6 +1305,7 @@
+ }
+ else if (_chdir2(cp) >= 0) strcpy(tmp, cp);
+ else {
++ *fullpath = '\0';
+ warning(-1, cp);
+ def = NULL;
+ strcpy(fullpath, origpath);
diff --git a/misc/fd/patches/patch-ac b/misc/fd/patches/patch-ac
new file mode 100644
index 00000000000..652c8357d07
--- /dev/null
+++ b/misc/fd/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.4 2001/04/11 21:09:34 hubertf Exp $
+
+diff -urNP ../FD-1.03r/shell.c ./shell.c
+--- ../FD-1.03r/shell.c Tue Apr 3 00:00:00 2001
++++ ./shell.c Tue Apr 10 00:00:00 2001
+@@ -240,7 +240,7 @@
+ if (flags & (F_NOEXT | F_TOSFN));
+ else if (c == '%') c = command[++i];
+ else {
+- line[j++] = c;
++ line[j++] = command[i];
+ #if !MSDOS
+ if (command[i] == META && command[i + 1]
+ && uneval != '\'')