Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/subst.mk: activate the SUBST no-op check again b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/933911edf789
branches:  trunk
changeset: 435049:933911edf789
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 29 18:04:13 2020 +0000

description:
mk/subst.mk: activate the SUBST no-op check again by default

It had been switched off to not affect packages in the stable branch
2020Q2.  Now starts the last round where it is possible to disable this
check.  After 2020Q3, all SUBST blocks must either find their patterns or
be explicitly marked as potential no-ops.  This will help to find
outdated SUBST blocks.

diffstat:

 mk/subst.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eeadf66f0449 -r 933911edf789 mk/subst.mk
--- a/mk/subst.mk       Mon Jun 29 16:14:00 2020 +0000
+++ b/mk/subst.mk       Mon Jun 29 18:04:13 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.101 2020/06/25 08:45:00 jperkin Exp $
+# $NetBSD: subst.mk,v 1.102 2020/06/29 18:04:13 rillig Exp $
 #
 # The subst framework replaces text in one or more files in the WRKSRC
 # directory. Packages can define several ``classes'' of replacements.
@@ -110,7 +110,7 @@
 #
 
 SUBST_SHOW_DIFF?=      no
-SUBST_NOOP_OK?=                yes     # for the stable branch 2020Q2
+SUBST_NOOP_OK?=                no      # will be forced to "no" after 2020Q3
 
 _VARGROUPS+=           subst
 _USER_VARS.subst=      SUBST_SHOW_DIFF SUBST_NOOP_OK



Home | Main Index | Thread Index | Old Index