Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 17:09:06 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521746 - in head/www: node node10 node12
Message-ID:  <202001011709.001H96b2045129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Jan  1 17:09:05 2020
New Revision: 521746
URL: https://svnweb.freebsd.org/changeset/ports/521746

Log:
  node*: Allow building with ssl=openssl (now 1.1.x)

Modified:
  head/www/node/Makefile
  head/www/node10/Makefile
  head/www/node12/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Wed Jan  1 16:42:44 2020	(r521745)
+++ head/www/node/Makefile	Wed Jan  1 17:09:05 2020	(r521746)
@@ -12,7 +12,7 @@ COMMENT=	V8 JavaScript for client and server
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_SSL=		openssl libressl libressl-devel
+BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 12.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64
 

Modified: head/www/node10/Makefile
==============================================================================
--- head/www/node10/Makefile	Wed Jan  1 16:42:44 2020	(r521745)
+++ head/www/node10/Makefile	Wed Jan  1 17:09:05 2020	(r521746)
@@ -13,7 +13,7 @@ COMMENT=	V8 JavaScript for client and server
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_SSL=		openssl libressl libressl-devel
+BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 10.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64
 

Modified: head/www/node12/Makefile
==============================================================================
--- head/www/node12/Makefile	Wed Jan  1 16:42:44 2020	(r521745)
+++ head/www/node12/Makefile	Wed Jan  1 17:09:05 2020	(r521746)
@@ -13,7 +13,7 @@ COMMENT=	V8 JavaScript for client and server
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_SSL=		openssl libressl libressl-devel
+BROKEN_SSL=		libressl libressl-devel
 BROKEN_SSL_REASON=	Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled
 ONLY_FOR_ARCHS=		aarch64 amd64 armv6 armv7 i386 powerpc64
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001011709.001H96b2045129>