pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Jun 16 18:13:54 UTC 2020

Modified Files:
        pkgsrc/mk: subst.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/mk/subst.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/subst.mk
diff -u pkgsrc/mk/subst.mk:1.99 pkgsrc/mk/subst.mk:1.100
--- pkgsrc/mk/subst.mk:1.99     Thu Jun 11 20:13:22 2020
+++ pkgsrc/mk/subst.mk  Tue Jun 16 18:13:54 2020
@@ -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