Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 43B551A921F for ; Tue, 19 Apr 2022 12:42:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E886284D80; Tue, 19 Apr 2022 12:42:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E09C84D35 for ; Tue, 19 Apr 2022 12:42:39 +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 qB7XbyMpy3l4 for ; Tue, 19 Apr 2022 12:42:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ADE0B84CE9 for ; Tue, 19 Apr 2022 12:42:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A121CFB1A; Tue, 19 Apr 2022 12:42:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1650372158236530" MIME-Version: 1.0 Date: Tue, 19 Apr 2022 12:42:38 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20220419124238.A121CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1650372158236530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Apr 19 12:42:38 UTC 2022 Modified Files: pkgsrc/lang/nodejs: Makefile Log Message: nodejs: gyp-mac-tool requires py-expat. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 pkgsrc/lang/nodejs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1650372158236530 Content-Disposition: inline Content-Length: 651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile diff -u pkgsrc/lang/nodejs/Makefile:1.230 pkgsrc/lang/nodejs/Makefile:1.231 --- pkgsrc/lang/nodejs/Makefile:1.230 Mon Apr 18 19:09:55 2022 +++ pkgsrc/lang/nodejs/Makefile Tue Apr 19 12:42:38 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.230 2022/04/18 19:09:55 adam Exp $ +# $NetBSD: Makefile,v 1.231 2022/04/19 12:42:38 jperkin Exp $ DISTNAME= node-v16.14.2 PKGREVISION= 2 @@ -6,6 +6,8 @@ EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat + .include "../../mk/bsd.prefs.mk" # XXX: figure out a way to add rpaths to torque --_----------=_1650372158236530--