Date: Wed, 20 May 2015 22:44:34 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386901 - head/astro/gpsd Message-ID: <201505202244.t4KMiYqQ055018@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505202244.t4KMiYqQ055018>