www/node12: Update 12.18.2_1 -> 12.18.3
https://nodejs.org/en/blog/release/v12.18.3/ Sponsored by: Miles AS
This commit is contained in:
parent
058ee04d2f
commit
12a0f2ceab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543679
3 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 12.18.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 12.18.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1593546106
|
||||
SHA256 (node-v12.18.2.tar.gz) = 2be366d6068f9e1a5eb3f6f21c5ea246eb0a1faf48f98b88e68c8bb193d85a14
|
||||
SIZE (node-v12.18.2.tar.gz) = 52422795
|
||||
TIMESTAMP = 1595801193
|
||||
SHA256 (node-v12.18.3.tar.gz) = 6ea85f80e01b007cc9b566b8836513bc5102667d833bad4c1092be60fa60c2d4
|
||||
SIZE (node-v12.18.3.tar.gz) = 52449074
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- deps/v8/src/compiler/backend/instruction-selector.cc.orig 2020-04-21 11:38:50 UTC
|
||||
--- deps/v8/src/compiler/backend/instruction-selector.cc.orig 2020-07-22 15:26:52 UTC
|
||||
+++ deps/v8/src/compiler/backend/instruction-selector.cc
|
||||
@@ -2783,7 +2783,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB
|
||||
@@ -2788,7 +2788,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB
|
||||
switch (call_descriptor->kind()) {
|
||||
case CallDescriptor::kCallAddress: {
|
||||
int misc_field = static_cast<int>(call_descriptor->ParameterCount());
|
||||
|
@ -8,4 +8,4 @@
|
|||
+#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1))
|
||||
// Highest misc_field bit is used on AIX to indicate if a CFunction call
|
||||
// has function descriptor or not.
|
||||
if (!call_descriptor->NoFunctionDescriptor()) {
|
||||
misc_field |= call_descriptor->HasFunctionDescriptor()
|
||||
|
|
Loading…
Reference in a new issue