diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:47:30 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:47:30 +0800 |
commit | 4a6f3069ad29df95311c97672d91e8dd26e2f819 (patch) | |
tree | 189cc44ea51fb6f47a3d922af115ecbc52666112 /mail/postilion/files | |
parent | 677137786a7160dc6d802ced2c42d5c875227e3d (diff) | |
download | freebsd-ports-gnome-4a6f3069ad29df95311c97672d91e8dd26e2f819.tar.gz freebsd-ports-gnome-4a6f3069ad29df95311c97672d91e8dd26e2f819.tar.zst freebsd-ports-gnome-4a6f3069ad29df95311c97672d91e8dd26e2f819.zip |
Update to use Tcl/Tk version 8.2. Commented out the STEPIFY stuff for
now since we don't have tkstep82 yet.
Diffstat (limited to 'mail/postilion/files')
-rw-r--r-- | mail/postilion/files/options.tcl | 4 | ||||
-rw-r--r-- | mail/postilion/files/patch-aa | 26 |
2 files changed, 26 insertions, 4 deletions
diff --git a/mail/postilion/files/options.tcl b/mail/postilion/files/options.tcl index c5e66b7aaa0c..f370633dd85a 100644 --- a/mail/postilion/files/options.tcl +++ b/mail/postilion/files/options.tcl @@ -648,8 +648,8 @@ proc OptionsInit {} { # Message finding fields set option(msgfind_format) "%s%n%b%D" - # Should we warn about tk version 8.0 - set option(warn_tk80) 1 + # Should we warn about tk version 8.2 + set option(warn_tk82) 1 ## Ispell options # Turn Ispell On/Off diff --git a/mail/postilion/files/patch-aa b/mail/postilion/files/patch-aa index 0b0bd4430331..422d78147264 100644 --- a/mail/postilion/files/patch-aa +++ b/mail/postilion/files/patch-aa @@ -1,11 +1,33 @@ --- configure.orig Sat Nov 28 18:36:04 1998 -+++ configure Sun Feb 21 10:24:44 1999 ++++ configure Wed Dec 8 21:56:00 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 +@@ -938,8 +938,8 @@ + fi + + if test "x$wish" = "x"; then +- # Extract the first word of "wish8.0", so it can be a program name with args. +-set dummy wish8.0; ac_word=$2 ++ # Extract the first word of "wish8.2", so it can be a program name with args. ++set dummy wish8.2; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:945: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_wish'+set}'`\" = set"; then @@ -2074,7 +2074,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/tkstep8.0 /usr/local/include/tk8.0 /usr/include" ++tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tkstep8.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 |