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:   kamil
Date:           Sat May 25 12:37:00 UTC 2019

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: Fix build for Linux

Tested by Ottavio Caruso.


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.58 -r1.59 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.209 pkgsrc/emulators/qemu/Makefile:1.210
--- pkgsrc/emulators/qemu/Makefile:1.209        Fri May 24 09:08:38 2019
+++ pkgsrc/emulators/qemu/Makefile      Sat May 25 12:36:59 2019
@@ -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+=          or1k ppc ppc64 ppc64le ppc64
 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: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.58 pkgsrc/emulators/qemu/PLIST:1.59
--- pkgsrc/emulators/qemu/PLIST:1.58    Fri May 24 00:28:52 2019
+++ pkgsrc/emulators/qemu/PLIST Sat May 25 12:36:59 2019
@@ -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-x86_64
 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