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:   ryoon
Date:           Thu Mar 30 13:53:01 UTC 2023

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: Use external dtc (sysutils/dtc) as libfdt

* dtc will be removed from qemu tree.
* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 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.310 pkgsrc/emulators/qemu/Makefile:1.311
--- pkgsrc/emulators/qemu/Makefile:1.310        Tue Feb 14 00:35:56 2023
+++ pkgsrc/emulators/qemu/Makefile      Thu Mar 30 13:53:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.310 2023/02/14 00:35:56 tnn Exp $
+# $NetBSD: Makefile,v 1.311 2023/03/30 13:53:01 ryoon Exp $
 
 DISTNAME=      qemu-7.2.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
@@ -200,6 +200,7 @@ post-install:
 .include "../../lang/python/tool.mk"
 .include "../../net/libslirp/buildlink3.mk"
 .include "../../security/libgcrypt/buildlink3.mk"
+.include "../../sysutils/dtc/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index