Date: Wed, 23 Jan 2019 21:14:27 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491058 - head/www/node8 Message-ID: <201901232114.x0NLERHX020332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Wed Jan 23 21:14:27 2019 New Revision: 491058 URL: https://svnweb.freebsd.org/changeset/ports/491058 Log: www/node8: convert port to use BROKEN_SSL Sponsored by: Miles AS Modified: head/www/node8/Makefile Modified: head/www/node8/Makefile ============================================================================== --- head/www/node8/Makefile Wed Jan 23 21:10:26 2019 (r491057) +++ head/www/node8/Makefile Wed Jan 23 21:14:27 2019 (r491058) @@ -13,6 +13,8 @@ COMMENT= V8 JavaScript for client and server (8.x LTS) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON= Node.js 8.x LTS requires OpenSSL >= 1.0.2 or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE @@ -62,16 +64,6 @@ MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${C LIB_DEPENDS+= libcares.so:dns/c-ares\ libuv.so:devel/libuv \ libnghttp2.so:www/libnghttp2 - -.include <bsd.port.options.mk> - -.if empty(PORT_OPTIONS:MBUNDLED_SSL) - -.if !empty(SSL_DEFAULT:Mlibressl*) -IGNORE= cannot build node.js with LibreSSL. You must enable BUNDLED_SSL -.endif - -.endif .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901232114.x0NLERHX020332>