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:   tsutsui
Date:           Mon Sep 29 14:11:07 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: PLIST

Log Message:
qemu: fix builds on NetBSD/i386 10.1.

It looks TARGET_LONG_BITS in config/targets/microblaze{,el}-softmmu.mak
were changed from 64 to 32 between 10.0 and 10.1.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.100 pkgsrc/emulators/qemu/PLIST:1.101
--- pkgsrc/emulators/qemu/PLIST:1.100   Wed Aug 27 06:27:03 2025
+++ pkgsrc/emulators/qemu/PLIST Mon Sep 29 14:11:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.100 2025/08/27 06:27:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.101 2025/09/29 14:11:07 tsutsui Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -46,8 +46,8 @@ ${PLIST.lp64}bin/qemu-system-hppa
 bin/qemu-system-i386
 ${PLIST.lp64}bin/qemu-system-loongarch64
 bin/qemu-system-m68k
-${PLIST.lp64}bin/qemu-system-microblaze
-${PLIST.lp64}bin/qemu-system-microblazeel
+bin/qemu-system-microblaze
+bin/qemu-system-microblazeel
 bin/qemu-system-mips
 ${PLIST.lp64}bin/qemu-system-mips64
 ${PLIST.lp64}bin/qemu-system-mips64el



Home | Main Index | Thread Index | Old Index