Fri Mar 28 14:22:15 2008 UTC ()
Update to 20061109 source: (leaf package)

Fixed a problem where the presence of the _OSI predefined control
method within complex expressions could cause an internal compiler
error.

AcpiExec: Implemented full region support for multiple address
spaces. SpaceId is now part of the REGION object. BZ 429

Ported the -g option (get local ACPI tables) to the new ACPICA
Table Manager to restore original behavior.

Fixed a compilation problem with the pre-defined Resource
Descriptor field names where an "object does not exist" error
could be incorrectly generated if the parent ResourceTemplate
pathname places the template within a different namespace scope
than the current scope. (BZ 7212)

Fixed a problem where the compiler could hang after syntax errors
detected in an ElseIf construct. (BZ 453)

Fixed a problem with the AmlFilename parameter to the
DefinitionBlock() operator. An incorrect output filename was
produced when this parameter was a null string (""). Now, the
original input filename is used as the AML output filename, with
an ".aml" extension.

Implemented a generic batch command mode for the AcpiExec utility
(execute any AML debugger command) (Valery Podrezov).

Fixed a problem with the implementation of the Switch() operator
where the temporary variable was declared too close to the actual
Switch, instead of at method level. This could cause a problem if
the Switch() operator is within a while loop, causing an error on
the second iteration. (BZ 460)

Disassembler - fix for error emitted for unknown type for target
of scope operator. Now, ignore it and continue.

Disassembly of an FADT now verifies the input FADT and reports any
errors found. Fix for proper disassembly of full-sized (ACPI 2.0)
FADTs.

... and more, please review the changes.txt file for more info.


(xtraeme)
diff -r1.10 -r1.11 pkgsrc/sysutils/acpi-iasl/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/acpi-iasl/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/sysutils/acpi-iasl/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/acpi-iasl/Attic/Makefile 2007/08/17 20:14:55 1.10
+++ pkgsrc/sysutils/acpi-iasl/Attic/Makefile 2008/03/28 14:22:15 1.11
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.10 2007/08/17 20:14:55 joerg Exp $ 1# $NetBSD: Makefile,v 1.11 2008/03/28 14:22:15 xtraeme Exp $
2# 2#
3 3
4DISTNAME= acpica-unix-${ACPI_IASL_VERSION} 4DISTNAME= acpica-unix-${ACPI_IASL_VERSION}
5PKGNAME= acpi-iasl-${ACPI_IASL_VERSION} 5PKGNAME= acpi-iasl-${ACPI_IASL_VERSION}
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://www.intel.com/technology/iapc/acpi/downloads/ 7MASTER_SITES= http://www.intel.com/technology/iapc/acpi/downloads/
8 8
9MAINTAINER= uebayasi@NetBSD.org 9MAINTAINER= uebayasi@NetBSD.org
10HOMEPAGE= http://www.intel.com/technology/iapc/acpi/downloads.htm 10HOMEPAGE= http://www.intel.com/technology/iapc/acpi/downloads.htm
11COMMENT= Compiler of Intel ACPI CA - Unix Build Environment 11COMMENT= Compiler of Intel ACPI CA - Unix Build Environment
12 12
13ACPI_IASL_VERSION= 20060217 13ACPI_IASL_VERSION= 20061109
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18INSTALLATION_DIRS= bin share/doc/acpi-iasl 18INSTALLATION_DIRS= bin share/doc/acpi-iasl
19 19
20USE_TOOLS+= bison flex gm4 gmake 20USE_TOOLS+= bison flex gm4 gmake
21 21
22do-build: 22do-build:
23 @cd ${WRKSRC}/compiler && ${MAKE_PROGRAM} 23 @cd ${WRKSRC}/compiler && ${MAKE_PROGRAM}
24 @cd ${WRKSRC}/tools/acpisrc && ${MAKE_PROGRAM} 24 @cd ${WRKSRC}/tools/acpisrc && ${MAKE_PROGRAM}
25 25
26do-install: 26do-install:

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/acpi-iasl/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/acpi-iasl/Attic/distinfo 2006/03/12 13:15:20 1.5
+++ pkgsrc/sysutils/acpi-iasl/Attic/distinfo 2008/03/28 14:22:15 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2006/03/12 13:15:20 kochi Exp $ 1$NetBSD: distinfo,v 1.6 2008/03/28 14:22:15 xtraeme Exp $
2 2
3SHA1 (acpica-unix-20060217.tar.gz) = 49151dc9edd821e6b9852640003bef9a7568614e 3SHA1 (acpica-unix-20061109.tar.gz) = 98540d982172286674d904f98ac1b5e13b59d455
4RMD160 (acpica-unix-20060217.tar.gz) = 1aba33f2749a7465987906417d7daf95f75554ad 4RMD160 (acpica-unix-20061109.tar.gz) = 70f6314e5968c8f0a918050677070c88da8f46cd
5Size (acpica-unix-20060217.tar.gz) = 797939 bytes 5Size (acpica-unix-20061109.tar.gz) = 862538 bytes