pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: use external rather than internal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/024656280303
branches:  trunk
changeset: 377956:024656280303
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Apr 25 16:09:53 2022 +0000

description:
qemu: use external rather than internal libslirp

requested by brad

diffstat:

 emulators/qemu/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1df86b027326 -r 024656280303 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Mon Apr 25 16:05:44 2022 +0000
+++ b/emulators/qemu/Makefile   Mon Apr 25 16:09:53 2022 +0000
@@ -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 @@
 .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