aboutsummaryrefslogtreecommitdiffstats
path: root/www/node8
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2018-04-04 16:03:48 +0800
committerjbeich <jbeich@FreeBSD.org>2018-04-04 16:03:48 +0800
commit8239b2979f440eb48f64f1ea7e40b7866910b793 (patch)
tree61d40ac7beb054744073101d0bfa5a3133402e32 /www/node8
parent27e36d2da30ff536cc6b447b92f547e650b1c007 (diff)
downloadfreebsd-ports-gnome-8239b2979f440eb48f64f1ea7e40b7866910b793.tar.gz
freebsd-ports-gnome-8239b2979f440eb48f64f1ea7e40b7866910b793.tar.zst
freebsd-ports-gnome-8239b2979f440eb48f64f1ea7e40b7866910b793.zip
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
Diffstat (limited to 'www/node8')
-rw-r--r--www/node8/Makefile3
-rw-r--r--www/node8/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/www/node8/Makefile b/www/node8/Makefile
index 4b209bef26b3..a71a4fcb9212 100644
--- a/www/node8/Makefile
+++ b/www/node8/Makefile
@@ -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)
diff --git a/www/node8/distinfo b/www/node8/distinfo
index ec8fb274a9c6..aa08cf19f1d0 100644
--- a/www/node8/distinfo
+++ b/www/node8/distinfo
@@ -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