View | Details | Raw Unified | Return to bug 220282 | Differences between
and this patch

Collapse All | Expand All

(-)www/node/Makefile (-1 / +2 lines)
Lines 24-29 Link Here
24
.endif
24
.endif
25
25
26
OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
26
OPTIONS_EXCLUDE_FreeBSD_10=	DTRACE
27
OPTIONS_EXCLUDE_aarch64=	DTRACE
27
28
28
BUNDLED_SSL_DESC=		Use node.js's bundled OpenSSL implementation
29
BUNDLED_SSL_DESC=		Use node.js's bundled OpenSSL implementation
29
BUNDLED_SSL_USES_OFF=		ssl
30
BUNDLED_SSL_USES_OFF=		ssl
Lines 41-47 Link Here
41
42
42
CONFLICTS_INSTALL=	node[456]-[0-9]* node01[02]-[0-9]* node-devel-[0-9]* iojs-[0-9]*
43
CONFLICTS_INSTALL=	node[456]-[0-9]* node01[02]-[0-9]* node-devel-[0-9]* iojs-[0-9]*
43
44
44
ONLY_FOR_ARCHS=		amd64 armv6 i386
45
ONLY_FOR_ARCHS=		aarch64 amd64 armv6 i386
45
46
46
CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
47
CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} \
47
		--without-npm \
48
		--without-npm \
(-)www/node/files/patch-deps_v8_src_base_cpu.cc (+19 lines)
Line 0 Link Here
1
--- deps/v8/src/base/cpu.cc.orig	2017-06-19 14:24:53.928317000 +0000
2
+++ deps/v8/src/base/cpu.cc	2017-06-19 14:24:57.294664000 +0000
3
@@ -601,6 +601,7 @@
4
 
5
 #elif V8_HOST_ARCH_ARM64
6
 
7
+#if V8_OS_LINUX
8
   CPUInfo cpu_info;
9
 
10
   // Extract implementor from the "CPU implementer" field.
11
@@ -634,6 +635,8 @@
12
     }
13
     delete[] part;
14
   }
15
+
16
+#endif  // V8_OS_LINUX
17
 
18
 #elif V8_HOST_ARCH_PPC
19
 

Return to bug 220282