svn commit: r521746 - in head/www: node node10 node12

Adam Weinberger adamw at FreeBSD.org
Wed Jan 1 17:09:06 UTC 2020


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
 


More information about the svn-ports-all mailing list