From owner-svn-ports-head@freebsd.org Wed Mar 17 19:38:49 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C8D0B5763FA; Wed, 17 Mar 2021 19:38:49 +0000 (UTC) (envelope-from SRS0=AhtI=IP=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [IPv6:2a01:b200:0:1:f816:3eff:fecd:13e6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F10p14jTKz3DgP; Wed, 17 Mar 2021 19:38:49 +0000 (UTC) (envelope-from SRS0=AhtI=IP=FreeBSD.org=otis@ns2.wilbury.net) Received: from chemex.owhome.lan (gw-upc.owhome.net [188.167.168.254]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 70AD845D055; Wed, 17 Mar 2021 20:38:38 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\)) Subject: Re: svn commit: r568508 - head/devel/node-gyp From: Juraj Lutter In-Reply-To: <80fc0f66-44b1-f7d3-fc36-b78d63bc753b@mouf.net> Date: Wed, 17 Mar 2021 20:38:37 +0100 Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <68F37DA0-A249-418A-890F-92BC287010FA@FreeBSD.org> References: <202103152102.12FL2tRP068067@repo.freebsd.org> <20210316211715.pa4w3lrffzxr3ftx@aching.in.mat.cc> <2239997E-E3B6-403F-B36D-4326CDF16EFE@FreeBSD.org> <20210316221912.smaeylfqtx7yfm6i@aching.in.mat.cc> <80fc0f66-44b1-f7d3-fc36-b78d63bc753b@mouf.net> To: Steve Wills X-Mailer: Apple Mail (2.3608.120.23.2.4) X-Rspamd-Queue-Id: 4F10p14jTKz3DgP X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 19:38:49 -0000 > On 17 Mar 2021, at 20:27, Steve Wills wrote: >=20 > Which leads to the point that since ports/Mk/Uses/go.mk provides a way = to do this, maybe ports/Mk/Uses/node.mk should as well? Just a thought. node could also be subject to DEFAULT_VERSIONS, too. At least to match = node and npm versions (and not relying on port options). otis