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:   riastradh
Date:           Sat Mar 15 20:18:24 UTC 2025

Modified Files:
        pkgsrc/emulators/qemu: Makefile PLIST

Log Message:
emulators/qemu: cris target was nixed upstream; nix it here too.

Fixes build on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 pkgsrc/emulators/qemu/Makefile
cvs rdiff -u -r1.94 -r1.95 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.370 pkgsrc/emulators/qemu/Makefile:1.371
--- pkgsrc/emulators/qemu/Makefile:1.370        Wed Mar 12 10:08:48 2025
+++ pkgsrc/emulators/qemu/Makefile      Sat Mar 15 20:18:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.370 2025/03/12 10:08:48 is Exp $
+# $NetBSD: Makefile,v 1.371 2025/03/15 20:18:23 riastradh Exp $
 
 .include       "../../emulators/qemu/version.mk"
 
@@ -114,7 +114,7 @@ SUBST_FILES.man+=   qemu-options.hx
 SUBST_VARS.man+=       PKG_SYSCONFDIR
 
 UE_ARCHS+=             aarch64 aarch64_be
-UE_ARCHS+=             alpha arm armeb cris
+UE_ARCHS+=             alpha arm armeb
 UE_ARCHS+=             hexagon hppa
 UE_ARCHS+=             i386
 UE_ARCHS+=             loongarch64

Index: pkgsrc/emulators/qemu/PLIST
diff -u pkgsrc/emulators/qemu/PLIST:1.94 pkgsrc/emulators/qemu/PLIST:1.95
--- pkgsrc/emulators/qemu/PLIST:1.94    Wed Feb 12 08:17:33 2025
+++ pkgsrc/emulators/qemu/PLIST Sat Mar 15 20:18:23 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.94 2025/02/12 08:17:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.95 2025/03/15 20:18:23 riastradh Exp $
 bin/elf2dmp
 ${PLIST.aarch64}bin/qemu-aarch64
 ${PLIST.aarch64_be}bin/qemu-aarch64_be
 ${PLIST.alpha}bin/qemu-alpha
 ${PLIST.arm}bin/qemu-arm
 ${PLIST.armeb}bin/qemu-armeb
-${PLIST.cris}bin/qemu-cris
 bin/qemu-edid
 ${PLIST.ga}bin/qemu-ga
 ${PLIST.hexagon}bin/qemu-hexagon



Home | Main Index | Thread Index | Old Index