pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 27 01:44:17 UTC 2022

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: fix PLIST on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/emulators/qemu/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.291 pkgsrc/emulators/qemu/Makefile:1.292
--- pkgsrc/emulators/qemu/Makefile:1.291        Thu Dec 16 12:59:43 2021
+++ pkgsrc/emulators/qemu/Makefile      Sun Mar 27 01:44:17 2022
@@ -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

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.79 pkgsrc/emulators/qemu/PLIST:1.80
--- pkgsrc/emulators/qemu/PLIST:1.79    Thu Dec 16 12:59:43 2021
+++ pkgsrc/emulators/qemu/PLIST Sun Mar 27 01:44:17 2022
@@ -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



Home | Main Index | Thread Index | Old Index