/usr/ports/www/node % WITHOUT=BUNDLED_SSL make ===> node-11.6.0 node.js requires openssl 1.1.0, add DEFAULT_VERSIONS+=ssl=openssl111 to /etc/make.conf or enable BUNDLED_SSL option. *** Error code 1 This IGNORE is incorrect, as FreeBSD 12+ indeed has new openssl
Indeed! I'm looking at the options now, and am considering changing the defaults on >=12.
Node.js 10.x LTS also complains unnecessarily, I will fix both ports.
A commit references this bug: Author: bhughes Date: Wed Jan 23 21:21:14 UTC 2019 New revision: 491059 URL: https://svnweb.freebsd.org/changeset/ports/491059 Log: www/node10: disable BUNDLED_SSL by default on FreeBSD >=12 Change the default options on FreeBSD >=12 since OpenSSL 1.1.1 is available in the base system. Bump PORTREVISION due to teh change in defaults. While here, convert the port to use BROKEN_SSL, taking care to set BROKEN_SSL+=base when appropriate. PR: 234762 Reported by: amdmi3 Sponsored by: Miles AS Changes: head/www/node10/Makefile
A commit references this bug: Author: bhughes Date: Wed Jan 23 21:22:58 UTC 2019 New revision: 491060 URL: https://svnweb.freebsd.org/changeset/ports/491060 Log: www/node: disable BUNDLED_SSL by default on FreeBSD >=12 Change the default options on FreeBSD >=12 since OpenSSL 1.1.1 is available in the base system. Bump PORTREVISION due to the change in defaults. While here, convert the port to use BROKEN_SSL, taking care to set BROKEN_SSL+=base when appropriate. PR: 234762 Reported by: amdmi3 Sponsored by: Miles AS Changes: head/www/node/Makefile