From 22e2112696b5641aac7a3318befedd0724c963b8 Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 2 Jul 2019 13:44:05 +0000 Subject: geography/gpsd: Update to 3.19 pkgsrc changes: patches were applied upstream 3.19: 2019-07-01 Rearrange rawdata_t. Bump the API because gps_data_t changed. Report sequence-ID fields in type 7 and 13 AIS messages. Preliminary support for SiRFstar V Improve error modeling. Update pseudo NMEA to v3.0, with fractional time. Improve cycle detection, mostly for NMEA. Move epe from gps_data_t to be near its friends in gps_fix_t. Preliminary u-blox 9 support. Add qErr in gps_data_t to store PPS quantization error. Add Android (AOSP) support Improved multi gnss and multi signal support. NMEA 4.10 multi gnss multi signal support. The arguments to "ubxtool -p P" have been expanded and changed. New options, -g, -x, -z, added to ubxtool for u-blox 9 support. --- geography/gpsd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'geography/gpsd/Makefile') diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index b1841cabbf7..ef00615bfb7 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.44 2019/06/04 10:43:21 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2019/07/02 13:44:05 gdt Exp $ -DISTNAME= gpsd-3.18.1 -PKGREVISION= 1 +DISTNAME= gpsd-3.19 CATEGORIES= geography MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/gpsd/ # will probably switch to https://gitlab.com/gpsd/gpsd/releases MAINTAINER= gdt@NetBSD.org HOMEPAGE= https://gpsd.io/ -#HOMEPAGE_OLD =https://savannah.nongnu.org/projects/gpsd COMMENT= GPS information daemon LICENSE= modified-bsd @@ -51,6 +49,7 @@ SUBST_FILES.pyenv+= ubxtool SUBST_FILES.pyenv+= xgps SUBST_FILES.pyenv+= xgpsspeed SUBST_FILES.pyenv+= zerk +SUBST_FILES.pyenv+= test_misc.py SUBST_SED.pyenv= -e 's,/usr/bin/env python.*$$,${PYTHONBIN},' # \todo: Determine if CC/CXX are needed (e.g, when using other than gcc). -- cgit v1.2.3