diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-30 13:46:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-30 13:46:03 +0000 |
commit | 6b1f4b2de698eb371be098a600952122f5e5565e (patch) | |
tree | 113b75fe8bf5444a1a45f3dc9ea97e1227d81a7b /misc/fd/patches | |
parent | 16b3502a1451e851bf14afa1ff58468139f7e8dd (diff) | |
download | pkgsrc-6b1f4b2de698eb371be098a600952122f5e5565e.tar.gz |
Update to 1.03u by Nobuhiro Yasutomi in pkg/15058.
Relevant changes since 1.03t:
- fix abnormal terminate when archiver miss registration.
- fix strings handle include '\' code.
- fix terminal control processing.
- INPUTKCODE work again.
- collect ALT behavior when strings input.
Diffstat (limited to 'misc/fd/patches')
-rw-r--r-- | misc/fd/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/fd/patches/patch-aa b/misc/fd/patches/patch-aa index 30825acfdca..81abafd530a 100644 --- a/misc/fd/patches/patch-aa +++ b/misc/fd/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.4 2000/10/19 04:26:40 hubertf Exp $ +$NetBSD: patch-aa,v 1.5 2001/12/30 13:46:04 wiz Exp $ ---- Makefile.in.orig Wed Oct 11 17:00:00 2000 -+++ Makefile.in -@@ -3,7 +3,7 @@ - # +--- Makefile.in.orig Tue Dec 18 00:00:00 2001 ++++ Makefile.in Wed Dec 19 13:02:55 2001 +@@ -4,7 +4,7 @@ TITLE = FD- + VERSION = __VERSION__ -PREFIX = /usr/local +PREFIX ?= /usr/local MANSEC = 1 |