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 Sep 12 17:44:26 UTC 2020

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
qgis: Improve comment about why we use gmake


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 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.99 pkgsrc/geography/qgis/Makefile:1.100
--- pkgsrc/geography/qgis/Makefile:1.99 Sun Aug 30 08:06:57 2020
+++ pkgsrc/geography/qgis/Makefile      Sat Sep 12 17:44:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/08/30 08:06:57 tnn Exp $
+# $NetBSD: Makefile,v 1.100 2020/09/12 17:44:26 gdt Exp $
 
 # This is intentionally 3.10 Long Term Release.  Please do not update
 # to 3.14, and instead discuss whether/how we want multiple versions.
@@ -20,7 +20,12 @@ USE_LANGUAGES=               c c++ fortran77
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            cmake bison flex perl pkg-config
-# Due to gmake specific quoting of $ and spaces in filenames, we must use gmake
+# Due to gmake spaces in filenames, we must use gmake.  An example is
+# "resources/function_help/json/Date and Time".
+# Further, gmake expects files that contain a $ such as "$area" to
+# appear, unsurprisingly, as "$$area" on the RHS of dependency rules.
+# NetBSD make, expects "$$$$area".  While cmake 3.17 produced
+# "$$area", cmake 3.18 produces "$$$$area", perhaps only on NetBSD.
 USE_TOOLS+=            gmake
 
 PLIST_SRC=             PLIST



Home | Main Index | Thread Index | Old Index