summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormcf <mcf@pkgsrc.org>2021-08-29 01:53:06 +0000
committermcf <mcf@pkgsrc.org>2021-08-29 01:53:06 +0000
commit794281b7f790727ce6c9bb014d78fd3b70df5f06 (patch)
treea5fc0884e75cf555981b49e6094ccce14fbcf42f /emulators
parentdf3311d0ecd38c27f8b5d9d7ee582e9278512fb1 (diff)
downloadpkgsrc-794281b7f790727ce6c9bb014d78fd3b70df5f06.tar.gz
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 (limited to 'emulators')
-rw-r--r--emulators/qemu/Makefile6
-rw-r--r--emulators/qemu/PLIST4
2 files changed, 6 insertions, 4 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index edbb620a825..e0ad6015c07 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -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 @@ PLIST.nbd= yes
. 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 --git a/emulators/qemu/PLIST b/emulators/qemu/PLIST
index 6c828a637e9..a8ffe47380c 100644
--- a/emulators/qemu/PLIST
+++ b/emulators/qemu/PLIST
@@ -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.riscv64}bin/qemu-riscv64
${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