Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2017 18:28:00 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435356 - in head/sysutils/acpica-tools: . files
Message-ID:  <201703031828.v23IS0Di013545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Mar  3 18:28:00 2017
New Revision: 435356
URL: https://svnweb.freebsd.org/changeset/ports/435356

Log:
  Update to 20170303.

Deleted:
  head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h
  head/sysutils/acpica-tools/files/patch-source_components_disassembler_dmopcode.c
Modified:
  head/sysutils/acpica-tools/Makefile
  head/sysutils/acpica-tools/distinfo
  head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c

Modified: head/sysutils/acpica-tools/Makefile
==============================================================================
--- head/sysutils/acpica-tools/Makefile	Fri Mar  3 18:27:48 2017	(r435355)
+++ head/sysutils/acpica-tools/Makefile	Fri Mar  3 18:28:00 2017	(r435356)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	acpica
-PORTVERSION=	20170224
-PORTREVISION=	1
+PORTVERSION=	20170303
 CATEGORIES=	sysutils devel
 MASTER_SITES=	https://acpica.org/sites/acpica/files/ \
 		LOCAL/jkim
 PKGNAMESUFFIX=	-tools
-DISTNAME=	${PORTNAME}-unix2-${PORTVERSION}
+DISTNAME=	${PORTNAME}-unix-${PORTVERSION}
 
 MAINTAINER=	jkim@FreeBSD.org
 COMMENT=	Tools from the ACPI Component Architecture (ACPICA) project

Modified: head/sysutils/acpica-tools/distinfo
==============================================================================
--- head/sysutils/acpica-tools/distinfo	Fri Mar  3 18:27:48 2017	(r435355)
+++ head/sysutils/acpica-tools/distinfo	Fri Mar  3 18:28:00 2017	(r435356)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488229492
-SHA256 (acpica-unix2-20170224.tar.gz) = dca9a738f310b931b0805dabd1bf0536cb8ab4fe5ca9fd540ca4ddc430437af6
-SIZE (acpica-unix2-20170224.tar.gz) = 1459815
+TIMESTAMP = 1488565126
+SHA256 (acpica-unix-20170303.tar.gz) = c093c9eabd1f8c51d79364d829975c5335c8028c4816a7a80dfb8590f31889b5
+SIZE (acpica-unix-20170303.tar.gz) = 1710577

Modified: head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c
==============================================================================
--- head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c	Fri Mar  3 18:27:48 2017	(r435355)
+++ head/sysutils/acpica-tools/files/patch-source_compiler_asltree.c	Fri Mar  3 18:28:00 2017	(r435356)
@@ -1,11 +1,27 @@
---- source/compiler/asltree.c.orig	2017-02-25 00:43:54 UTC
+--- source/compiler/asltree.c.orig	2017-03-03 17:25:50 UTC
 +++ source/compiler/asltree.c
-@@ -187,7 +187,7 @@ TrAllocateNode (
+@@ -295,17 +295,14 @@ 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",
+-        {
+-            CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n");
+-            CvDbgPrint ("           Op->Asl.ParseOpName = %s\n",
+-                Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName);
+-            CvDbgPrint ("           Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode);
++        CvDbgPrint ("trallocatenode=Set latest parse node to this node.\n");
++        CvDbgPrint ("           Op->Asl.ParseOpName = %s\n",
++            Gbl_CommentState.Latest_Parse_Node->Asl.ParseOpName);
++        CvDbgPrint ("           Op->Asl.ParseOpcode = 0x%x\n", ParseOpcode);
+ 
+-            if (Op->Asl.FileChanged)
+-            {
+-                CvDbgPrint("    file has been changed!\n");
+-            }
++        if (Op->Asl.FileChanged)
++        {
++            CvDbgPrint("    file has been changed!\n");
+         }
+ 
+         /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703031828.v23IS0Di013545>