[Midnightbsd-cvs] mports [17924] trunk/astro/gpsd: fix build of gpsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 23 08:24:36 EST 2014


Revision: 17924
          http://svnweb.midnightbsd.org/mports/?rev=17924
Author:   laffer1
Date:     2014-12-23 08:24:35 -0500 (Tue, 23 Dec 2014)
Log Message:
-----------
fix build of gpsd

Modified Paths:
--------------
    trunk/astro/gpsd/Makefile
    trunk/astro/gpsd/pkg-descr

Modified: trunk/astro/gpsd/Makefile
===================================================================
--- trunk/astro/gpsd/Makefile	2014-12-23 13:18:53 UTC (rev 17923)
+++ trunk/astro/gpsd/Makefile	2014-12-23 13:24:35 UTC (rev 17924)
@@ -8,18 +8,18 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Daemon that monitors one or more GPSes attached to a host computer
+
 LICENSE=	bsd4
 
 BUILD_DEPENDS=	docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
 		xsltproc:${PORTSDIR}/textproc/libxslt
 
-USE_GNOME=	pkgconfig
+USES=		pkgconfig
 USE_SCONS=	yes
 USE_RC_SUBR=	gpsd
 USE_PYTHON=	yes
 INSTALLS_EGGINFO=	yes
 PYDISTUTILS_EGGINFO=	gps-${PORTVERSION}.egg-info
-MAKE_JOBS_SAFE=	yes
 
 SCONS_BUILDENV=	${SCONS_ENV}
 SCONS_ARGS=	prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \

Modified: trunk/astro/gpsd/pkg-descr
===================================================================
--- trunk/astro/gpsd/pkg-descr	2014-12-23 13:18:53 UTC (rev 17923)
+++ trunk/astro/gpsd/pkg-descr	2014-12-23 13:24:35 UTC (rev 17924)
@@ -1,11 +1,11 @@
-gpsd is a service daemon that monitors one or more GPSes 
-attached to a host computer through serial or USB ports, 
-making all data on the location/course/velocity of the 
-sensors available to be queried on TCP port 2947 of the 
-host computer. With gpsd, multiple GPS client applications 
-(such as navigational and wardriving software) can share 
-access to GPSes without contention or loss of data. Also, 
-gpsd responds to queries with a format that is substantially 
+gpsd is a service daemon that monitors one or more GPSes
+attached to a host computer through serial or USB ports,
+making all data on the location/course/velocity of the
+sensors available to be queried on TCP port 2947 of the
+host computer. With gpsd, multiple GPS client applications
+(such as navigational and wardriving software) can share
+access to GPSes without contention or loss of data. Also,
+gpsd responds to queries with a format that is substantially
 easier to parse than the NMEA 0183 emitted by most GPSes.
 
 WWW: http://catb.org/gpsd/



More information about the Midnightbsd-cvs mailing list