Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2019 15:31:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494957 - head/net/cjdns
Message-ID:  <201903071531.x27FVqHK088400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Mar  7 15:31:52 2019
New Revision: 494957
URL: https://svnweb.freebsd.org/changeset/ports/494957

Log:
  Mark BROKEN: fails to build
  
  internal/modules/cjs/loader.js:651
      throw err;
      ^
  
  Error: Cannot find module '/wrkdirs/usr/ports/net/cjdns/work/cjdns-cjdns-v20.2'
      at Function.Module._resolveFilename (internal/modules/cjs/loader.js:649:15)
      at Function.Module._load (internal/modules/cjs/loader.js:575:25)
      at Function.Module.runMain (internal/modules/cjs/loader.js:862:12)
      at internal/main/run_main_module.js:21:11
  You have a version of node [node] but it is too old [v11.11.0]
  ### Installing node.js (you can bypass this step by manually installing node.js v4.6.2 or newer)
  
  No nodejs executable available for freebsd-amd64
  Please install nodejs (>= v4.6.2) from your distribution package repository or source
  
  Reported by:	pkg-fallout

Modified:
  head/net/cjdns/Makefile

Modified: head/net/cjdns/Makefile
==============================================================================
--- head/net/cjdns/Makefile	Thu Mar  7 15:29:34 2019	(r494956)
+++ head/net/cjdns/Makefile	Thu Mar  7 15:31:52 2019	(r494957)
@@ -12,6 +12,7 @@ COMMENT=	Routing engine designed for security, scalabi
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build
 BROKEN_armv6=		fails to build: Killing runaway build after 21600 seconds with no output
 BROKEN_armv7=		fails to build: Killing runaway build after 21600 seconds with no output
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903071531.x27FVqHK088400>