--- astro/gpxloggerd/Makefile +++ astro/gpxloggerd/Makefile @@ -2,6 +2,7 @@ PORTNAME= gpxloggerd PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= astro USE_GITHUB= yes GH_ACCOUNT= glebius --- /dev/null +++ astro/gpxloggerd/files/patch-gpxloggerd.c @@ -0,0 +1,11 @@ +--- gpxloggerd.c.orig 2021-08-19 21:01:24 UTC ++++ gpxloggerd.c +@@ -482,7 +482,7 @@ reopen: + server, port); + + /* Initializes gpsdata structure. */ +- gpsdata.status = STATUS_NO_FIX; ++ gpsdata.fix.status = STATUS_NO_FIX; + gpsdata.satellites_used = 0; + gpsdata.dop.hdop = NAN; + gpsdata.dop.vdop = NAN;