pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/gpsbabel
Module Name: pkgsrc
Committed By: gdt
Date: Sat May 9 14:28:16 UTC 2026
Modified Files:
pkgsrc/geography/gpsbabel: Makefile
Log Message:
geography/gpsbabel: Disable map preview and qt5-qtwebengine
qtwebengine is enormous (and depends on nodejs, which today is
unreliable). I had no idea gpsbabel had map preview, so just disable
that, leaving a note that it could be added as an option if an actual
person wants that.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/geography/gpsbabel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/gpsbabel/Makefile
diff -u pkgsrc/geography/gpsbabel/Makefile:1.66 pkgsrc/geography/gpsbabel/Makefile:1.67
--- pkgsrc/geography/gpsbabel/Makefile:1.66 Wed Jan 7 08:47:12 2026
+++ pkgsrc/geography/gpsbabel/Makefile Sat May 9 14:28:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2026/01/07 08:47:12 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/05/09 14:28:16 gdt Exp $
#
GITHUB_PROJECT= gpsbabel
@@ -7,7 +7,7 @@ GH_VERSION= 1_9_0
GITHUB_TAG= refs/tags/gpsbabel_${GH_VERSION}
DISTNAME= gpsbabel_${GH_VERSION}
PKGNAME= gpsbabel-${VERSION}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_GITHUB:=GPSBabel/}
@@ -35,6 +35,8 @@ do-install:
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtserialport/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../x11/qt5-qtwebengine/buildlink3.mk"
+# \todo Consider option
+CMAKE_CONFIGURE_ARGS+= -DGPSBABEL_MAPPREVIEW=OFF
+#.include "../../x11/qt5-qtwebengine/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index