summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-06-16 18:13:54 +0000
committerrillig <rillig@pkgsrc.org>2020-06-16 18:13:54 +0000
commitf0cac3fc914e222cd8c52bba44a43e4cc786c45c (patch)
tree72935daf9410768a0c8f60faf67767f49c63d46b /mk
parente230dee1e6afb45bc7ddff54bbea94a2145c9339 (diff)
downloadpkgsrc-f0cac3fc914e222cd8c52bba44a43e4cc786c45c.tar.gz
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 (limited to 'mk')
-rw-r--r--mk/subst.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk
index 6441c7bd429..e30bcae06ce 100644
--- a/mk/subst.mk
+++ b/mk/subst.mk
@@ -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