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: Thu Feb 6 22:01:37 UTC 2020
Modified Files:
pkgsrc/emulators/qemu: Makefile options.mk
Log Message:
qemu: Add new option and enable it by default: spice
Spice-Space is a Simple Protocol for Independent Computing Environments.
To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.6 -r1.7 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.229 pkgsrc/emulators/qemu/Makefile:1.230
--- pkgsrc/emulators/qemu/Makefile:1.229 Thu Feb 6 21:42:29 2020
+++ pkgsrc/emulators/qemu/Makefile Thu Feb 6 22:01:37 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.229 2020/02/06 21:42:29 kamil Exp $
+# $NetBSD: Makefile,v 1.230 2020/02/06 22:01:37 kamil Exp $
DISTNAME= qemu-4.2.0
-PKGREVISION= 6
+PKGREVISION= 7
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.6 pkgsrc/emulators/qemu/options.mk:1.7
--- pkgsrc/emulators/qemu/options.mk:1.6 Mon Jan 13 02:50:25 2020
+++ pkgsrc/emulators/qemu/options.mk Thu Feb 6 22:01:37 2020
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.6 2020/01/13 02:50:25 gutteridge Exp $
+# $NetBSD: options.mk,v 1.7 2020/02/06 22:01:37 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qemu
-PKG_SUPPORTED_OPTIONS= gtk3 sdl
+PKG_SUPPORTED_OPTIONS= gtk3 sdl spice
+PKG_SUGGESTED_OPTIONS+= spice
.include "../../mk/bsd.fast.prefs.mk"
@@ -40,3 +41,11 @@ CONFIGURE_ARGS+= --enable-virtfs
.else
CONFIGURE_ARGS+= --disable-virtfs
.endif
+
+.if !empty(PKG_OPTIONS:Mspice)
+CONFIGURE_ARGS+= --enable-spice
+.include "../../sysutils/spice-protocol/buildlink3.mk"
+.include "../../sysutils/spice-server/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-spice
+.endif
Home |
Main Index |
Thread Index |
Old Index