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:   mcf
Date:           Wed May 26 00:59:44 UTC 2021

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
qemu: add PLIST entry for hexagon linux-user target

This linux-user target was introduced in qemu 6.0, but it was missing
in UE_ARCHS and PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.75 -r1.76 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.280 pkgsrc/emulators/qemu/Makefile:1.281
--- pkgsrc/emulators/qemu/Makefile:1.280        Mon May 24 19:52:10 2021
+++ pkgsrc/emulators/qemu/Makefile      Wed May 26 00:59:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.280 2021/05/24 19:52:10 wiz Exp $
+# $NetBSD: Makefile,v 1.281 2021/05/26 00:59:44 mcf Exp $
 
 DISTNAME=      qemu-6.0.0
 PKGREVISION=   1
@@ -107,7 +107,7 @@ SUBST_SED.oss+=             -e "s,/dev/dsp,${DEVOSS
 
 UE_ARCHS+=             aarch64 aarch64_be
 UE_ARCHS+=             alpha arm armeb cris
-UE_ARCHS+=             hppa
+UE_ARCHS+=             hexagon hppa
 UE_ARCHS+=             i386
 UE_ARCHS+=             m68k microblaze microblazeel
 UE_ARCHS+=             mips mips64 mips64el mipsel mipsn32 mipsn32el

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.75 pkgsrc/emulators/qemu/PLIST:1.76
--- pkgsrc/emulators/qemu/PLIST:1.75    Mon May 24 14:22:08 2021
+++ pkgsrc/emulators/qemu/PLIST Wed May 26 00:59:44 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.75 2021/05/24 14:22:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.76 2021/05/26 00:59:44 mcf Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -8,6 +8,7 @@ ${PLIST.armeb}bin/qemu-armeb
 ${PLIST.cris}bin/qemu-cris
 bin/qemu-edid
 bin/qemu-ga
+${PLIST.hexagon}bin/qemu-hexagon
 ${PLIST.hppa}bin/qemu-hppa
 ${PLIST.i386}bin/qemu-i386
 bin/qemu-img



Home | Main Index | Thread Index | Old Index