From owner-svn-ports-all@freebsd.org Tue Jun 20 14:45:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BDCBD9A4C8; Tue, 20 Jun 2017 14:45:03 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B4B2ECC; Tue, 20 Jun 2017 14:45:03 +0000 (UTC) (envelope-from royger@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5KEj2QT080260; Tue, 20 Jun 2017 14:45:02 GMT (envelope-from royger@FreeBSD.org) Received: (from royger@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5KEj2GH080258; Tue, 20 Jun 2017 14:45:02 GMT (envelope-from royger@FreeBSD.org) Message-Id: <201706201445.v5KEj2GH080258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: royger set sender to royger@FreeBSD.org using -f From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Date: Tue, 20 Jun 2017 14:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r443981 - in branches/2017Q2/sysutils/xen-tools: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 14:45:03 -0000 Author: royger (src committer) Date: Tue Jun 20 14:45:02 2017 New Revision: 443981 URL: https://svnweb.freebsd.org/changeset/ports/443981 Log: MFH: r443875 xen-tools: fix ASL QEMU code In order to build with newer IASL compiler found in FreeBSD 12 Sponsored by: Citrix Systems R&D Approved by: ports-secteam (feld) Added: branches/2017Q2/sysutils/xen-tools/files/iasl-qemuu.patch - copied unchanged from r443875, head/sysutils/xen-tools/files/iasl-qemuu.patch Modified: branches/2017Q2/sysutils/xen-tools/Makefile Directory Properties: branches/2017Q2/ (props changed) Modified: branches/2017Q2/sysutils/xen-tools/Makefile ============================================================================== --- branches/2017Q2/sysutils/xen-tools/Makefile Tue Jun 20 14:43:44 2017 (r443980) +++ branches/2017Q2/sysutils/xen-tools/Makefile Tue Jun 20 14:45:02 2017 (r443981) @@ -3,7 +3,7 @@ PORTNAME= xen PKGNAMESUFFIX= -tools PORTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils emulators MASTER_SITES= http://downloads.xenproject.org/release/xen/${PORTVERSION}/ Copied: branches/2017Q2/sysutils/xen-tools/files/iasl-qemuu.patch (from r443875, head/sysutils/xen-tools/files/iasl-qemuu.patch) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2017Q2/sysutils/xen-tools/files/iasl-qemuu.patch Tue Jun 20 14:45:02 2017 (r443981, copy of r443875, head/sysutils/xen-tools/files/iasl-qemuu.patch) @@ -0,0 +1,26 @@ +diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl +index a2d84ecf8f..e86d3eb263 100644 +--- a/hw/i386/acpi-dsdt.dsl ++++ b/hw/i386/acpi-dsdt.dsl +@@ -62,8 +62,6 @@ DefinitionBlock ( + + Scope(\_SB.PCI0) { + +- External(ISA, DeviceObj) +- + Device(ISA) { + Name(_ADR, 0x00010000) + +diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl +index 16eaca3fae..44fa4a9c0c 100644 +--- a/hw/i386/q35-acpi-dsdt.dsl ++++ b/hw/i386/q35-acpi-dsdt.dsl +@@ -55,8 +55,6 @@ DefinitionBlock ( + Name(_ADR, 0x00) + Name(_UID, 1) + +- External(ISA, DeviceObj) +- + // _OSC: based on sample of ACPI3.0b spec + Name(SUPP, 0) // PCI _OSC Support Field value + Name(CTRL, 0) // PCI _OSC Control Field value