pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/viking Drop gpsbabel as a dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e0b62ea253c
branches: trunk
changeset: 357563:2e0b62ea253c
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Jan 22 21:27:49 2017 +0000
description:
Drop gpsbabel as a dependency
Based on discussions with upstream, it is recommended but not
required. gpsbabel requires qt4 now and is about to require qt5,
which makes it very large.
diffstat:
geography/viking/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r e6c9ccbdd1ca -r 2e0b62ea253c geography/viking/Makefile
--- a/geography/viking/Makefile Sun Jan 22 20:48:30 2017 +0000
+++ b/geography/viking/Makefile Sun Jan 22 21:27:49 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.72 2017/01/01 16:06:18 adam Exp $
+# $NetBSD: Makefile,v 1.73 2017/01/22 21:27:49 gdt Exp $
#
VERSION= 1.6.2
DISTNAME= viking-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
EXTRACT_SUFX= .tar.bz2
@@ -33,7 +33,11 @@
#CONFIGURE_ARGS+= --enable-gtk-doc
#.include "../../textproc/gtk-doc/buildlink3.mk"
-DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
+# According to upstream, gpsbabel is merely recommended. gpsbabel is
+# about to depend on qt5, and will thus become very large. Users can
+# install it and use it at runtime, so don't depend on it.
+#DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel
+
DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
REPLACE_PERL= viking-remote
Home |
Main Index |
Thread Index |
Old Index