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: Mon Mar 20 13:49:50 UTC 2023
Modified Files:
pkgsrc/geography/qgis: Makefile
Log Message:
geography/qgis: Add comments
Note that GRASS and SAGA are not dependencies and that we might,
someday, want to consider them, perhaps as options.
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 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.168 pkgsrc/geography/qgis/Makefile:1.169
--- pkgsrc/geography/qgis/Makefile:1.168 Mon Mar 20 13:30:04 2023
+++ pkgsrc/geography/qgis/Makefile Mon Mar 20 13:49:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.168 2023/03/20 13:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.169 2023/03/20 13:49:49 gdt Exp $
# This is intentionally 3.28 Long Term Release. Please do not update
# to later branches, and instead discuss whether/how we want multiple
@@ -42,8 +42,7 @@ CMAKE_PREFIX_PATH+= ${QTDIR}
# This could be used if we want to build pdf doc, which is currently false
#BUILD_DEPENDS+= txt2tags-[0-9]*:../../wip/txt2tags
-# Disable building of QGIS.app
-# (XXX For now, we might want to find a way to do this later.)
+# Disable building of QGIS.app. \todo Consider building it.
SUBST_CLASSES+= xapple
SUBST_STAGE.xapple= pre-configure
SUBST_MESSAGE.xapple= Disabling APPLE App in cmake scripts
@@ -67,6 +66,9 @@ CMAKE_ARGS+= -DWITH_INTERNAL_MARKUPSAFE
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-gdal
+# \todo Consider (optional?) dependency on GRASS.
+# \todo Consider (optional?) dependency on SAGA.
+
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-psycopg2-[0-9]*:../../databases/py-psycopg2
DEPENDS+= ${PYPKGPREFIX}-gdal-[0-9]*:../../geography/py-gdal
Home |
Main Index |
Thread Index |
Old Index