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:           Mon Jun 29 18:04:13 UTC 2020

Modified Files:
        pkgsrc/mk: subst.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 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.101 pkgsrc/mk/subst.mk:1.102
--- pkgsrc/mk/subst.mk:1.101    Thu Jun 25 08:45:00 2020
+++ pkgsrc/mk/subst.mk  Mon Jun 29 18:04:13 2020
@@ -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