Date: Sat, 2 Apr 2016 16:18:08 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r412415 - branches/2016Q2/misc/teslams Message-ID: <201604021618.u32GI8ae048751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Apr 2 16:18:07 2016 New Revision: 412415 URL: https://svnweb.freebsd.org/changeset/ports/412415 Log: MFH: r412414 Mark BROKEN: tries to download from registry.npmjs.org during stage phase npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "/wrkdirs/usr/ports/misc/teslams/work/teslams-6f6dfa2" npm ERR! node v5.9.1 npm ERR! npm v2.14.7 npm ERR! code EAI_FAIL npm ERR! errno EAI_FAIL npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo EAI_FAIL registry.npmjs.org:443 Reported by: pkg-fallout Modified: branches/2016Q2/misc/teslams/Makefile Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/misc/teslams/Makefile ============================================================================== --- branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:16:43 2016 (r412414) +++ branches/2016Q2/misc/teslams/Makefile Sat Apr 2 16:18:07 2016 (r412415) @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla LICENSE= BSD2CLAUSE BSD3CLAUSE APACHE20 MIT ISCL LICENSE_COMB= multi +BROKEN= tries to download from registry.npmjs.org during stage phase + BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= npm>=0:www/npm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604021618.u32GI8ae048751>