Received: by mail.netbsd.org (Postfix, from userid 605) id 3E36584DB0; Sun, 27 Sep 2020 14:23:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB6E684D46 for ; Sun, 27 Sep 2020 14:23:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id B0usfcq51JPM for ; Sun, 27 Sep 2020 14:23:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1A26084CEE for ; Sun, 27 Sep 2020 14:23:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0C46BFB28; Sun, 27 Sep 2020 14:23:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601216635104750" MIME-Version: 1.0 Date: Sun, 27 Sep 2020 14:23:55 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/databases/percona-toolkit To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200927142355.0C46BFB28@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. --_----------=_1601216635104750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Sep 27 14:23:54 UTC 2020 Modified Files: pkgsrc/databases/percona-toolkit: Makefile Log Message: (databases/percona-toolkit) set SUBST_NOOP_OK.(bash/sh)= yes To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/databases/percona-toolkit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601216635104750 Content-Disposition: inline Content-Length: 1108 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/percona-toolkit/Makefile diff -u pkgsrc/databases/percona-toolkit/Makefile:1.25 pkgsrc/databases/percona-toolkit/Makefile:1.26 --- pkgsrc/databases/percona-toolkit/Makefile:1.25 Mon Aug 31 18:07:09 2020 +++ pkgsrc/databases/percona-toolkit/Makefile Sun Sep 27 14:23:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2020/08/31 18:07:09 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2020/09/27 14:23:54 mef Exp $ # DISTNAME= percona-toolkit-3.0.12 @@ -25,6 +25,7 @@ SUBST_FILES.bash+= blib/script/pt-pmp SUBST_FILES.bash+= blib/script/pt-sift SUBST_FILES.bash+= blib/script/pt-stalk SUBST_SED.bash+= -e 's|^\#!.*|\#!${TOOLS_PATH.bash}|' +SUBST_NOOP_OK.bash= yes SUBST_CLASSES+= sh SUBST_STAGE.sh= post-build @@ -32,6 +33,7 @@ SUBST_FILES.sh= blib/script/pt-mext SUBST_FILES.sh+= blib/script/pt-mysql-summary SUBST_FILES.sh+= blib/script/pt-summary SUBST_SED.sh+= -e 's|^\#!.*|\#!${TOOLS_PATH.sh}|' +SUBST_NOOP_OK.sh= yes DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql #DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes --_----------=_1601216635104750--