pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: Disable spice by default



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80960f251c06
branches:  trunk
changeset: 422949:80960f251c06
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Fri Feb 07 08:39:19 2020 +0000

description:
qemu: Disable spice by default

There are bugs to solve first.

Requested by maxv@.

diffstat:

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

diffs (27 lines):

diff -r 8724162d2615 -r 80960f251c06 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Fri Feb 07 07:37:45 2020 +0000
+++ b/emulators/qemu/Makefile   Fri Feb 07 08:39:19 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.231 2020/02/06 23:23:21 kamil Exp $
+# $NetBSD: Makefile,v 1.232 2020/02/07 08:39:19 kamil Exp $
 
 DISTNAME=      qemu-4.2.0
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
diff -r 8724162d2615 -r 80960f251c06 emulators/qemu/options.mk
--- a/emulators/qemu/options.mk Fri Feb 07 07:37:45 2020 +0000
+++ b/emulators/qemu/options.mk Fri Feb 07 08:39:19 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.7 2020/02/06 22:01:37 kamil Exp $
+# $NetBSD: options.mk,v 1.8 2020/02/07 08:39:19 kamil Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qemu
 PKG_SUPPORTED_OPTIONS= gtk3 sdl spice
-PKG_SUGGESTED_OPTIONS+=        spice
+PKG_SUGGESTED_OPTIONS+=
 
 .include "../../mk/bsd.fast.prefs.mk"
 



Home | Main Index | Thread Index | Old Index