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:   nia
Date:           Thu Apr  8 13:10:18 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: ivshmem no longer seems to be built by default

reported in #pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.72 -r1.73 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.271 pkgsrc/emulators/qemu/Makefile:1.272
--- pkgsrc/emulators/qemu/Makefile:1.271        Thu Apr  8 13:02:08 2021
+++ pkgsrc/emulators/qemu/Makefile      Thu Apr  8 13:10:18 2021
@@ -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 @@ PLIST.nbd=                        yes
 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

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.72 pkgsrc/emulators/qemu/PLIST:1.73
--- pkgsrc/emulators/qemu/PLIST:1.72    Thu Apr  8 13:05:51 2021
+++ pkgsrc/emulators/qemu/PLIST Thu Apr  8 13:10:18 2021
@@ -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