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:           Fri Feb  7 08:39:19 UTC 2020

Modified Files:
        pkgsrc/emulators/qemu: Makefile options.mk

Log Message:
qemu: Disable spice by default

There are bugs to solve first.

Requested by maxv@.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/qemu/options.mk

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.231 pkgsrc/emulators/qemu/Makefile:1.232
--- pkgsrc/emulators/qemu/Makefile:1.231        Thu Feb  6 23:23:21 2020
+++ pkgsrc/emulators/qemu/Makefile      Fri Feb  7 08:39:19 2020
@@ -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

Index: pkgsrc/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.7 pkgsrc/emulators/qemu/options.mk:1.8
--- pkgsrc/emulators/qemu/options.mk:1.7        Thu Feb  6 22:01:37 2020
+++ pkgsrc/emulators/qemu/options.mk    Fri Feb  7 08:39:19 2020
@@ -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