svn commit: r412415 - branches/2016Q2/misc/teslams

Antoine Brodin antoine at FreeBSD.org
Sat Apr 2 16:18:09 UTC 2016


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
 


More information about the svn-ports-all mailing list