From owner-svn-ports-all@freebsd.org Tue Mar 14 18:50:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9919D0B835; Tue, 14 Mar 2017 18:50:14 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 152F32E4; Tue, 14 Mar 2017 18:50:14 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id d325f848 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 14 Mar 2017 12:50:06 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r436052 - in head/www/npm: . files From: Adam Weinberger In-Reply-To: Date: Tue, 14 Mar 2017 12:50:04 -0600 Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201703131027.v2DARaZK085652@repo.freebsd.org> To: Mathieu Arnold X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 18:50:15 -0000 > On 14 Mar, 2017, at 9:56, Mathieu Arnold wrote: >=20 > Le 13/03/2017 =C3=A0 11:27, Sunpoet Po-Chuan Hsieh a =C3=A9crit : >> Author: sunpoet >> Date: Mon Mar 13 10:27:36 2017 >> New Revision: 436052 >> URL: https://svnweb.freebsd.org/changeset/ports/436052 >>=20 >> Log: >> Update to 4.3.0 >>=20 >> - Change npm installation [1] >>=20 >> Starting with this update, npm will be built, installed and archived = on my own >> box to speed up the installation. The installation on target = machines will be >> simply extraction and copy. >=20 > I don't understand, so, now, you are creating your package, that the > port uses to create the package ? > It feels like this should be done by the port and not by you. The mechanics of npm (which requires components not distributed with the = tarball) have always required Sunpoet to repackage it himself. For the = last few versions, the build has increased to about 7 minutes, about = 6:45 of which is npm trying to dial out and failing. As long as Sunpoet = needs to repackage it himself, making it a simple extraction for the = end-user is much cleaner and simpler. # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org=