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:           Sat Jun  3 11:12:31 UTC 2023

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu: add dependency on xkeyboard-config

Fixes build with modular X.org and might improve situation with native.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.315 -r1.316 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.315 pkgsrc/emulators/qemu/Makefile:1.316
--- pkgsrc/emulators/qemu/Makefile:1.315        Sat May  6 19:22:37 2023
+++ pkgsrc/emulators/qemu/Makefile      Sat Jun  3 11:12:31 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.315 2023/05/06 19:22:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.316 2023/06/03 11:12:31 wiz Exp $
 
 DISTNAME=      qemu-8.0.0
-PKGNAME=       ${DISTNAME:S/-rc/rc/}
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  https://download.qemu.org/
 EXTRACT_SUFX=  .tar.xz
@@ -206,6 +206,7 @@ post-install:
 .include "../../sysutils/dtc/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
 .include "../../x11/pixman/buildlink3.mk"
+.include "../../x11/xkeyboard-config/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index