summaryrefslogtreecommitdiff
path: root/x11/tkman/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tkman/patches/patch-ad')
-rw-r--r--x11/tkman/patches/patch-ad42
1 files changed, 21 insertions, 21 deletions
diff --git a/x11/tkman/patches/patch-ad b/x11/tkman/patches/patch-ad
index ce8f19c2cac..7df8748689e 100644
--- a/x11/tkman/patches/patch-ad
+++ b/x11/tkman/patches/patch-ad
@@ -1,22 +1,22 @@
-$NetBSD: patch-ad,v 1.1 2000/09/01 03:14:16 fredb Exp $
+$NetBSD: patch-ad,v 1.2 2006/03/03 04:03:28 minskim Exp $
---- tkman.tcl.orig Thu Jun 22 17:39:42 2000
-+++ tkman.tcl Thu Aug 31 21:42:09 2000
-@@ -2353,7 +2353,7 @@
- set os [string tolower $tcl_platform(os)]; set osvers $tcl_platform(osVersion)
- set setup ""; # most OSes work without configuration file
-
-- # three trouble makers
-+ # trouble makers
- if {[string equal $os "sunos"] && $osvers>=5.0} {
- set setup solaris
- if {$osvers>=5.7} {append setup "28"
-@@ -2363,6 +2363,8 @@
- set setup irix
- } elseif {[string equal $os "sco_sv"]} {
- set setup $os
-+ } elseif {[string match "netbsd*" $os]} {
-+ set setup netbsd
- }
- #puts stderr "\afound $setup"
-
+--- tkman.tcl.orig 2003-04-01 15:31:38.000000000 -0800
++++ tkman.tcl
+@@ -2355,7 +2355,7 @@ if {$manx(startup) ne "" && ![file exist
+ set os [string tolower $tcl_platform(os)]; set osvers $tcl_platform(osVersion)
+ set setup ""; # most OSes work without configuration file
+
+- # three trouble makers
++ # trouble makers
+ if {$os eq "sunos" && $osvers>=5.0} {
+ set setup solaris
+ if {$osvers>=5.7} {append setup "28"
+@@ -2365,6 +2365,8 @@ if {$manx(startup) ne "" && ![file exist
+ set setup irix
+ } elseif {$os eq "sco_sv"} {
+ set setup $os
++ } elseif {[string match "netbsd*" $os]} {
++ set setup netbsd
+ }
+ #puts stderr "\afound $setup"
+