Update to 20170224.

This commit is contained in:
Jung-uk Kim
2017-02-27 21:40:21 +00:00
parent 562fb15fe1
commit b2fac96501
3 changed files with 15 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= acpica
PORTVERSION= 20170119
PORTVERSION= 20170224
CATEGORIES= sysutils devel
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
LOCAL/jkim

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1484854407
SHA256 (acpica-unix2-20170119.tar.gz) = c3c9338f7a03e8296bb43978990ab04f0bbd6234725838a2da4fda131367e468
SIZE (acpica-unix2-20170119.tar.gz) = 1438410
TIMESTAMP = 1488229492
SHA256 (acpica-unix2-20170224.tar.gz) = dca9a738f310b931b0805dabd1bf0536cb8ab4fe5ca9fd540ca4ddc430437af6
SIZE (acpica-unix2-20170224.tar.gz) = 1459815

View File

@@ -0,0 +1,11 @@
--- source/compiler/asltree.c.orig 2017-02-25 00:43:54 UTC
+++ source/compiler/asltree.c
@@ -187,7 +187,7 @@ TrAllocateNode (
}
Gbl_CommentState.Latest_Parse_Node = Op;
- if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName)
+ if (Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName[0])
{
CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n");
CvDbgPrint (" Op->Asl.ParseOpName = %s\n",