pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu: re-add qemu-sparc and qemu-sparc6...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a39b3c2428ca
branches: trunk
changeset: 457553:a39b3c2428ca
user: mcf <mcf%pkgsrc.org@localhost>
date: Sun Aug 29 01:53:06 2021 +0000
description:
qemu: re-add qemu-sparc and qemu-sparc64 to PLIST
Instead, drop them from USER_EMUL on BSD platforms, since these
user-mode qemu targets were removed only for BSD [0]; they still
remain on Linux.
[0] https://git.qemu.org/?p=qemu.git;a=commit;h=f8ce39701b5be032fb3f9c05e8adb4055f70eec2
diffstat:
emulators/qemu/Makefile | 6 +++---
emulators/qemu/PLIST | 4 +++-
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 73049afeaedf -r a39b3c2428ca emulators/qemu/Makefile
--- a/emulators/qemu/Makefile Sat Aug 28 18:40:29 2021 +0000
+++ b/emulators/qemu/Makefile Sun Aug 29 01:53:06 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.283 2021/08/27 03:32:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.284 2021/08/29 01:53:06 mcf Exp $
DISTNAME= qemu-6.1.0
PKGNAME= ${DISTNAME:S/-rc/rc/}
@@ -122,10 +122,10 @@
. if !exists(/usr/include/machine/trap.h)
CONFIGURE_ARGS+= --disable-bsd-user
. else
-USER_EMUL= i386 x86_64 sparc sparc64
+USER_EMUL= i386 x86_64
. endif
.elif !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
-USER_EMUL= i386 x86_64 sparc sparc64
+USER_EMUL= i386 x86_64
PLIST.nbd= yes
.elif ${OPSYS} == "Darwin"
USER_EMUL=
diff -r 73049afeaedf -r a39b3c2428ca emulators/qemu/PLIST
--- a/emulators/qemu/PLIST Sat Aug 28 18:40:29 2021 +0000
+++ b/emulators/qemu/PLIST Sun Aug 29 01:53:06 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.77 2021/08/27 03:32:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.78 2021/08/29 01:53:06 mcf Exp $
bin/elf2dmp
${PLIST.aarch64}bin/qemu-aarch64
${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -35,7 +35,9 @@
${PLIST.s390x}bin/qemu-s390x
${PLIST.sh4}bin/qemu-sh4
${PLIST.sh4eb}bin/qemu-sh4eb
+${PLIST.sparc}bin/qemu-sparc
${PLIST.sparc32plus}bin/qemu-sparc32plus
+${PLIST.sparc64}bin/qemu-sparc64
bin/qemu-storage-daemon
bin/qemu-system-aarch64
bin/qemu-system-alpha
Home |
Main Index |
Thread Index |
Old Index