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:           Wed May  8 10:43:57 UTC 2024

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: Update comment about cmake VERBOSE


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 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.205 pkgsrc/geography/qgis/Makefile:1.206
--- pkgsrc/geography/qgis/Makefile:1.205        Wed May  8 10:34:06 2024
+++ pkgsrc/geography/qgis/Makefile      Wed May  8 10:43:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.205 2024/05/08 10:34:06 gdt Exp $
+# $NetBSD: Makefile,v 1.206 2024/05/08 10:43:57 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
@@ -91,8 +91,10 @@ DEPENDS+=    ${PYPKGPREFIX}-owslib-[0-9]*:.
 
 CMAKE_ARGS+=   -DWITH_QTWEBKIT=FALSE
 CMAKE_ARGS+=   -DQWT_DIR=${QWT_DIR}
-# Useful for package development:
+# uncomment to tell cmake not to hide build commands (i.e., to show them)
 #CMAKE_ARGS+=  -DCMAKE_VERBOSE_MAKEFILE=TRUE
+# \todo Hoist this to become a general facility where a variable controls
+# actually showing build output.
 
 .include "../../lang/python/pyversion.mk"
 .include "../../archivers/libzip/buildlink3.mk"



Home | Main Index | Thread Index | Old Index