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:           Sat May  3 11:51:34 UTC 2025

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: GC commented-out config

because I added it not commented out earlier...
(Verbose make is now simply always on.)


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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.240 pkgsrc/geography/qgis/Makefile:1.241
--- pkgsrc/geography/qgis/Makefile:1.240        Fri May  2 17:05:07 2025
+++ pkgsrc/geography/qgis/Makefile      Sat May  3 11:51:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.240 2025/05/02 17:05:07 gdt Exp $
+# $NetBSD: Makefile,v 1.241 2025/05/03 11:51:34 gdt Exp $
 
 # This is intentionally 3.34 Long Term Release.  Please do not update
 # to later branches, and instead discuss whether/how we want multiple
@@ -95,10 +95,6 @@ DEPENDS+=    ${PYPKGPREFIX}-owslib-[0-9]*:.
 
 CMAKE_CONFIGURE_ARGS+= -DWITH_QTWEBKIT=FALSE
 CMAKE_CONFIGURE_ARGS+= -DQWT_DIR=${QWT_DIR}
-# uncomment to tell cmake not to hide build commands (i.e., to show them)
-#CMAKE_CONFIGURE_ARGS+=        -DCMAKE_VERBOSE_MAKEFILE=TRUE
-# \todo Hoist this to become a general facility where a variable controls
-# actually showing build output.
 
 .include "../../archivers/libzip/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"



Home | Main Index | Thread Index | Old Index