Tue Dec 15 16:50:08 2020 UTC ()
qemu: enable spice by default.

Proposed without objections on tech-pkg in
https://mail-index.netbsd.org/tech-pkg/2020/11/01/msg023995.html

PKGREVISION++


(maya)
diff -r1.257 -r1.258 pkgsrc/emulators/qemu/Makefile
diff -r1.12 -r1.13 pkgsrc/emulators/qemu/options.mk

cvs diff -r1.257 -r1.258 pkgsrc/emulators/qemu/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/qemu/Makefile 2020/12/04 20:45:17 1.257
+++ pkgsrc/emulators/qemu/Makefile 2020/12/15 16:50:08 1.258
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.257 2020/12/04 20:45:17 nia Exp $ 1# $NetBSD: Makefile,v 1.258 2020/12/15 16:50:08 maya Exp $
2 2
3DISTNAME= qemu-5.1.0 3DISTNAME= qemu-5.1.0
4PKGREVISION= 10 4PKGREVISION= 11
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= https://download.qemu.org/ 6MASTER_SITES= https://download.qemu.org/
7EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.qemu-project.org/ 10HOMEPAGE= http://www.qemu-project.org/
11COMMENT= CPU emulator using dynamic translation 11COMMENT= CPU emulator using dynamic translation
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd 12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit AND modified-bsd
13 13
14USE_CURSES= resize_term wide 14USE_CURSES= resize_term wide
15USE_LANGUAGES+= c c++ 15USE_LANGUAGES+= c c++
16USE_TOOLS+= bison flex gmake makeinfo perl:build pod2man pkg-config 16USE_TOOLS+= bison flex gmake makeinfo perl:build pod2man pkg-config
17FAKE_NCURSES= yes 17FAKE_NCURSES= yes

cvs diff -r1.12 -r1.13 pkgsrc/emulators/qemu/options.mk (expand / switch to unified diff)

--- pkgsrc/emulators/qemu/options.mk 2020/09/27 21:27:27 1.12
+++ pkgsrc/emulators/qemu/options.mk 2020/12/15 16:50:08 1.13
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: options.mk,v 1.12 2020/09/27 21:27:27 jakllsch Exp $ 1# $NetBSD: options.mk,v 1.13 2020/12/15 16:50:08 maya Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.qemu 3PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
4PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice 4PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice
5PKG_SUGGESTED_OPTIONS+= iscsi 5PKG_SUGGESTED_OPTIONS+= iscsi spice
6 6
7.include "../../mk/bsd.fast.prefs.mk" 7.include "../../mk/bsd.fast.prefs.mk"
8 8
9.if ${OPSYS} == "Linux" 9.if ${OPSYS} == "Linux"
10PKG_SUPPORTED_OPTIONS+= virtfs-proxy-helper 10PKG_SUPPORTED_OPTIONS+= virtfs-proxy-helper
11.endif 11.endif
12 12
13.if ${OPSYS} != "Darwin" 13.if ${OPSYS} != "Darwin"
14# NetBSD<9.0 does not have EGL support in native X11, 14# NetBSD<9.0 does not have EGL support in native X11,
15# so the QEMU OpenGL display driver cannot build. 15# so the QEMU OpenGL display driver cannot build.
16. include "../../graphics/MesaLib/features.mk" 16. include "../../graphics/MesaLib/features.mk"
17. if !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss]) 17. if !empty(MESALIB_SUPPORTS_EGL:M[Yy][Ee][Ss])
18PKG_SUPPORTED_OPTIONS+= opengl 18PKG_SUPPORTED_OPTIONS+= opengl