[Midnightbsd-cvs] mports [24446] trunk/www/node6/Makefile: disable NLS until we get an updated icu

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 9 09:04:59 EDT 2018


Revision: 24446
          http://svnweb.midnightbsd.org/mports/?rev=24446
Author:   laffer1
Date:     2018-10-09 09:04:58 -0400 (Tue, 09 Oct 2018)
Log Message:
-----------
disable NLS until we get an updated icu

Modified Paths:
--------------
    trunk/www/node6/Makefile

Modified: trunk/www/node6/Makefile
===================================================================
--- trunk/www/node6/Makefile	2018-10-09 00:39:00 UTC (rev 24445)
+++ trunk/www/node6/Makefile	2018-10-09 13:04:58 UTC (rev 24446)
@@ -4,7 +4,7 @@
 PORTNAME=	node
 PORTVERSION=	6.14.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	6
@@ -17,8 +17,7 @@
 
 ONLY_FOR_ARCHS=		amd64 armv6 armv7 i386
 
-OPTIONS_DEFINE=	BUNDLED_SSL DOCS NLS
-OPTIONS_DEFAULT=BUNDLED_SSL
+OPTIONS_DEFINE=	BUNDLED_SSL DOCS
 OPTIONS_SUB=	yes
 
 BUNDLED_SSL_DESC=		Use node.js's bundled OpenSSL implementation #'
@@ -25,8 +24,9 @@
 BUNDLED_SSL_USES_OFF=		ssl
 BUNDLED_SSL_CONFIGURE_OFF+=	--shared-openssl
 
-NLS_CONFIGURE_ON=	--with-intl=system-icu
-NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
+# Do not use until icu is updated. causes Error: Cannot convert name to ASCII
+#NLS_CONFIGURE_ON=	--with-intl=system-icu
+#NLS_LIB_DEPENDS=	libicui18n.so:devel/icu
 
 USES=		compiler:c++11-lib gmake python:2.7,build pkgconfig \
 		localbase shebangfix



More information about the Midnightbsd-cvs mailing list