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:           Thu Apr 23 19:32:53 UTC 2020

Modified Files:
        pkgsrc/mk: subst.mk

Log Message:
mk/subst.mk: don't recommend {pre,do,post}-patch

These often lead to broken patches, unless the patches are generated very
cautiously. Because of this, pkglint already warns about this.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 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.83 pkgsrc/mk/subst.mk:1.84
--- pkgsrc/mk/subst.mk:1.83     Thu Apr 23 19:30:29 2020
+++ pkgsrc/mk/subst.mk  Thu Apr 23 19:32:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.83 2020/04/23 19:30:29 rillig Exp $
+# $NetBSD: subst.mk,v 1.84 2020/04/23 19:32:53 rillig Exp $
 #
 # The subst framework replaces text in one or more files in the WRKSRC
 # directory. Packages can define several ``classes'' of replacements.
@@ -36,7 +36,7 @@
 #
 # SUBST_STAGE.<class>
 #      "stage" at which we do the text replacement. Should be one of
-#      {pre,do,post}-{extract,patch,configure,build,install}.
+#      {pre,do,post}-{extract,configure,build,install}.
 #
 # SUBST_MESSAGE.<class>
 #      The message to display before doing the substitution.



Home | Main Index | Thread Index | Old Index