Created attachment 207637 [details] Patch to update to 6.8.3 Update to 6.8.3 I've tested this by pointing my browser at localhost:5601 and performing a few operations. Things seems to work, but this is quite light testing. Note that this changes from using the Linux distribution to using the MacOS X distribution. This is because the distribution specifically points to a file in the Darwin distribution on FreeBSD. See /usr/local/www/kibana6/node_modules/x-pack/plugins/reporting/server/browsers/chromium/paths.js This also updates the NodeJS version to 10, which is what is bundled with the distribution.
A commit references this bug: Author: glewis Date: Sat Oct 5 00:18:51 UTC 2019 New revision: 513797 URL: https://svnweb.freebsd.org/changeset/ports/513797 Log: Update to 6.8.3 * Update to 6.8.3 * Switch to the Darwin distribution instead of the Linux one since files like node_modules/x-pack/plugins/reporting/server/browsers/chromium/paths.js have platform specifications and in the Darwin distribution that includes FreeBSD (not so for the Linux one). * Depend on node 10, which is the version distributed with 6.8.3 * Improve pkg-deinstall by indicating how to permanently delete data PR: 240694 Approved by: maintainer timeout Sponsored by: The FreeBSD Foundation Changes: head/textproc/kibana6/Makefile head/textproc/kibana6/distinfo head/textproc/kibana6/files/pkg-deinstall.in