svn commit: r386901 - head/astro/gpsd
Gleb Smirnoff
glebius at FreeBSD.org
Wed May 20 22:44:35 UTC 2015
Author: glebius (src committer)
Date: Wed May 20 22:44:34 2015
New Revision: 386901
URL: https://svnweb.freebsd.org/changeset/ports/386901
Log:
Disable PPS support by default. The PPS thread enters infinite loop and
GPSD consumes 100% of CPU time. I'm out of time to debug that now, so
simply turn off by default.
Modified:
head/astro/gpsd/Makefile
Modified: head/astro/gpsd/Makefile
==============================================================================
--- head/astro/gpsd/Makefile Wed May 20 22:43:02 2015 (r386900)
+++ head/astro/gpsd/Makefile Wed May 20 22:44:34 2015 (r386901)
@@ -3,7 +3,7 @@
PORTNAME= gpsd
PORTVERSION= 3.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= astro geography
MASTER_SITES= SAVANNAH
@@ -31,7 +31,7 @@ OPTIONS_DEFINE= AIVDM ASHTECH CPPBIND DB
TSIP QTBIND UBLOX USB
OPTIONS_DEFAULT= AIVDM ASHTECH CPPBIND EARTHMATE EVERMORE FURY FV18 GARMIN \
GARMINTXT GEOSTAR GPSCLOCK ITRAX NAVCOM NCURSES NETFEED \
- NMEA0183 NTP NTPSHM NTRIP OCEANSERVER ONCORE PASSTHROUGH PPS \
+ NMEA0183 NTP NTPSHM NTRIP OCEANSERVER ONCORE PASSTHROUGH \
RECONFIGURE RTCM104V2 RTCM104V3 SHMEXPORT SIRF SOCKEXPORT \
SUPERSTARII TIMING TNT TRIPMATE TSIP UBLOX USB
More information about the svn-ports-all
mailing list