summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-11-21 03:32:41 +0000
committerlinimon <linimon@FreeBSD.org>2003-11-21 03:32:41 +0000
commit2421d6e057a3a67ce3e93e1e1470c212ba9100da (patch)
treec4e56249107f282928a6beb2c5be6bf5d5beb1cc /astro
parent0dbe5434085da25e7284220c7609bd3b286d6a30 (diff)
downloadFreeBSD-ports-2421d6e057a3a67ce3e93e1e1470c212ba9100da.zip
FreeBSD-ports-2421d6e057a3a67ce3e93e1e1470c212ba9100da.tar.gz
Make reliance on tk 8.4 more consistent (missed in the big upgrade).
PR: ports/58172 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
Diffstat (limited to 'astro')
-rw-r--r--astro/gpsman/files/patch-exerciser.tcl2
-rw-r--r--astro/gpsman/files/patch-gpsman.tcl4
2 files changed, 3 insertions, 3 deletions
diff --git a/astro/gpsman/files/patch-exerciser.tcl b/astro/gpsman/files/patch-exerciser.tcl
index 463abce..b8756cd 100644
--- a/astro/gpsman/files/patch-exerciser.tcl
+++ b/astro/gpsman/files/patch-exerciser.tcl
@@ -5,7 +5,7 @@ diff -ruN util/exerciser.tcl util/exerciser.tcl
#!/bin/bash
#\
-exec wish8.2 "$0" ${1+"$@"}
-+exec wish8.3 "$0" ${1+"$@"}
++exec wish8.4 "$0" ${1+"$@"}
-set SRLPORT /dev/ttyS0
+set SRLPORT /dev/cuaa0
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl
index 6f135bd..bf92aa9 100644
--- a/astro/gpsman/files/patch-gpsman.tcl
+++ b/astro/gpsman/files/patch-gpsman.tcl
@@ -3,9 +3,9 @@ diff -ruN gpsman.tcl gpsman.tcl
+++ gpsman.tcl Mon Mar 10 17:28:28 2003
@@ -1,6 +1,6 @@
#!/bin/sh
- # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \
+ # This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \
-exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
#
# gpsman --- GPS Manager: a manager for GPS receiver data
OpenPOWER on IntegriCloud