pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: ivshmem no longer seems to be bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8804414fe779
branches:  trunk
changeset: 449973:8804414fe779
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 08 13:10:18 2021 +0000

description:
qemu: ivshmem no longer seems to be built by default

reported in #pkgsrc

diffstat:

 emulators/qemu/Makefile |  6 ++----
 emulators/qemu/PLIST    |  4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 6035b928ccd8 -r 8804414fe779 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Thu Apr 08 13:05:51 2021 +0000
+++ b/emulators/qemu/Makefile   Thu Apr 08 13:10:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.271 2021/04/08 13:02:08 nia Exp $
+# $NetBSD: Makefile,v 1.272 2021/04/08 13:10:18 nia Exp $
 
 DISTNAME=      qemu-5.2.0
 PKGREVISION=   5
@@ -121,15 +121,13 @@
 USER_EMUL=                     ${UE_ARCHS}
 PLIST.bridge-helper=           yes
 PLIST.nbd=                     yes
-PLIST.ivshmem=                 yes
 PLIST.pr-helper=               yes
 .elif !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
-PLIST.ivshmem=                 yes
 PLIST.nbd=                     yes
 CONFIGURE_ARGS+=               --disable-coroutine-pool
 .endif
 
-PLIST_VARS+=           ${UE_ARCHS} bridge-helper ivshmem keymap nbd pr-helper
+PLIST_VARS+=           ${UE_ARCHS} bridge-helper keymap nbd pr-helper
 .for pvar in ${USER_EMUL}
 PLIST.${pvar}=         yes
 .endfor
diff -r 6035b928ccd8 -r 8804414fe779 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST      Thu Apr 08 13:05:51 2021 +0000
+++ b/emulators/qemu/PLIST      Thu Apr 08 13:10:18 2021 +0000
@@ -1,7 +1,5 @@
-@comment $NetBSD: PLIST,v 1.72 2021/04/08 13:05:51 nia Exp $
+@comment $NetBSD: PLIST,v 1.73 2021/04/08 13:10:18 nia Exp $
 bin/elf2dmp
-${PLIST.ivshmem}bin/ivshmem-client
-${PLIST.ivshmem}bin/ivshmem-server
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
 ${PLIST.alpha}bin/qemu-alpha



Home | Main Index | Thread Index | Old Index