summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-10-27 02:09:47 +0000
committerhubertf <hubertf>1997-10-27 02:09:47 +0000
commit2fe87d46c07eb4c0045cb7a322985f096afb1284 (patch)
tree270ece87aff339c13ac3088e5f6d3c970277501b
parentdbac13d9113a7c801a0f3b667a1f224a4123e899 (diff)
downloadpkgsrc-2fe87d46c07eb4c0045cb7a322985f096afb1284.tar.gz
tk41 -> tk80
-rw-r--r--misc/dotfile/patches/patch-0222
-rw-r--r--misc/tkcron/patches/patch-ab11
-rw-r--r--x11/tkcron/patches/patch-ab11
3 files changed, 44 insertions, 0 deletions
diff --git a/misc/dotfile/patches/patch-02 b/misc/dotfile/patches/patch-02
new file mode 100644
index 00000000000..e68cb5d1476
--- /dev/null
+++ b/misc/dotfile/patches/patch-02
@@ -0,0 +1,22 @@
+Change for tcl/tk V8.0 - hubertf
+
+--- configure.BAK Thu Oct 23 20:31:32 1997
++++ configure Thu Oct 23 20:31:43 1997
+@@ -399,7 +399,7 @@
+
+
+
+-for ac_prog in wish4.2 wish4.1 wish4.0 wish
++for ac_prog in wish8.0 wish4.2 wish4.1 wish4.0 wish
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -439,7 +439,7 @@
+ { echo "configure: error: I couldn't find 'wish' please insert it into your path and try again" 1>&2; exit 1; }
+ fi
+
+-for ac_prog in tclsh7.6 tclsh7.5 tclsh7.4 tclsh
++for ac_prog in tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
diff --git a/misc/tkcron/patches/patch-ab b/misc/tkcron/patches/patch-ab
new file mode 100644
index 00000000000..b180ac50e33
--- /dev/null
+++ b/misc/tkcron/patches/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Fri Oct 24 22:22:56 1997
++++ Makefile Fri Oct 24 22:23:01 1997
+@@ -4,7 +4,7 @@
+ all: tkcron
+
+ tkcron:
+- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish4.1;g" tkcron.tcl > tkcron
++ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron
+
+ install: all
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
diff --git a/x11/tkcron/patches/patch-ab b/x11/tkcron/patches/patch-ab
new file mode 100644
index 00000000000..b180ac50e33
--- /dev/null
+++ b/x11/tkcron/patches/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.orig Fri Oct 24 22:22:56 1997
++++ Makefile Fri Oct 24 22:23:01 1997
+@@ -4,7 +4,7 @@
+ all: tkcron
+
+ tkcron:
+- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish4.1;g" tkcron.tcl > tkcron
++ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron
+
+ install: all
+ install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}