summaryrefslogtreecommitdiff
path: root/astro/gpsman/files
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 04:31:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-30 04:31:21 +0000
commitade03ee4b3753f9956c5aefefd45ffd3e3c084a0 (patch)
treeeb08c615efb631b2bbee31430b92c4733b00bc57 /astro/gpsman/files
parentUpdate port: games/linux-nwserver 1.28 -> 1.29 (diff)
Maintainer update: gpsman 5.4.2 -> 6.0.1
PR: ports/50179 Submitted by: David Wolfskill <david@catwhisker.org>
Notes
Notes: svn path=/head/; revision=77729
Diffstat (limited to 'astro/gpsman/files')
-rw-r--r--astro/gpsman/files/patch-gpsman.tcl14
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