aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tk83
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-07-24 14:18:20 +0800
committerdinoex <dinoex@FreeBSD.org>2003-07-24 14:18:20 +0800
commitbed57057ccc3a6ec26249ead5e5bba8922d42ed6 (patch)
tree8d272bc60373d4e7cb28400223d614f4effbebd4 /x11-toolkits/tk83
parent9f3216b803a1bbed9198c19d084d47208e918549 (diff)
downloadfreebsd-ports-gnome-bed57057ccc3a6ec26249ead5e5bba8922d42ed6.tar.gz
freebsd-ports-gnome-bed57057ccc3a6ec26249ead5e5bba8922d42ed6.tar.zst
freebsd-ports-gnome-bed57057ccc3a6ec26249ead5e5bba8922d42ed6.zip
- Use Tab to navigate forward through interface elements. Notice that Shift-Tab has no effect.
PR: 39946 Submitted by: eps+fbsdbugs@mooseriver.com
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r--x11-toolkits/tk83/Makefile2
-rw-r--r--x11-toolkits/tk83/files/patch-tk.tcl10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile
index 873d2aec3857..2bf3c8fc0d39 100644
--- a/x11-toolkits/tk83/Makefile
+++ b/x11-toolkits/tk83/Makefile
@@ -7,7 +7,7 @@
PORTNAME= tk
PORTVERSION= 8.3.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits tk83
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcl
diff --git a/x11-toolkits/tk83/files/patch-tk.tcl b/x11-toolkits/tk83/files/patch-tk.tcl
new file mode 100644
index 000000000000..0a6ca86ff659
--- /dev/null
+++ b/x11-toolkits/tk83/files/patch-tk.tcl
@@ -0,0 +1,10 @@
+--- ../library/tk.tcl.orig Fri Jun 7 02:54:55 2002
++++ ../library/tk.tcl
+@@ -304,6 +304,7 @@
+ if {[info exists tcl_platform(os)]} {
+ switch $tcl_platform(os) {
+ "IRIX" -
++ "FreeBSD" -
+ "Linux" { event add <<PrevWindow>> <ISO_Left_Tab> }
+ "HP-UX" {
+ # This seems to be correct on *some* HP systems.