Index: Makefile =================================================================== RCS file: /cvsroot/pkgsrc/emulators/qemu/Makefile,v retrieving revision 1.209 diff -u -r1.209 Makefile --- Makefile 24 May 2019 09:08:38 -0000 1.209 +++ Makefile 25 May 2019 08:58:12 -0000 @@ -105,7 +105,6 @@ UE_ARCHS+= riscv32 riscv64 UE_ARCHS+= s390x sh4 sh4eb sparc sparc32plus sparc64 UE_ARCHS+= tilegx -UE_ARCHS+= unicore32 UE_ARCHS+= x86_64 xtensa xtensaeb .if ${OPSYS} == "NetBSD" Index: PLIST =================================================================== RCS file: /cvsroot/pkgsrc/emulators/qemu/PLIST,v retrieving revision 1.58 diff -u -r1.58 PLIST --- PLIST 24 May 2019 00:28:52 -0000 1.58 +++ PLIST 25 May 2019 08:58:12 -0000 @@ -1,5 +1,7 @@ @comment $NetBSD: PLIST,v 1.58 2019/05/24 00:28:52 kamil 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 @@ -69,7 +71,6 @@ bin/qemu-system-xtensa bin/qemu-system-xtensaeb ${PLIST.tilegx}bin/qemu-tilegx -${PLIST.unicore32}bin/qemu-unicore32 ${PLIST.x86_64}bin/qemu-x86_64 ${PLIST.xtensa}bin/qemu-xtensa ${PLIST.xtensaeb}bin/qemu-xtensaeb