FreeBSD Bugzilla – Attachment 65566 Details for
Bug 97120
GPSMan 6.2.1 -> 6.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.75 KB, created by
david
on 2006-05-11 05:20:11 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
david
Created:
2006-05-11 05:20:11 UTC
Size:
3.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /cvs/freebsd/ports/astro/gpsman/Makefile,v >retrieving revision 1.15 >diff -u -r1.15 Makefile >--- Makefile 3 May 2006 05:14:05 -0000 1.15 >+++ Makefile 11 May 2006 02:57:00 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= gpsman >-PORTVERSION= 6.2.1 >+PORTVERSION= 6.3 > CATEGORIES= astro tk84 > MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/ > MASTER_SITE_SUBDIR= science/cartography >@@ -23,6 +23,11 @@ > # MAN1= gpsman.1 > # MANCOMPRESSED= yes > >+post-patch: >+ ${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" ${WRKSRC}/util/exerciser.tcl >+ ${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" ${WRKSRC}/manual/html/info/l_realtime.doc.txt >+ ${REINPLACE_CMD} "s|/dev/ttyS0|${GPSMAN_DEFAULT_PORT}|" ${WRKSRC}/gpsman.tcl >+ > pre-install: > @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/gpsman.tcl > >@@ -55,3 +60,9 @@ > .endif > > .include <bsd.port.mk> >+ >+.if ${OSVERSION} < 600000 >+GPSMAN_DEFAULT_PORT?= /dev/cuaa0 >+.else >+GPSMAN_DEFAULT_PORT?= /dev/cuad0 >+.endif >Index: distinfo >=================================================================== >RCS file: /cvs/freebsd/ports/astro/gpsman/distinfo,v >retrieving revision 1.11 >diff -u -r1.11 distinfo >--- distinfo 22 Jan 2006 08:18:33 -0000 1.11 >+++ distinfo 10 May 2006 03:19:32 -0000 >@@ -1,3 +1,3 @@ >-MD5 (gpsman-6.2.1.tgz) = b8a6fdd2e7b5e547a6b6296a86723ce5 >-SHA256 (gpsman-6.2.1.tgz) = 19cf09bab8402ff0a6319a2a6e27f8d276c52090b6778bf6fc0bfe0f3320c42c >-SIZE (gpsman-6.2.1.tgz) = 1137509 >+MD5 (gpsman-6.3.tgz) = 8e3a6026b41c18be46a15b4d36ceca9a >+SHA256 (gpsman-6.3.tgz) = 1334289a147cb0dbc863ffb5d1e29c40075f223098351785f76bfb8dd89c8bd6 >+SIZE (gpsman-6.3.tgz) = 1151425 >Index: pkg-plist >=================================================================== >RCS file: /cvs/freebsd/ports/astro/gpsman/pkg-plist,v >retrieving revision 1.8 >diff -u -r1.8 pkg-plist >--- pkg-plist 13 Dec 2004 07:25:50 -0000 1.8 >+++ pkg-plist 11 May 2006 03:17:54 -0000 >@@ -396,9 +396,6 @@ > %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_61.html > %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_62.html > %%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_63.html >-%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_64.html >-%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_65.html >-%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_66.html > %%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif > %%PORTDOCS%%%%DOCSDIR%%/html/blank.gif > %%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif >Index: files/patch-gpsman.tcl >=================================================================== >RCS file: /cvs/freebsd/ports/astro/gpsman/files/patch-gpsman.tcl,v >retrieving revision 1.4 >diff -u -r1.4 patch-gpsman.tcl >--- files/patch-gpsman.tcl 16 Jun 2004 15:08:50 -0000 1.4 >+++ files/patch-gpsman.tcl 11 May 2006 02:50:30 -0000 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97120
: 65566