diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-30 12:31:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-30 12:31:21 +0800 |
commit | 7260b3fe5056ca8e5b11020a45a330c829a16a9b (patch) | |
tree | d7fa311b91e68af911a59d44615fb34d577ecbef /astro/gpsman/files | |
parent | 65a07d0f08aedf3f0cb3fe15d5c06d2cc28e2944 (diff) | |
download | freebsd-ports-gnome-7260b3fe5056ca8e5b11020a45a330c829a16a9b.tar.gz freebsd-ports-gnome-7260b3fe5056ca8e5b11020a45a330c829a16a9b.tar.zst freebsd-ports-gnome-7260b3fe5056ca8e5b11020a45a330c829a16a9b.zip |
Maintainer update: gpsman 5.4.2 -> 6.0.1
PR: ports/50179
Submitted by: David Wolfskill <david@catwhisker.org>
Diffstat (limited to 'astro/gpsman/files')
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl index 5db6eba6ceec..6f135bdb6b0b 100644 --- a/astro/gpsman/files/patch-gpsman.tcl +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -1,24 +1,24 @@ diff -ruN gpsman.tcl gpsman.tcl ---- gpsman.tcl Mon Nov 26 03:34:12 2001 -+++ gpsman.tcl Mon Nov 26 16:48:56 2001 +--- gpsman.tcl Fri Mar 7 07:16:40 2003 ++++ 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.2 or better): \ + # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ -exec wish "$0" "$@" +exec wish8.3 "$0" "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data -@@ -103,7 +103,7 @@ - # on Unix systems the path may be passed as an argument - set SERIALPORT [lindex $argv 0] +@@ -159,7 +159,7 @@ + set CMDLINE 1 + } # otherwise the default is - set DEFSPORT /dev/ttyS0 + set DEFSPORT /dev/cuaa0 # path to directory containing user data set USERDIR ~/.gpsman-dir # name of user preferences file -@@ -121,7 +121,7 @@ +@@ -182,7 +182,7 @@ } # path to directory containing program files |