Received: by mail.netbsd.org (Postfix, from userid 605) id EF28784E67; Fri, 20 Mar 2020 19:52:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7710B84E58 for ; Fri, 20 Mar 2020 19:52:24 +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 ZCAyTp8mZxZ3 for ; Fri, 20 Mar 2020 19:52:24 +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 D210B84DB0 for ; Fri, 20 Mar 2020 19:52:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE5F4FB27; Fri, 20 Mar 2020 19:52:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584733943224580" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 19:52:23 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/net/fehqlibs To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200320195223.CE5F4FB27@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. --_----------=_1584733943224580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Fri Mar 20 19:52:23 UTC 2020 Modified Files: pkgsrc/net/fehqlibs: Makefile Log Message: net/fehqlibs: allow to skip substitution for "echo -n" To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/fehqlibs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584733943224580 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/fehqlibs/Makefile diff -u pkgsrc/net/fehqlibs/Makefile:1.11 pkgsrc/net/fehqlibs/Makefile:1.12 --- pkgsrc/net/fehqlibs/Makefile:1.11 Wed Mar 4 15:44:50 2020 +++ pkgsrc/net/fehqlibs/Makefile Fri Mar 20 19:52:23 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/03/04 15:44:50 schmonz Exp $ +# $NetBSD: Makefile,v 1.12 2020/03/20 19:52:23 rillig Exp $ DISTNAME= fehQlibs-14 PKGNAME= ${DISTNAME:S/Qlibs-/qlibs-0.9./} @@ -19,6 +19,7 @@ SUBST_CLASSES+= echo SUBST_STAGE.echo= pre-configure SUBST_FILES.echo= configure install SUBST_SED.echo= -e 's|echo -n|${ECHO_N}|g' +SUBST_NOOP_OK.echo= yes # ECHO_N may be "echo -n" SUBST_CLASSES+= etc SUBST_STAGE.etc= do-configure --_----------=_1584733943224580--