View | Details | Raw Unified | Return to bug 258111
Collapse All | Expand All

(-)astro/gpxloggerd/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	gpxloggerd
3
PORTNAME=	gpxloggerd
4
PORTVERSION=	0.2.4
4
PORTVERSION=	0.2.4
5
PORTREVISION=	1
5
CATEGORIES=	astro
6
CATEGORIES=	astro
6
USE_GITHUB=	yes
7
USE_GITHUB=	yes
7
GH_ACCOUNT=	glebius
8
GH_ACCOUNT=	glebius
(-)astro/gpxloggerd/files/patch-gpxloggerd.c (+11 lines)
Added Link Here
1
--- gpxloggerd.c.orig	2021-08-19 21:01:24 UTC
2
+++ gpxloggerd.c
3
@@ -482,7 +482,7 @@ reopen:
4
 		    server, port);
5
 
6
 	/* Initializes gpsdata structure. */
7
-	gpsdata.status = STATUS_NO_FIX;
8
+	gpsdata.fix.status = STATUS_NO_FIX;
9
 	gpsdata.satellites_used = 0;
10
 	gpsdata.dop.hdop = NAN;
11
 	gpsdata.dop.vdop = NAN;

Return to bug 258111