diff options
author | vs <vs@FreeBSD.org> | 2006-05-12 00:45:18 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-05-12 00:45:18 +0800 |
commit | 4515f519b866890cb40aee201de04f00c88295a8 (patch) | |
tree | d1bb86ff205ac429b1fe34eb79b06a3b60c0d898 /astro/gpsman/files | |
parent | 6d1f2f8405c389565c37ffef7952e965e20f3118 (diff) | |
download | freebsd-ports-gnome-4515f519b866890cb40aee201de04f00c88295a8.tar.gz freebsd-ports-gnome-4515f519b866890cb40aee201de04f00c88295a8.tar.zst freebsd-ports-gnome-4515f519b866890cb40aee201de04f00c88295a8.zip |
Update to 6.3
PR: ports/97120
Submitted by: maintainer
Diffstat (limited to 'astro/gpsman/files')
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl index 9fab0d1841d5..56b35afc9b26 100644 --- a/astro/gpsman/files/patch-gpsman.tcl +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -1,29 +1,20 @@ diff -ruN gpsman.tcl gpsman.tcl ---- gpsman.tcl Fri Mar 7 07:16:40 2003 -+++ gpsman.tcl Mon Mar 10 17:28:28 2003 +--- gpsman.tcl Tue May 9 02:37:24 2006 ++++ gpsman.tcl Wed May 10 17:56:02 2006 @@ -1,6 +1,6 @@ #!/bin/sh - # This is a Tcl/Tk script to be interpreted by wish (Tk8.4 or better): \ + # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ -exec wish "$0" -- "$@" +exec wish8.4 "$0" -- "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data -@@ -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 -@@ -182,7 +182,7 @@ +@@ -216,7 +216,7 @@ } # path to directory containing program files -set SRCDIR gmsrc +set SRCDIR %%PREFIX%%/share/gpsman/gmsrc - ## the following values can be set from the options dialog of the interface + # all other defaults configuration is now done in file $SRCDIR/config.tcl |