Received: by mail.netbsd.org (Postfix, from userid 605) id D9BB184D27; Thu, 23 Apr 2020 19:32:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 629C584CDB for ; Thu, 23 Apr 2020 19:32:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id c66yR3OsKOM3 for ; Thu, 23 Apr 2020 19:32:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1DA884C8B for ; Thu, 23 Apr 2020 19:32:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9BD0FB27; Thu, 23 Apr 2020 19:32:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587670373188880" MIME-Version: 1.0 Date: Thu, 23 Apr 2020 19:32:53 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200423193253.A9BD0FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587670373188880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1587670373188880 Content-Disposition: inline Content-Length: 789 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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. # "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. # The message to display before doing the substitution. --_----------=_1587670373188880--