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:   tnn
Date:           Sat Sep 17 14:05:36 UTC 2022

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: fix PLIST on Linux


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/emulators/qemu/PLIST

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.303 pkgsrc/emulators/qemu/Makefile:1.304
--- pkgsrc/emulators/qemu/Makefile:1.303        Sat Sep 17 09:54:56 2022
+++ pkgsrc/emulators/qemu/Makefile      Sat Sep 17 14:05:36 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.303 2022/09/17 09:54:56 tnn Exp $
+# $NetBSD: Makefile,v 1.304 2022/09/17 14:05:36 tnn Exp $
 
 DISTNAME=      qemu-7.1.0
 CATEGORIES=    emulators
@@ -105,6 +105,7 @@ UE_ARCHS+=          aarch64 aarch64_be
 UE_ARCHS+=             alpha arm armeb cris
 UE_ARCHS+=             hexagon hppa
 UE_ARCHS+=             i386
+UE_ARCHS+=             loongarch64
 UE_ARCHS+=             m68k microblaze microblazeel
 UE_ARCHS+=             mips mips64 mips64el mipsel mipsn32 mipsn32el
 UE_ARCHS+=             nios2

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.82 pkgsrc/emulators/qemu/PLIST:1.83
--- pkgsrc/emulators/qemu/PLIST:1.82    Sat Sep 17 09:54:56 2022
+++ pkgsrc/emulators/qemu/PLIST Sat Sep 17 14:05:36 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.82 2022/09/17 09:54:56 tnn Exp $
+@comment $NetBSD: PLIST,v 1.83 2022/09/17 14:05:36 tnn Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -14,6 +14,7 @@ ${PLIST.i386}bin/qemu-i386
 bin/qemu-img
 bin/qemu-io
 ${PLIST.keymap}bin/qemu-keymap
+${PLIST.loongarch64}bin/qemu-loongarch64
 ${PLIST.m68k}bin/qemu-m68k
 ${PLIST.microblaze}bin/qemu-microblaze
 ${PLIST.microblazeel}bin/qemu-microblazeel



Home | Main Index | Thread Index | Old Index