pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/viking disable gpsd, because viking has not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d8528fc02d4
branches:  trunk
changeset: 587077:5d8528fc02d4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Mar 29 02:06:20 2011 +0000

description:
disable gpsd, because viking has not yet adapted to gpsd's
withdrawawl of gps_poll.

diffstat:

 geography/viking/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 95819ca92d80 -r 5d8528fc02d4 geography/viking/Makefile
--- a/geography/viking/Makefile Mon Mar 28 21:42:40 2011 +0000
+++ b/geography/viking/Makefile Tue Mar 29 02:06:20 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2011/01/13 13:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2011/03/29 02:06:20 gdt Exp $
 #
 
 DISTNAME=              viking-1.0.2
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            geography
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=viking/}
 
@@ -15,7 +15,7 @@
 GNU_CONFIGURE=         yes
 
 # Perhaps optionize use of gpsd (remove bl3, add this).
-# CONFIGURE_ARGS+=     --disable-realtime-gps-tracking
+CONFIGURE_ARGS+=       --disable-realtime-gps-tracking
 
 DEPENDS+=              gpsbabel-[0-9]*:../../geography/gpsbabel
 DEPENDS+=              p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
@@ -26,7 +26,7 @@
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../geography/gpsd/buildlink3.mk"
+#.include "../../geography/gpsd/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/perl5/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"



Home | Main Index | Thread Index | Old Index