pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: Fix build for Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71203da15625
branches:  trunk
changeset: 334366:71203da15625
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat May 25 12:36:59 2019 +0000

description:
qemu: Fix build for Linux

Tested by Ottavio Caruso.

diffstat:

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

diffs (37 lines):

diff -r 763471ba71ca -r 71203da15625 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Sat May 25 12:14:19 2019 +0000
+++ b/emulators/qemu/Makefile   Sat May 25 12:36:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.209 2019/05/24 09:08:38 wiz Exp $
+# $NetBSD: Makefile,v 1.210 2019/05/25 12:36:59 kamil Exp $
 
 DISTNAME=      qemu-4.0.0
 PKGREVISION=   5
@@ -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"
diff -r 763471ba71ca -r 71203da15625 emulators/qemu/PLIST
--- a/emulators/qemu/PLIST      Sat May 25 12:14:19 2019 +0000
+++ b/emulators/qemu/PLIST      Sat May 25 12:36:59 2019 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.58 2019/05/24 00:28:52 kamil Exp $
+@comment $NetBSD: PLIST,v 1.59 2019/05/25 12:36:59 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



Home | Main Index | Thread Index | Old Index