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 /astro | |
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 'astro')
-rw-r--r-- | astro/tkseti/Makefile | 6 | ||||
-rw-r--r-- | astro/tkseti/files/patch-aa | 2 | ||||
-rw-r--r-- | astro/x3arth/Makefile | 4 | ||||
-rw-r--r-- | astro/x3arth/files/patch-ab | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index b5c5cb766148..e2bf9a1a644d 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -1,5 +1,5 @@ # Ports collection makefile for: tkseti -# Version required: 1.36 +# Version required: 1.42 # Date created: 30 Jun 1999 # Whom: Brett Taylor <brett@peloton.physics.montana.edu> # @@ -7,12 +7,12 @@ # DISTNAME= tkseti-1.46 -CATEGORIES= astro tk80 +CATEGORIES= astro tk82 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \ +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa index f8218da2f32e..6a16b7ea0f7f 100644 --- a/astro/tkseti/files/patch-aa +++ b/astro/tkseti/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" ${1+"$@"} -+exec wish8.0 "$0" ${1+"$@"} ++exec wish8.2 "$0" ${1+"$@"} ############################################################################# # Visual Tcl v1.20 Project # diff --git a/astro/x3arth/Makefile b/astro/x3arth/Makefile index 5884a58fd438..c99aefe1eaad 100644 --- a/astro/x3arth/Makefile +++ b/astro/x3arth/Makefile @@ -7,13 +7,13 @@ # DISTNAME= x3arth-1.1 -CATEGORIES= astro +CATEGORIES= astro tcl82 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= cpiazza@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.0:${PORTSDIR}/lang/tcl80 \ +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \ ${X11BASE}/bin/xv:${PORTSDIR}/graphics/xv USE_X_PREFIX= yes diff --git a/astro/x3arth/files/patch-ab b/astro/x3arth/files/patch-ab index 3665e6446e1e..6525c01dc8e9 100644 --- a/astro/x3arth/files/patch-ab +++ b/astro/x3arth/files/patch-ab @@ -4,8 +4,8 @@ #!/bin/sh -# the next line restarts using tclsh \ -exec tclsh "$0" "$@" -+# the next line restarts using tclsh8.0 \ -+exec tclsh8.0 "$0" "$@" ++# the next line restarts using tclsh8.2 \ ++exec tclsh8.2 "$0" "$@" set usage "x3arth \[<satellite> \[-c \[file\] | -b\]\] \n\ <satellite> : GMS-5, FY-2, GOES-8, GOES-9, GOES-10 or METEOSAT-7\n\ |