svn commit: r466396 - head/www/node8

Jan Beich jbeich at FreeBSD.org
Wed Apr 4 08:03:49 UTC 2018


Author: jbeich
Date: Wed Apr  4 08:03:48 2018
New Revision: 466396
URL: https://svnweb.freebsd.org/changeset/ports/466396

Log:
  www/node8: unbreak with ICU 61
  
  ../src/node_i18n.cc:526:12: error: use of undeclared identifier 'TimeZone'; did you mean 'icu::TimeZone'?
      return TimeZone::getTZDataVersion(*status);
             ^~~~~~~~
             icu::TimeZone
  /usr/local/include/unicode/timezone.h:131:18: note: 'icu::TimeZone' declared here
  class U_I18N_API TimeZone : public UObject {
                   ^
  
  https://ssl.icu-project.org/trac/changeset/40705
  
  PR:		227042
  Reported by:	antoine (via exp-run)
  Obtained from:	upstream

Modified:
  head/www/node8/Makefile   (contents, props changed)
  head/www/node8/distinfo   (contents, props changed)

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Wed Apr  4 08:02:01 2018	(r466395)
+++ head/www/node8/Makefile	Wed Apr  4 08:03:48 2018	(r466396)
@@ -7,6 +7,9 @@ CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	8
 
+PATCH_SITES=	https://github.com/nodejs/node/commit/
+PATCHFILES=	b8f47b27571f.patch:-p1
+
 MAINTAINER=	bhughes at FreeBSD.org
 COMMENT=	V8 JavaScript for client and server (8.x LTS)
 

Modified: head/www/node8/distinfo
==============================================================================
--- head/www/node8/distinfo	Wed Apr  4 08:02:01 2018	(r466395)
+++ head/www/node8/distinfo	Wed Apr  4 08:03:48 2018	(r466396)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1522526743
 SHA256 (node-v8.11.1.tar.gz) = 86678028f13b26ceed08efc4b838921ca1bf514c0b7e8151bfec8ba15c5e66ad
 SIZE (node-v8.11.1.tar.gz) = 31030225
+SHA256 (b8f47b27571f.patch) = b0b22c490c4b4e7ed4bad46d1989e980a0ba30299855ec0164ff3d11384833c7
+SIZE (b8f47b27571f.patch) = 4763


More information about the svn-ports-head mailing list