Date: Tue, 1 Sep 2015 17:38:30 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395787 - head/emulators/qemu-sbruno Message-ID: <201509011738.t81HcUjN016361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Sep 1 17:38:29 2015 New Revision: 395787 URL: https://svnweb.freebsd.org/changeset/ports/395787 Log: Build fix: - Remove etc/qemu/target-x86_64.conf.sample dropped by upstream - Add vgabios-virtio.bin Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/pkg-plist Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Sep 1 17:12:31 2015 (r395786) +++ head/emulators/qemu-sbruno/Makefile Tue Sep 1 17:38:29 2015 (r395787) @@ -292,8 +292,6 @@ post-install: .endif ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup.sample ${STAGEDIR}${PREFIX}/etc ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown.sample ${STAGEDIR}${PREFIX}/etc - @(cd ${STAGEDIR}${PREFIX}/etc/qemu && \ - ${MV} -i target-x86_64.conf target-x86_64.conf.sample) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qemu-* .endif Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Tue Sep 1 17:12:31 2015 (r395786) +++ head/emulators/qemu-sbruno/pkg-plist Tue Sep 1 17:38:29 2015 (r395787) @@ -47,7 +47,6 @@ %%SOFTMMU%%man/man8/qemu-nbd.8.gz %%SOFTMMU%%@sample etc/qemu-ifup.sample %%SOFTMMU%%@sample etc/qemu-ifdown.sample -%%SOFTMMU%%@sample etc/qemu/target-x86_64.conf.sample %%SOFTMMU%%%%DATADIR%%/QEMU,tcx.bin %%SOFTMMU%%%%DATADIR%%/QEMU,cgthree.bin %%SOFTMMU%%%%DATADIR%%/acpi-dsdt.aml @@ -66,6 +65,7 @@ %%SOFTMMU%%%%DATADIR%%/vgabios-cirrus.bin %%SOFTMMU%%%%DATADIR%%/vgabios-qxl.bin %%SOFTMMU%%%%DATADIR%%/vgabios-stdvga.bin +%%SOFTMMU%%%%DATADIR%%/vgabios-virtio.bin %%SOFTMMU%%%%DATADIR%%/vgabios-vmware.bin %%SOFTMMU%%%%DATADIR%%/palcode-clipper %%SOFTMMU%%%%DATADIR%%/ppc_rom.bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509011738.t81HcUjN016361>