diff options
author | antoine <antoine@FreeBSD.org> | 2019-03-07 23:31:52 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-03-07 23:31:52 +0800 |
commit | a590b17e3f4aff9cb65280b4e9448b93a10d95fc (patch) | |
tree | c567fe222c1f6a77ec625cc6c3675e119203c14f /net | |
parent | 76760a2b8c6336dd0e51792d500ec8ed248cd561 (diff) | |
download | freebsd-ports-gnome-a590b17e3f4aff9cb65280b4e9448b93a10d95fc.tar.gz freebsd-ports-gnome-a590b17e3f4aff9cb65280b4e9448b93a10d95fc.tar.zst freebsd-ports-gnome-a590b17e3f4aff9cb65280b4e9448b93a10d95fc.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/cjdns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cjdns/Makefile b/net/cjdns/Makefile index b51bcfe4716e..dceb3eb22807 100644 --- a/net/cjdns/Makefile +++ b/net/cjdns/Makefile @@ -12,6 +12,7 @@ COMMENT= Routing engine designed for security, scalability, speed 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 |