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: maya
Date: Tue Dec 15 16:50:08 UTC 2020
Modified Files:
pkgsrc/emulators/qemu: Makefile options.mk
Log Message:
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++
To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.12 -r1.13 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.257 pkgsrc/emulators/qemu/Makefile:1.258
--- pkgsrc/emulators/qemu/Makefile:1.257 Fri Dec 4 20:45:17 2020
+++ pkgsrc/emulators/qemu/Makefile Tue Dec 15 16:50:08 2020
@@ -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
Index: pkgsrc/emulators/qemu/options.mk
diff -u pkgsrc/emulators/qemu/options.mk:1.12 pkgsrc/emulators/qemu/options.mk:1.13
--- pkgsrc/emulators/qemu/options.mk:1.12 Sun Sep 27 21:27:27 2020
+++ pkgsrc/emulators/qemu/options.mk Tue Dec 15 16:50:08 2020
@@ -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