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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 1 18:51:42 EDT 2015


Revision: 18712
          http://svnweb.midnightbsd.org/mports/?rev=18712
Author:   laffer1
Date:     2015-05-01 18:51:41 -0400 (Fri, 01 May 2015)
Log Message:
-----------
fix build

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

Removed Paths:
-------------
    trunk/astro/gpsd/files/patch-libgps.h

Modified: trunk/astro/gpsd/Makefile
===================================================================
--- trunk/astro/gpsd/Makefile	2015-05-01 22:47:32 UTC (rev 18711)
+++ trunk/astro/gpsd/Makefile	2015-05-01 22:51:41 UTC (rev 18712)
@@ -25,14 +25,6 @@
 SCONS_ARGS=	prefix="${PREFIX}" mandir="man" pkgconfig="libdata/pkgconfig" \
 		chrpath=no
 
-MAN1=	cgps.1 gegps.1 gps.1 gpscat.1 gpsctl.1 gpsdecode.1 \
-	gpsfake.1  gpspipe.1 gpsprof.1 xgps.1 xgpsspeed.1 \
-	gpsmon.1 lcdgps.1
-MAN3=	libgps.3 libgpsd.3 libgpsmm.3 libQgpsmm.3
-MAN5=	srec.5 gpsd_json.5
-MAN8=	gpsd.8 gpsdctl.8
-MANCOMPRESSED=	no
-
 OPTIONS=	AIVDM "Aivdm support" on \
 		ASHTECH "Ashtech support" on \
 		CPPBIND "Build C++ bindings" on \

Deleted: trunk/astro/gpsd/files/patch-libgps.h
===================================================================
--- trunk/astro/gpsd/files/patch-libgps.h	2015-05-01 22:47:32 UTC (rev 18711)
+++ trunk/astro/gpsd/files/patch-libgps.h	2015-05-01 22:51:41 UTC (rev 18712)
@@ -1,10 +0,0 @@
---- libgps.h.orig	2011-11-22 12:49:33.000000000 +0400
-+++ libgps.h	2012-01-15 16:48:21.469612990 +0400
-@@ -21,6 +21,7 @@
- #ifdef DBUS_EXPORT_ENABLE
-     dbus,
- #endif /* DBUS_EXPORT_ENABLE */
-+	dummy, /* so it compiles when all exports are disabled */
- };
- 
- /* values to poke in the gps_fd member if we get it via something special */ 



More information about the Midnightbsd-cvs mailing list