Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 08:03:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466396 - head/www/node8
Message-ID:  <201804040803.w3483mNR093528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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