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:   wiz
Date:           Sun Mar 16 21:05:21 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: add CONFLICT with qemu-guest-agent


To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 pkgsrc/emulators/qemu/Makefile

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.373 pkgsrc/emulators/qemu/Makefile:1.374
--- pkgsrc/emulators/qemu/Makefile:1.373        Sat Mar 15 20:20:32 2025
+++ pkgsrc/emulators/qemu/Makefile      Sun Mar 16 21:05:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.373 2025/03/15 20:20:32 riastradh Exp $
+# $NetBSD: Makefile,v 1.374 2025/03/16 21:05:21 wiz Exp $
 
 .include       "../../emulators/qemu/version.mk"
 
@@ -22,6 +22,8 @@ USE_TOOLS+=           bison gdbus-codegen flex ma
 UNLIMIT_RESOURCES=     datasize
 HAS_CONFIGURE=         yes
 
+CONFLICTS+=    qemu-guest-agent-[0-9]*
+
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
 GCC_REQD+=     7
 



Home | Main Index | Thread Index | Old Index