Created attachment 183805 [details] Build fix The attached patch allows www/node to be built for arm64. I've used this as part of the chromium build, but haven't tested it any further. I'm not sure why dtrace is failing, however there is no userspace dtrace support on arm64 so I feel this is ok to exclude.
Hi Andrew, This is great, I've been wanting to try to build on arm64 for a while now, but haven't gotten around to it yet. I just updated www/node to 8.1.2. Does this patch still work? Thanks :)
Created attachment 183912 [details] Updated patch I've updated the patch for 8.1.3.
This looks good to me. Do you want to put the patch up for review, or shall I?
Approved for commit
A commit references this bug: Author: andrew Date: Fri Jun 30 09:19:55 UTC 2017 New revision: 444704 URL: https://svnweb.freebsd.org/changeset/ports/444704 Log: www/node: Build on arm64 DTrace fails to build, however there is no userspace DTrace support on arm64 for it to use. PR: 220282 Approved by: bhughes (maintainer), matthew Changes: head/www/node/Makefile head/www/node/files/patch-deps_v8_src_base_cpu.cc