summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2020-02-07 08:39:19 +0000
committerkamil <kamil@pkgsrc.org>2020-02-07 08:39:19 +0000
commitfb35650d6e13ed8523151abd1d2e897bce5aa41a (patch)
treef9c3bac773e603aeb87857737e8dab01df9442fd /emulators
parent8fe6737c3134bbf6ce7c65be0e4c76f9bda30eff (diff)
downloadpkgsrc-fb35650d6e13ed8523151abd1d2e897bce5aa41a.tar.gz
qemu: Disable spice by default
There are bugs to solve first. Requested by maxv@.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile4
-rw-r--r--emulators/qemu/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 3a57477bfdf..6792bd3ffa1 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 --git a/emulators/qemu/options.mk b/emulators/qemu/options.mk
index dc55214ad44..5da2584b4f0 100644
--- a/emulators/qemu/options.mk
+++ b/emulators/qemu/options.mk
@@ -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"