FreeBSD Bugzilla – Attachment 183912 Details for
Bug 220282
Build www/node on arm64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
node.diff (text/plain), 1.61 KB, created by
Andrew Turner
on 2017-06-29 13:40:34 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2017-06-29 13:40:34 UTC
Size:
1.61 KB
patch
obsolete
>Index: www/node/Makefile >=================================================================== >--- www/node/Makefile (revision 444644) >+++ www/node/Makefile (working copy) >@@ -24,6 +24,7 @@ > .endif > > OPTIONS_EXCLUDE_FreeBSD_10= DTRACE >+OPTIONS_EXCLUDE_aarch64= DTRACE > > BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation > BUNDLED_SSL_USES_OFF= ssl >@@ -41,7 +42,7 @@ > > CONFLICTS_INSTALL= node[456]-[0-9]* node01[02]-[0-9]* node-devel-[0-9]* iojs-[0-9]* > >-ONLY_FOR_ARCHS= amd64 armv6 i386 >+ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 > > CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ > --without-npm \ >Index: www/node/files/patch-deps_v8_src_base_cpu.cc >=================================================================== >--- www/node/files/patch-deps_v8_src_base_cpu.cc (nonexistent) >+++ www/node/files/patch-deps_v8_src_base_cpu.cc (working copy) >@@ -0,0 +1,19 @@ >+--- deps/v8/src/base/cpu.cc.orig 2017-06-19 14:24:53.928317000 +0000 >++++ deps/v8/src/base/cpu.cc 2017-06-19 14:24:57.294664000 +0000 >+@@ -601,6 +601,7 @@ >+ >+ #elif V8_HOST_ARCH_ARM64 >+ >++#if V8_OS_LINUX >+ CPUInfo cpu_info; >+ >+ // Extract implementor from the "CPU implementer" field. >+@@ -634,6 +635,8 @@ >+ } >+ delete[] part; >+ } >++ >++#endif // V8_OS_LINUX >+ >+ #elif V8_HOST_ARCH_PPC >+ > >Property changes on: www/node/files/patch-deps_v8_src_base_cpu.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bhughes
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 220282
:
183805
| 183912