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: SUBST_NOOP_OK defaults to yes again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b69d9519540
branches:  trunk
changeset: 434458:8b69d9519540
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jun 16 18:13:54 2020 +0000

description:
mk/subst.mk: SUBST_NOOP_OK defaults to yes again

There are still some packages that fail the strict SUBST check.  These
packages should nevertheless be built using the default pkgsrc
configuration, at least in the stable 2020Q2 branch.  After 2020Q2 has
been switched, the strict SUBST checks will be activated again in the
default configuration.

diffstat:

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

diffs (18 lines):

diff -r 334fd47e8a3e -r 8b69d9519540 mk/subst.mk
--- a/mk/subst.mk       Tue Jun 16 17:33:18 2020 +0000
+++ b/mk/subst.mk       Tue Jun 16 18:13:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.99 2020/06/11 20:13:22 rillig Exp $
+# $NetBSD: subst.mk,v 1.100 2020/06/16 18:13:54 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?=                no      # since May 2020
+SUBST_NOOP_OK?=                yes     # for the stable branch 2020Q2
 
 _VARGROUPS+=           subst
 _USER_VARS.subst=      SUBST_SHOW_DIFF SUBST_NOOP_OK



Home | Main Index | Thread Index | Old Index