diff options
author | glebius <glebius@FreeBSD.org> | 2015-05-21 06:44:34 +0800 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-05-21 06:44:34 +0800 |
commit | ffd4fb3642d21b410ca15dcdd9c92acec7fbe769 (patch) | |
tree | f4491ba880137b84df5161decd84d02bea9fe1cc /astro | |
parent | 22283e5655d413cf75290c32e8da2f95e7a78d03 (diff) | |
download | freebsd-ports-gnome-ffd4fb3642d21b410ca15dcdd9c92acec7fbe769.tar.gz freebsd-ports-gnome-ffd4fb3642d21b410ca15dcdd9c92acec7fbe769.tar.zst freebsd-ports-gnome-ffd4fb3642d21b410ca15dcdd9c92acec7fbe769.zip |
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.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 2a768148e720..646213090256 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -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 DBUS EARTHMATE EVERMORE FURY FV18 GARMIN \ 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 |