Created attachment 199714 [details] patch Building on powerpc64 requires disabling DTRACE. Hardware sponsored by IntegriCloud.
A commit references this bug: Author: bhughes Date: Fri Dec 21 12:49:25 UTC 2018 New revision: 487990 URL: https://svnweb.freebsd.org/changeset/ports/487990 Log: www/node6: fix build on powerpc64 PR: 233694 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: Miles AS Changes: head/www/node6/Makefile
(In reply to commit-hook from comment #1) You made a typo: OPTIONS_EXCLIDE_powerpc64= DTRACE Should be: OPTIONS_EXCLUDE_powerpc64= DTRACE
A commit references this bug: Author: bhughes Date: Fri Dec 21 15:12:47 UTC 2018 New revision: 488010 URL: https://svnweb.freebsd.org/changeset/ports/488010 Log: www/node6: disable DTRACE on powerpc64 s/EXCLIDE/EXCLUDE/ to fix typo in last commit. PR: 233694 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: Miles AS Changes: head/www/node6/Makefile