Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/qgis geography/qgis: Allow SUBST NOOP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a4807689052
branches:  trunk
changeset: 434466:0a4807689052
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Jun 16 21:54:24 2020 +0000

description:
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.)

diffstat:

 geography/qgis/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ad2185e90a26 -r 0a4807689052 geography/qgis/Makefile
--- a/geography/qgis/Makefile   Tue Jun 16 21:12:53 2020 +0000
+++ b/geography/qgis/Makefile   Tue Jun 16 21:54:24 2020 +0000
@@ -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 @@
 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