head 1.2; access; symbols pkgsrc-2020Q2:1.1.0.18 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.14 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.16 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.12 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.10 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.8 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2020.08.19.10.39.25; author bouyer; state dead; branches; next 1.1; commitid DGAMglRf0Jde6FkC; 1.1 date 2018.07.03.13.57.20; author maya; state Exp; branches 1.1.2.1; next ; commitid qqtoPwATPmoCcHIA; 1.1.2.1 date 2018.07.03.13.57.20; author bsiegert; state dead; branches; next 1.1.2.2; commitid kgr8QGBEl9O3qVIA; 1.1.2.2 date 2018.07.05.08.45.27; author bsiegert; state Exp; branches; next ; commitid kgr8QGBEl9O3qVIA; desc @@ 1.2 log @Remove xenkernel and xentools packages older than 4.11. They're not maintained anymore upstream, and don't build on supported NetBSD releases. @ text @$NetBSD: patch-qemu-xen_hw_i386_ssdt-pcihp.dsl,v 1.1 2018/07/03 13:57:20 maya Exp $ Fix for newer iasl. Length was previously truncated to 8 characters. --- qemu-xen/hw/i386/ssdt-pcihp.dsl.orig 2017-06-21 15:43:09.000000000 +0000 +++ qemu-xen/hw/i386/ssdt-pcihp.dsl @@@@ -15,7 +15,7 @@@@ ACPI_EXTRACT_ALL_CODE ssdp_pcihp_aml -DefinitionBlock ("ssdt-pcihp.aml", "SSDT", 0x01, "BXPC", "BXSSDTPCIHP", 0x1) +DefinitionBlock ("ssdt-pcihp.aml", "SSDT", 0x01, "BXPC", "BXSSDTPC", 0x1) { /**************************************************************** @ 1.1 log @xentools46: fixes to build on netbsd-current, - fix with gcc6 (unused function, misleading indentation), from upstream - Makefile fix for newer iasl, from upstream - seabios table fix from me/debian/etc submitted here: https://mail.coreboot.org/pipermail/seabios/2018-June/012348.html bump pkgrevision for paranoia. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-qemu-xen_hw_i386_ssdt-pcihp.dsl was added on branch pkgsrc-2018Q2 on 2018-07-05 08:45:27 +0000 @ text @d1 16 @ 1.1.2.2 log @Pullup ticket #5780 - requested by maya sysutils/xentools46: NetBSD build fix Revisions pulled up: - sysutils/xentools46/Makefile 1.32 - sysutils/xentools46/distinfo 1.12 - sysutils/xentools46/patches/patch-firmware_hvmloader_Makefile 1.2 - sysutils/xentools46/patches/patch-qemu-xen_hw_i386_ssdt-misc.dsl 1.1 - sysutils/xentools46/patches/patch-qemu-xen_hw_i386_ssdt-pcihp.dsl 1.1 - sysutils/xentools46/patches/patch-xentrace_xenalyze.c 1.1 --- Module Name: pkgsrc Committed By: maya Date: Tue Jul 3 13:57:20 UTC 2018 Modified Files: pkgsrc/sysutils/xentools46: Makefile distinfo pkgsrc/sysutils/xentools46/patches: patch-firmware_hvmloader_Makefile Added Files: pkgsrc/sysutils/xentools46/patches: patch-qemu-xen_hw_i386_ssdt-misc.dsl patch-qemu-xen_hw_i386_ssdt-pcihp.dsl patch-xentrace_xenalyze.c Log Message: xentools46: fixes to build on netbsd-current, - fix with gcc6 (unused function, misleading indentation), from upstream - Makefile fix for newer iasl, from upstream - seabios table fix from me/debian/etc submitted here: https://mail.coreboot.org/pipermail/seabios/2018-June/012348.html bump pkgrevision for paranoia. @ text @a0 16 $NetBSD: patch-qemu-xen_hw_i386_ssdt-pcihp.dsl,v 1.1 2018/07/03 13:57:20 maya Exp $ Fix for newer iasl. Length was previously truncated to 8 characters. --- qemu-xen/hw/i386/ssdt-pcihp.dsl.orig 2017-06-21 15:43:09.000000000 +0000 +++ qemu-xen/hw/i386/ssdt-pcihp.dsl @@@@ -15,7 +15,7 @@@@ ACPI_EXTRACT_ALL_CODE ssdp_pcihp_aml -DefinitionBlock ("ssdt-pcihp.aml", "SSDT", 0x01, "BXPC", "BXSSDTPCIHP", 0x1) +DefinitionBlock ("ssdt-pcihp.aml", "SSDT", 0x01, "BXPC", "BXSSDTPC", 0x1) { /**************************************************************** @