diff options
author | antoine <antoine@FreeBSD.org> | 2016-04-03 00:16:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-04-03 00:16:43 +0800 |
commit | 35be6536e9fe7c84dd35bd56bd700439ff240ad3 (patch) | |
tree | de8f6f6e53b8690234f2686add2945c76165ec8f /misc | |
parent | 65653daf629b2b1cb9aea0c99acf320ad46bc80d (diff) | |
download | freebsd-ports-gnome-35be6536e9fe7c84dd35bd56bd700439ff240ad3.tar.gz freebsd-ports-gnome-35be6536e9fe7c84dd35bd56bd700439ff240ad3.tar.zst freebsd-ports-gnome-35be6536e9fe7c84dd35bd56bd700439ff240ad3.zip |
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
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 |