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:   nia
Date:           Mon Apr 25 16:09:53 UTC 2022

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: use external rather than internal libslirp

requested by brad


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 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.293 pkgsrc/emulators/qemu/Makefile:1.294
--- pkgsrc/emulators/qemu/Makefile:1.293        Mon Mar 28 10:53:05 2022
+++ pkgsrc/emulators/qemu/Makefile      Mon Apr 25 16:09:53 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.293 2022/03/28 10:53:05 tnn Exp $
+# $NetBSD: Makefile,v 1.294 2022/04/25 16:09:53 nia Exp $
 
 DISTNAME=      qemu-6.2.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
@@ -204,6 +204,7 @@ post-install:
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/tool.mk"
 .include "../../lang/python/versioned_dependencies.mk"
+.include "../../net/libslirp/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"



Home | Main Index | Thread Index | Old Index