summaryrefslogtreecommitdiff
path: root/geography/gpsd/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2019-07-02 13:44:05 +0000
committergdt <gdt@pkgsrc.org>2019-07-02 13:44:05 +0000
commit22e2112696b5641aac7a3318befedd0724c963b8 (patch)
treed23e9e75185ad9685e60708cbb10612211557a49 /geography/gpsd/Makefile
parent4df3a8424c80d152a17a92064e5cfdf007894f75 (diff)
downloadpkgsrc-22e2112696b5641aac7a3318befedd0724c963b8.tar.gz
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.
Diffstat (limited to 'geography/gpsd/Makefile')
-rw-r--r--geography/gpsd/Makefile7
1 files changed, 3 insertions, 4 deletions
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).