pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: fix PLIST on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/9565ee75e4a7
branches: trunk
changeset: 375794:9565ee75e4a7
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Mar 27 01:44:17 2022 +0000
description:
qemu: fix PLIST on SunOS
diffstat:
emulators/qemu/Makefile | 10 +++++++++-
emulators/qemu/PLIST | 6 +++---
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (56 lines):
diff -r 3fbd185385fd -r 9565ee75e4a7 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Sun Mar 27 00:46:27 2022 +0000
+++ b/emulators/qemu/Makefile Sun Mar 27 01:44:17 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.291 2021/12/16 12:59:43 tnn Exp $
+# $NetBSD: Makefile,v 1.292 2022/03/27 01:44:17 tnn Exp $
DISTNAME= qemu-6.2.0
CATEGORIES= emulators
@@ -145,6 +145,14 @@
CONFIGURE_ARGS+= --disable-coroutine-pool
.endif
+PLIST_VARS+= plugins
+.if ${OPSYS} != "SunOS"
+PLIST.plugins= yes
+CONFIGURE_ARGS+= --enable-plugins
+.else
+CONFIGURE_ARGS+= --disable-plugins
+.endif
+
PLIST_VARS+= ${UE_ARCHS} bridge-helper keymap nbd pr-helper
.for pvar in ${USER_EMUL}
PLIST.${pvar}= yes
diff -r 3fbd185385fd -r 9565ee75e4a7 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST Sun Mar 27 00:46:27 2022 +0000
+++ b/emulators/qemu/PLIST Sun Mar 27 01:44:17 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2021/12/16 12:59:43 tnn Exp $
+@comment $NetBSD: PLIST,v 1.80 2022/03/27 01:44:17 tnn Exp $
bin/elf2dmp
${PLIST.aarch64}bin/qemu-aarch64
${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -72,12 +72,13 @@
${PLIST.x86_64}bin/qemu-x86_64
${PLIST.xtensa}bin/qemu-xtensa
${PLIST.xtensaeb}bin/qemu-xtensaeb
-include/qemu-plugin.h
+${PLIST.plugins}include/qemu-plugin.h
${PLIST.bridge-helper}libexec/qemu-bridge-helper
${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
man/man1/qemu-img.1
man/man1/qemu-storage-daemon.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
@@ -86,7 +87,6 @@
man/man8/qemu-ga.8
man/man8/qemu-nbd.8
man/man8/qemu-pr-helper.8
-${PLIST.virtfs-proxy-helper}man/man1/virtfs-proxy-helper.1
share/applications/qemu.desktop
share/doc/qemu/.buildinfo
share/doc/qemu/Makefile.multinode-NetBSD
Home |
Main Index |
Thread Index |
Old Index