summaryrefslogtreecommitdiff
path: root/emulators/qemu
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-03-27 01:44:17 +0000
committertnn <tnn@pkgsrc.org>2022-03-27 01:44:17 +0000
commit047af7146da398c93d5569b203975be671750bc4 (patch)
tree28a178f9f79cd98146de10f46fefbb2e66b4fab7 /emulators/qemu
parentb41e45d624c1a9a2ce1a5a25f2ee3391af0b78d0 (diff)
downloadpkgsrc-047af7146da398c93d5569b203975be671750bc4.tar.gz
qemu: fix PLIST on SunOS
Diffstat (limited to 'emulators/qemu')
-rw-r--r--emulators/qemu/Makefile10
-rw-r--r--emulators/qemu/PLIST6
2 files changed, 12 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 919f7d8a779..d06bfa1560d 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 @@ PLIST.nbd= yes
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 --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index d4a0e488782..8cb183d45ee 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -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 @@ bin/qemu-system-xtensaeb
${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/man7/qemu-storage-daemon-qmp-ref.7
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