aboutsummaryrefslogtreecommitdiffstats
path: root/mail/tkrat2/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-29 11:57:16 +0800
committersteve <steve@FreeBSD.org>1999-11-29 11:57:16 +0800
commit10a5d4313a76679ab735791d0a0a0ea12a8192f2 (patch)
treee737eb065bb2ed814a45df1c5e90f4261cb12400 /mail/tkrat2/files
parent81100d891f50f8808c11c758d1d699f71dcf1474 (diff)
downloadfreebsd-ports-gnome-10a5d4313a76679ab735791d0a0a0ea12a8192f2.tar.gz
freebsd-ports-gnome-10a5d4313a76679ab735791d0a0a0ea12a8192f2.tar.zst
freebsd-ports-gnome-10a5d4313a76679ab735791d0a0a0ea12a8192f2.zip
Update to Tcl/Tk version 8.2.
Diffstat (limited to 'mail/tkrat2/files')
-rw-r--r--mail/tkrat2/files/patch-aa17
1 files changed, 14 insertions, 3 deletions
diff --git a/mail/tkrat2/files/patch-aa b/mail/tkrat2/files/patch-aa
index db240c7008af..8a2cb799cc42 100644
--- a/mail/tkrat2/files/patch-aa
+++ b/mail/tkrat2/files/patch-aa
@@ -1,11 +1,22 @@
---- configure.back Sat May 16 13:48:48 1998
-+++ configure Sat May 16 14:27:13 1998
+--- configure.orig Tue Jan 13 14:42:59 1998
++++ configure Sun Nov 28 21:15:24 1999
+@@ -875,8 +875,8 @@
+ test -n "$AWK" && break
+ done
+
+-# Extract the first word of "tclsh8.0", so it can be a program name with args.
+-set dummy tclsh8.0; ac_word=$2
++# Extract the first word of "tclsh8.2", so it can be a program name with args.
++set dummy tclsh8.2; ac_word=$2
+ echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
+ echo "configure:882: checking for $ac_word" >&5
+ if eval "test \"`echo '$''{'ac_cv_path_tclsh'+set}'`\" = set"; then
@@ -1994,7 +1994,7 @@
for i in $tcl_dirs ; do
tcl_include_dirs="$tcl_include_dirs $i/include"
done
-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
-+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.0 /usr/local/include/tk8.0 /usr/include"
++tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include"
tcl_dir=0
for i in $tcl_include_dirs ; do
if test -r $i/tcl.h ; then