Received: by mail.netbsd.org (Postfix, from userid 605) id 3141D84E78; Sun, 22 Mar 2020 20:28:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB44284DAF for ; Sun, 22 Mar 2020 20:28:14 +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 qFMkWXYmkrgv for ; Sun, 22 Mar 2020 20:28:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 124D384D36 for ; Sun, 22 Mar 2020 20:28:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10082FB27; Sun, 22 Mar 2020 20:28:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584908894177780" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 20:28:14 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200322202814.10082FB27@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. --_----------=_1584908894177780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Mar 22 20:28:13 UTC 2020 Modified Files: pkgsrc/lang/nodejs: Makefile.common Log Message: lang/nodejs: allow no-op SUBST To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/nodejs/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584908894177780 Content-Disposition: inline Content-Length: 886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile.common diff -u pkgsrc/lang/nodejs/Makefile.common:1.33 pkgsrc/lang/nodejs/Makefile.common:1.34 --- pkgsrc/lang/nodejs/Makefile.common:1.33 Wed Mar 11 09:22:49 2020 +++ pkgsrc/lang/nodejs/Makefile.common Sun Mar 22 20:28:13 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.33 2020/03/11 09:22:49 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.34 2020/03/22 20:28:13 rillig Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs8/Makefile # used by lang/nodejs10/Makefile @@ -65,6 +65,7 @@ SUBST_FILES.mktools+= out/tools/v8_gypfi # nodejs13 SUBST_FILES.mktools+= out/node_mksnapshot.target.mk SUBST_SED.mktools+= -e 's|call do_cmd,link)|call do_cmd,link)\${.newline} ${TOOLS_PLATFORM.paxctl} +m $$@|' +SUBST_NOOP_OK.mktools= yes # because of the different affected files .endif CFLAGS.SunOS+= -D_FILE_OFFSET_BITS=64 --_----------=_1584908894177780--