pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/qgis
Module Name: pkgsrc
Committed By: gdt
Date: Tue Nov 4 12:33:27 UTC 2025
Modified Files:
pkgsrc/geography/qgis: Makefile
Log Message:
geography/qgis: Adjust comments (NFCI)
- Fix explanation for QWT variable
- Remove suggestion to think about qjson, which is unmaintained,
apparently only for qt4, and we're not having a problem which
would warrant including it.
To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/geography/qgis/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/qgis/Makefile
diff -u pkgsrc/geography/qgis/Makefile:1.259 pkgsrc/geography/qgis/Makefile:1.260
--- pkgsrc/geography/qgis/Makefile:1.259 Tue Nov 4 00:54:47 2025
+++ pkgsrc/geography/qgis/Makefile Tue Nov 4 12:33:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2025/11/04 00:54:47 gdt Exp $
+# $NetBSD: Makefile,v 1.260 2025/11/04 12:33:27 gdt Exp $
# This is intentionally 3.44, about to be Long Term Release. Please
# do not update to later branches without MAINTAINER consensus. The
@@ -78,7 +78,7 @@ CMAKE_CONFIGURE_ARGS+= -DWITH_BINDINGS:
CMAKE_CONFIGURE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE=FALSE
CMAKE_CONFIGURE_ARGS+= -DWITH_INTERNAL_NLOHMANN_JSON=OFF
-# Arguably a bug, but qgis cmake does not find qwt where pkgsrc puts it.
+# We patch cmake to look only in QWT_DIR, so provide it.
CMAKE_CONFIGURE_ARGS+= -DQWT_DIR=${QWT_DIR}
# qgis defaults to building webkit and fails if not found.
@@ -114,9 +114,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 310
# ? qt-webengine
# ? laz-perf
-# I suggest that there's no reason to include qjson.
-#? .include "../../devel/qjson/buildlink3.mk"
-
.include "../../archivers/libzip/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index