- Update to 2.96
Submitted by: glebius (maintainer)
This commit is contained in:
parent
564fdbc11a
commit
c9e7625544
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271743
4 changed files with 16 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gpsd
|
||||
PORTVERSION= 2.95
|
||||
PORTVERSION= 2.96
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -33,7 +33,7 @@ MAN1= cgps.1 gps.1 gpscat.1 gpsctl.1 gpsfake.1 \
|
|||
gpspipe.1 gpsprof.1 xgps.1 xgpsspeed.1 gpsmon.1 \
|
||||
lcdgps.1
|
||||
MAN3= libgps.3 libgpsd.3 libgpsmm.3
|
||||
MAN5= rtcm-104.5 srec.5
|
||||
MAN5= srec.5
|
||||
MAN8= gpsd.8
|
||||
MANCOMPRESSED= no
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gpsd-2.95.tar.gz) = 832343a53921a8371efa540ba57c91dadedda445e571c1beb97c06539ef450ae
|
||||
SIZE (gpsd-2.95.tar.gz) = 1385681
|
||||
SHA256 (gpsd-2.96.tar.gz) = 054772152d2e3299913fa2470d6fc5c05af9ba1ea63a2f0db711e0aabb96f139
|
||||
SIZE (gpsd-2.96.tar.gz) = 1554607
|
||||
|
|
11
astro/gpsd/files/patch-libgps_json.c
Normal file
11
astro/gpsd/files/patch-libgps_json.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libgps_json.c.orig
|
||||
+++ libgps_json.c
|
||||
@@ -203,7 +203,7 @@ static int json_sky_read(const char *buf, struct gps_data_t *gpsdata,
|
||||
.len = sizeof(gpsdata->tag)},
|
||||
{"time", t_string, .addr.string = tbuf,
|
||||
.len = sizeof(tbuf)},
|
||||
- {"time", t_real, .addr.real = &gpsdata->fix.time,
|
||||
+ {"time", t_real, .addr.real = &gpsdata->skyview_time,
|
||||
.dflt.real = NAN},
|
||||
{"hdop", t_real, .addr.real = &gpsdata->dop.hdop,
|
||||
.dflt.real = NAN},
|
|
@ -16,7 +16,7 @@ include/libgpsmm.h
|
|||
lib/libgps.a
|
||||
lib/libgps.la
|
||||
lib/libgps.so
|
||||
lib/libgps.so.19
|
||||
lib/libgps.so.20
|
||||
lib/libgpsd.a
|
||||
lib/libgpsd.la
|
||||
lib/libgpsd.so
|
||||
|
|
Loading…
Reference in a new issue