diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-02 16:16:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-04-02 16:16:43 +0000 |
commit | d5154081d25f6a8ad4091376addd1dc9d3e673c4 (patch) | |
tree | de8f6f6e53b8690234f2686add2945c76165ec8f /misc | |
parent | Update to 5.9p1. Notable changes: (diff) |
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
MFH: 2016Q2
Notes
Notes:
svn path=/head/; revision=412414
Diffstat (limited to 'misc')
-rw-r--r-- | misc/teslams/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/teslams/Makefile b/misc/teslams/Makefile index bbd367850392..14c4b9cfa090 100644 --- a/misc/teslams/Makefile +++ b/misc/teslams/Makefile @@ -13,6 +13,8 @@ COMMENT= Node.js implementation of Tesla Model S API client 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 |