pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/subst.mk: don't recommend {pre, do, post}-patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1868ae13645
branches:  trunk
changeset: 428043:a1868ae13645
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 23 19:32:53 2020 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r 68bace6a3fe9 -r a1868ae13645 mk/subst.mk
--- a/mk/subst.mk       Thu Apr 23 19:30:29 2020 +0000
+++ b/mk/subst.mk       Thu Apr 23 19:32:53 2020 +0000
@@ -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