mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Make reliance on tk 8.4 more consistent (missed in the big upgrade).
PR: ports/58172 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
This commit is contained in:
parent
221ab4b10c
commit
17353f1000
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94599
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user