diff options
Diffstat (limited to 'mbone/rat/patches/patch-aa')
-rw-r--r-- | mbone/rat/patches/patch-aa | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/mbone/rat/patches/patch-aa b/mbone/rat/patches/patch-aa index ec61d4900ef..cd0f591b954 100644 --- a/mbone/rat/patches/patch-aa +++ b/mbone/rat/patches/patch-aa @@ -101,38 +101,6 @@ + #ifdef SunOS_5 #define OSNAME "Solaris" -*** tcl/init.tcl~ Wed Mar 5 07:39:39 1997 ---- tcl/init.tcl Thu Mar 5 16:44:45 1998 -*************** -*** 16,20 **** - error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" - } -! package require -exact Tcl 7.6 - if [catch {set auto_path $env(TCLLIBPATH)}] { - set auto_path "" ---- 16,20 ---- - error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" - } -! package require -exact Tcl 8.0 - if [catch {set auto_path $env(TCLLIBPATH)}] { - set auto_path "" -*** tk/aatk.tcl~ Wed Mar 5 07:41:01 1997 ---- tk/aatk.tcl Thu Mar 5 16:44:54 1998 -*************** -*** 14,19 **** - # Insist on running with compatible versions of Tcl and Tk. - -! package require -exact Tk 4.2 -! package require -exact Tcl 7.6 - - # Add Tk's directory to the end of the auto-load search path, if it ---- 14,19 ---- - # Insist on running with compatible versions of Tcl and Tk. - -! package require -exact Tk 8.0 -! package require -exact Tcl 8.0 - - # Add Tk's directory to the end of the auto-load search path, if it *** /dev/null Thu Mar 5 16:59:30 1998 --- Makefile_NetBSD_1 Thu Mar 5 16:41:44 1998 *************** @@ -156,8 +124,8 @@ + * AUTHOR: Isidor Kouvelas + * MODIFIED: Colin Perkins + * -+ * $Revision: 1.1 $ -+ * $Date: 1998/03/05 22:26:25 $ ++ * $Revision: 1.2 $ ++ * $Date: 1998/05/04 23:42:39 $ + * + * Copyright (c) 1995,1996 University College London + * All rights reserved. |