summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-28 18:32:45 +0000
commitbc087374d35aa9c841dd63d44e9c9697702921ed (patch)
tree9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /misc
parentgcc 2.95 requires us to be explicit about the return type of functions. (diff)
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=23474
Diffstat (limited to 'misc')
-rw-r--r--misc/tkcron/Makefile4
-rw-r--r--misc/tkcron/files/Makefile6
-rw-r--r--misc/tkinfo/Makefile4
-rw-r--r--misc/tkinfo/files/patch-aa2
-rw-r--r--misc/tkrunit/Makefile2
-rw-r--r--misc/tkrunit/files/patch-aa2
6 files changed, 12 insertions, 8 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index a2a57e87790e..d4811e53ac20 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -7,13 +7,13 @@
#
DISTNAME= tkcron-2.12
-CATEGORIES= misc tk80
+CATEGORIES= misc tk82
MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
EXTRACT_SUFX= .tcl.gz
MAINTAINER= sander@haldjas.folklore.ee
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
index b46a3ce43f0b..b18a1dee335f 100644
--- a/misc/tkcron/files/Makefile
+++ b/misc/tkcron/files/Makefile
@@ -1,10 +1,14 @@
+#
+# $FreeBSD$
+#
+
BINDIR= ${PREFIX}/bin
WISHDIR?= ${BINDIR}
all: tkcron
tkcron:
- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron
+ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
index b6a561d959a1..00a17f7c0514 100644
--- a/misc/tkinfo/Makefile
+++ b/misc/tkinfo/Makefile
@@ -7,12 +7,12 @@
#
DISTNAME= tkinfo-2.4
-CATEGORIES= misc tk80
+CATEGORIES= misc tk82
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= tg@FreeBSD.org
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= yes
MAN1= tkinfo.1
diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa
index 06b17a94ae6a..acf185103e7c 100644
--- a/misc/tkinfo/files/patch-aa
+++ b/misc/tkinfo/files/patch-aa
@@ -4,7 +4,7 @@
#!/bin/sh
# This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
-exec wish "$0" "$@"
-+exec wish8.0 "$0" "$@"
++exec wish8.2 "$0" "$@"
##########################################################################
# Version of TkInfo:
diff --git a/misc/tkrunit/Makefile b/misc/tkrunit/Makefile
index 8fd67876ec5f..38ea9cfb7386 100644
--- a/misc/tkrunit/Makefile
+++ b/misc/tkrunit/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.cs.columbia.edu/~etgold/software/tkRunIt/
MAINTAINER= steve@farrell.org
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= yes
diff --git a/misc/tkrunit/files/patch-aa b/misc/tkrunit/files/patch-aa
index 538125555eee..d9484f6adf27 100644
--- a/misc/tkrunit/files/patch-aa
+++ b/misc/tkrunit/files/patch-aa
@@ -4,7 +4,7 @@
#!/bin/sh
# the next line restarts using wish \
- exec wish "$0" "$@"
-+ exec wish8.0 "$0" "$@"
++ exec wish8.2 "$0" "$@"
#!/usr/local/bin/wish
## runit (tkRunIt) 12/4/98