summaryrefslogtreecommitdiff
path: root/x11/tkinfo/patches
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>1999-10-08 01:45:37 +0000
committerfredb <fredb@pkgsrc.org>1999-10-08 01:45:37 +0000
commit73940191de3e18d7baee40f0daf131af53d01d4a (patch)
tree44481e99d6a52eb2e56d9b6e5174d5610315a5b7 /x11/tkinfo/patches
parent7691ce8b26a5da9918abce1790e147c96523bae2 (diff)
downloadpkgsrc-73940191de3e18d7baee40f0daf131af53d01d4a.tar.gz
Update tkinfo to 2.5. Minor ease of use features, cosmetic changes,
bug fixes. Now has a man page. - - Fix search paths to include both LOCALBASE and X11BASE. - - Add Sunsite mirror to MASTER_SITES.
Diffstat (limited to 'x11/tkinfo/patches')
-rw-r--r--x11/tkinfo/patches/patch-aa23
1 files changed, 14 insertions, 9 deletions
diff --git a/x11/tkinfo/patches/patch-aa b/x11/tkinfo/patches/patch-aa
index deaf870ecba..54500627912 100644
--- a/x11/tkinfo/patches/patch-aa
+++ b/x11/tkinfo/patches/patch-aa
@@ -1,22 +1,27 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:18:19 agc Exp $
+$NetBSD: patch-aa,v 1.4 1999/10/08 01:45:38 fredb Exp $
---- tkinfo.orig Wed Jun 18 20:17:45 1997
-+++ tkinfo Fri Oct 24 22:34:48 1997
+--- tkinfo.orig Wed Apr 29 17:53:41 1998
++++ tkinfo Fri Oct 1 14:39:53 1999
@@ -1,6 +1,6 @@
#!/bin/sh
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
-exec wish "$0" "$@"
+exec wish8.0 "$0" "$@"
+
##########################################################################
- # Version of TkInfo:
-@@ -484,7 +484,8 @@
+@@ -509,11 +509,9 @@
proc tkiInit { } {
global tki env auto_path tkiEmbed geometry
- set defInfoPath [list . \
+- /usr/info /usr/local/info /usr/local/gnu/info \
+- /usr/local/emacs/info /usr/local/lib/emacs/info \
+- /usr/lib/xemacs/info /usr/local/lib/xemacs/info \
+- /usr/gnu/info \
+ set defInfoPath [list . /usr/share/info \
-+ @PREFIX@/info \
- /usr/info /usr/local/info /usr/local/gnu/info \
- /usr/local/emacs/info /usr/local/lib/emacs/info \
- /usr/lib/xemacs/info /usr/local/lib/xemacs/info \
++ @LOCALBASE@/info @X11BASE@/info \
++ /usr/info /usr/local/info \
+ ]
+
+ set defInfoSuffix [list .info -info ""]