Created attachment 179985 [details] www/node: use ca_root_nss store by default Do not use the bundled CA store unless building with the bundled OpenSSL library. Add dependency on ca_root_nss when building with a shared OpenSSL. Bump PORTREVISION due to the new dependency. Node.js recently added the runtime option to allow for using the default OpenSSL CA store instead of a hardcoded list of CA certificates. At the same time, a build option was added to change the runtime default. Enable this option when building with a shared openssl.
A commit references this bug: Author: sunpoet Date: Tue Feb 14 16:16:09 UTC 2017 New revision: 434124 URL: https://svnweb.freebsd.org/changeset/ports/434124 Log: Use bundled CA store only when BUNDLED_SSL enabled - Bump PORTREVISION for dependency change PR: 217096 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer) Changes: head/www/node/Makefile
Committed. Thanks!
Thanks! :)