pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: Linux PLIST fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/8dbdc16bb927
branches: trunk
changeset: 335445:8dbdc16bb927
user: gson <gson%pkgsrc.org@localhost>
date: Wed Jun 19 19:08:05 2019 +0000
description:
qemu: Linux PLIST fixes
bin/virtfs-proxy-helper and man/man1/virtfs-proxy-helper.1 were
missing from the PLIST when building on Linux.
diffstat:
emulators/qemu/Makefile | 5 +++--
emulators/qemu/PLIST | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r fb701dfb950f -r 8dbdc16bb927 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Wed Jun 19 17:52:08 2019 +0000
+++ b/emulators/qemu/Makefile Wed Jun 19 19:08:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.210 2019/05/25 12:36:59 kamil Exp $
+# $NetBSD: Makefile,v 1.211 2019/06/19 19:08:05 gson Exp $
DISTNAME= qemu-4.0.0
PKGREVISION= 5
@@ -123,12 +123,13 @@
PLIST.nbd= yes
PLIST.ivshmem= yes
PLIST.pr-helper= yes
+PLIST.virtfs-proxy-helper=yes
.elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
PLIST.nbd= yes
CONFIGURE_ARGS+= --disable-coroutine-pool
.endif
-PLIST_VARS+= ${UE_ARCHS} bridge-helper ivshmem nbd pr-helper
+PLIST_VARS+= ${UE_ARCHS} bridge-helper ivshmem nbd pr-helper virtfs-proxy-helper
.for pvar in ${USER_EMUL}
PLIST.${pvar}= yes
.endfor
diff -r fb701dfb950f -r 8dbdc16bb927 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST Wed Jun 19 17:52:08 2019 +0000
+++ b/emulators/qemu/PLIST Wed Jun 19 19:08:05 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.59 2019/05/25 12:36:59 kamil Exp $
+@comment $NetBSD: PLIST,v 1.60 2019/06/19 19:08:05 gson Exp $
bin/elf2dmp
${PLIST.ivshmem}bin/ivshmem-client
${PLIST.ivshmem}bin/ivshmem-server
@@ -74,9 +74,11 @@
${PLIST.x86_64}bin/qemu-x86_64
${PLIST.xtensa}bin/qemu-xtensa
${PLIST.xtensaeb}bin/qemu-xtensaeb
+${PLIST.virtfs-proxy-helper}bin/virtfs-proxy-helper
${PLIST.bridge-helper}libexec/qemu-bridge-helper
man/man1/qemu-img.1
man/man1/qemu.1
+${PLIST.virtfs-proxy-helper}man/man1/virtfs-proxy-helper.1
man/man7/qemu-block-drivers.7
man/man7/qemu-cpu-models.7
man/man7/qemu-ga-ref.7
Home |
Main Index |
Thread Index |
Old Index