diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /devel/vtcl | |
parent | gcc 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 'devel/vtcl')
-rw-r--r-- | devel/vtcl/Makefile | 4 | ||||
-rw-r--r-- | devel/vtcl/files/patch-aa | 2 | ||||
-rw-r--r-- | devel/vtcl/files/patch-ab | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/vtcl/Makefile b/devel/vtcl/Makefile index dca827849f70..ede945c72e7b 100644 --- a/devel/vtcl/Makefile +++ b/devel/vtcl/Makefile @@ -7,12 +7,12 @@ # DISTNAME= vtcl-1.2.0 -CATEGORIES= devel tk80 +CATEGORIES= devel tk82 MASTER_SITES= ftp://ftp.neuron.com/pub/vtcl/development/1.2/ MAINTAINER= vanilla@FreeBSD.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 NO_BUILD= yes diff --git a/devel/vtcl/files/patch-aa b/devel/vtcl/files/patch-aa index 24429d80af1b..f9195dad9133 100644 --- a/devel/vtcl/files/patch-aa +++ b/devel/vtcl/files/patch-aa @@ -2,7 +2,7 @@ +++ vt.tcl Thu Oct 8 01:31:27 1998 @@ -1,4 +1,4 @@ -#!/usr/bin/wish -f -+#!/usr/local/bin/wish8.0 -f ++#!/usr/local/bin/wish8.2 -f # $Id: vt.tcl,v 1.20 1998/02/02 05:11:27 stewart Exp $ ############################################################################## diff --git a/devel/vtcl/files/patch-ab b/devel/vtcl/files/patch-ab index 635081de2706..aa9f6b5c1d54 100644 --- a/devel/vtcl/files/patch-ab +++ b/devel/vtcl/files/patch-ab @@ -5,7 +5,7 @@ -PATH_TO_WISH=/usr/bin/wish -VTCL_HOME=/usr/local/vt -+PATH_TO_WISH=/usr/local/bin/wish8.0 ++PATH_TO_WISH=/usr/local/bin/wish8.2 +VTCL_HOME=/usr/local/lib/vtcl export PATH_TO_WISH |