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 Jun 16 21:54:24 UTC 2020

Modified Files:
        pkgsrc/geography/qgis: Makefile

Log Message:
geography/qgis: Allow SUBST NOOP

(This is the usual pattern of finding files of a certain type where
the subst only happens in some of them.)


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 pkgsrc/geography/qgis/Makefile:1.92
--- pkgsrc/geography/qgis/Makefile:1.91 Fri Jun 12 17:50:39 2020
+++ pkgsrc/geography/qgis/Makefile      Tue Jun 16 21:54:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2020/06/12 17:50:39 rillig Exp $
+# $NetBSD: Makefile,v 1.92 2020/06/16 21:54:24 gdt Exp $
 
 DISTNAME=      qgis-3.8.3
 PKGREVISION=   10
@@ -38,6 +38,8 @@ SUBST_MESSAGE.xapple=         Disabling APPLE A
 xapple_FIND_CMD=               cd ${WRKSRC} && \
                                find . -name '*.cmake' -o -name CMakeLists.txt
 SUBST_FILES.xapple=            ${xapple_FIND_CMD:sh}
+# The output of find is a superset of the needed files.
+SUBST_NOOP_OK.xapple=          yes
 SUBST_SED.xapple+=             -e 's,APPLE,XAPPLE,'
 SUBST_SED.xapple+=             -e 's,MACOSX_BUNDLE ,,'
 SUBST_NOOP_OK.xapple=          yes # since SUBST_FILES is generated



Home | Main Index | Thread Index | Old Index