summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2008-03-28 14:22:15 +0000
committerxtraeme <xtraeme@pkgsrc.org>2008-03-28 14:22:15 +0000
commita9029bb4e1917c713add040c469c3c7a1abafb5f (patch)
treefae6fb185628fa01390d654707df891ca96fb0fd /sysutils
parent953165a829a63c156f79a91cc4c6f939e504932b (diff)
downloadpkgsrc-a9029bb4e1917c713add040c469c3c7a1abafb5f.tar.gz
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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/acpi-iasl/Makefile4
-rw-r--r--sysutils/acpi-iasl/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/acpi-iasl/Makefile b/sysutils/acpi-iasl/Makefile
index 31e9d036062..85658823c14 100644
--- a/sysutils/acpi-iasl/Makefile
+++ b/sysutils/acpi-iasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/08/17 20:14:55 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/03/28 14:22:15 xtraeme Exp $
#
DISTNAME= acpica-unix-${ACPI_IASL_VERSION}
@@ -10,7 +10,7 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.intel.com/technology/iapc/acpi/downloads.htm
COMMENT= Compiler of Intel ACPI CA - Unix Build Environment
-ACPI_IASL_VERSION= 20060217
+ACPI_IASL_VERSION= 20061109
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/sysutils/acpi-iasl/distinfo b/sysutils/acpi-iasl/distinfo
index 767762fd437..cb0e52ea10a 100644
--- a/sysutils/acpi-iasl/distinfo
+++ b/sysutils/acpi-iasl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/03/12 13:15:20 kochi Exp $
+$NetBSD: distinfo,v 1.6 2008/03/28 14:22:15 xtraeme Exp $
-SHA1 (acpica-unix-20060217.tar.gz) = 49151dc9edd821e6b9852640003bef9a7568614e
-RMD160 (acpica-unix-20060217.tar.gz) = 1aba33f2749a7465987906417d7daf95f75554ad
-Size (acpica-unix-20060217.tar.gz) = 797939 bytes
+SHA1 (acpica-unix-20061109.tar.gz) = 98540d982172286674d904f98ac1b5e13b59d455
+RMD160 (acpica-unix-20061109.tar.gz) = 70f6314e5968c8f0a918050677070c88da8f46cd
+Size (acpica-unix-20061109.tar.gz) = 862538 bytes