diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 02:32:45 +0800 |
commit | 08c63c7539787146848177b39e6859b9318119c8 (patch) | |
tree | 045e72940e0580d322686df49fa5f8edfa473315 /misc | |
parent | 775d6227a319547ad506dac9b94354b25428275c (diff) | |
download | freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.gz freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.tar.zst freebsd-ports-gnome-08c63c7539787146848177b39e6859b9318119c8.zip |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkcron/Makefile | 4 | ||||
-rw-r--r-- | misc/tkcron/files/Makefile | 6 | ||||
-rw-r--r-- | misc/tkinfo/Makefile | 4 | ||||
-rw-r--r-- | misc/tkinfo/files/patch-aa | 2 | ||||
-rw-r--r-- | misc/tkrunit/Makefile | 2 | ||||
-rw-r--r-- | misc/tkrunit/files/patch-aa | 2 |
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 |