Date: Fri, 18 Apr 2014 15:16:10 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351547 - head/emulators/qemu-devel Message-ID: <201404181516.s3IFGA62005292@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Apr 18 15:16:09 2014 New Revision: 351547 URL: http://svnweb.freebsd.org/changeset/ports/351547 QAT: https://qat.redports.org/buildarchive/r351547/ Log: (Attempt to) fix the previous commit: - Set fbsd:nokeywords property on files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 . [1] - pkg-plst was missed. Resported by: Nikolai Lifanov <lifanov@mail.lifanov.com> [1] Modified: head/emulators/qemu-devel/pkg-plist Modified: head/emulators/qemu-devel/pkg-plist ============================================================================== --- head/emulators/qemu-devel/pkg-plist Fri Apr 18 15:12:03 2014 (r351546) +++ head/emulators/qemu-devel/pkg-plist Fri Apr 18 15:16:09 2014 (r351547) @@ -2,6 +2,7 @@ bin/qemu-ga bin/qemu-img bin/qemu-io bin/qemu-nbd +%%NONX86%%bin/qemu-system-aarch64 %%NONX86%%bin/qemu-system-alpha %%NONX86%%bin/qemu-system-arm %%NONX86%%bin/qemu-system-cris @@ -51,8 +52,10 @@ etc/qemu/target-x86_64.conf.sample @exec if [ ! -f %D/etc/qemu/target-x86_64.conf ] ; then cp -p %D/%F %D/etc/qemu/target-x86_64.conf; fi @dirrmtry etc/qemu %%DATADIR%%/QEMU,tcx.bin +%%DATADIR%%/QEMU,cgthree.bin %%DATADIR%%/acpi-dsdt.aml %%DATADIR%%/q35-acpi-dsdt.aml +%%DATADIR%%/bios-256k.bin %%DATADIR%%/bios.bin %%DATADIR%%/efi-e1000.rom %%DATADIR%%/efi-eepro100.rom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404181516.s3IFGA62005292>