pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: enable spice by default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a71af3843da6
branches:  trunk
changeset: 443548:a71af3843da6
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Dec 15 16:50:08 2020 +0000

description:
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++

diffstat:

 emulators/qemu/Makefile   |  4 ++--
 emulators/qemu/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r ec26fcd27605 -r a71af3843da6 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue Dec 15 13:02:30 2020 +0000
+++ b/emulators/qemu/Makefile   Tue Dec 15 16:50:08 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.257 2020/12/04 20:45:17 nia Exp $
+# $NetBSD: Makefile,v 1.258 2020/12/15 16:50:08 maya Exp $
 
 DISTNAME=      qemu-5.1.0
-PKGREVISION=   10
+PKGREVISION=   11
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
diff -r ec26fcd27605 -r a71af3843da6 emulators/qemu/options.mk
--- a/emulators/qemu/options.mk Tue Dec 15 13:02:30 2020 +0000
+++ b/emulators/qemu/options.mk Tue Dec 15 16:50:08 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2020/09/27 21:27:27 jakllsch Exp $
+# $NetBSD: options.mk,v 1.13 2020/12/15 16:50:08 maya Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS= debug-info gtk3 iscsi sdl spice
-PKG_SUGGESTED_OPTIONS+=        iscsi
+PKG_SUGGESTED_OPTIONS+=        iscsi spice
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index