Skip to content

Commit

Permalink
qemu: fix build issues due to PLIST on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jakllsch committed Oct 13, 2024
1 parent 29efc38 commit ac425c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions emulators/qemu/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.349 2024/09/05 07:40:08 adam Exp $
# $NetBSD: Makefile,v 1.350 2024/10/13 18:02:44 jakllsch Exp $

DISTNAME= qemu-9.1.0
CATEGORIES= emulators
Expand Down Expand Up @@ -118,7 +118,6 @@ UE_ARCHS+= i386
UE_ARCHS+= loongarch64
UE_ARCHS+= m68k microblaze microblazeel
UE_ARCHS+= mips mips64 mips64el mipsel mipsn32 mipsn32el
UE_ARCHS+= nios2
UE_ARCHS+= or1k ppc ppc64 ppc64le
UE_ARCHS+= riscv32 riscv64
UE_ARCHS+= s390x sh4 sh4eb sparc sparc32plus sparc64
Expand Down Expand Up @@ -155,6 +154,7 @@ PLIST.bridge-helper= yes
PLIST.ga= yes
PLIST.nbd= yes
PLIST.pr-helper= yes
PLIST.vmsr-helper= yes
.elif ${MACHINE_PLATFORM:MSunOS-5.11-*}
PLIST.ga= yes
PLIST.nbd= yes
Expand All @@ -169,7 +169,7 @@ CONFIGURE_ARGS+= --enable-plugins
CONFIGURE_ARGS+= --disable-plugins
.endif

PLIST_VARS+= ${UE_ARCHS} bridge-helper ga keymap nbd pr-helper
PLIST_VARS+= ${UE_ARCHS} bridge-helper ga keymap nbd pr-helper vmsr-helper
.for pvar in ${USER_EMUL}
PLIST.${pvar}= yes
.endfor
Expand Down
4 changes: 2 additions & 2 deletions emulators/qemu/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.90 2024/09/05 07:40:08 adam Exp $
@comment $NetBSD: PLIST,v 1.91 2024/10/13 18:02:44 jakllsch Exp $
bin/elf2dmp
${PLIST.aarch64}bin/qemu-aarch64
${PLIST.aarch64_be}bin/qemu-aarch64_be
Expand All @@ -25,7 +25,6 @@ ${PLIST.mipsel}bin/qemu-mipsel
${PLIST.mipsn32}bin/qemu-mipsn32
${PLIST.mipsn32el}bin/qemu-mipsn32el
${PLIST.nbd}bin/qemu-nbd
${PLIST.nios2}bin/qemu-nios2
${PLIST.or1k}bin/qemu-or1k
${PLIST.ppc}bin/qemu-ppc
${PLIST.ppc64}bin/qemu-ppc64
Expand Down Expand Up @@ -76,6 +75,7 @@ ${PLIST.xtensaeb}bin/qemu-xtensaeb
${PLIST.plugins}include/qemu-plugin.h
${PLIST.bridge-helper}libexec/qemu-bridge-helper
${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
${PLIST.vmsr-helper}bin/qemu-vmsr-helper
man/man1/qemu-img.1
man/man1/qemu-storage-daemon.1
man/man1/qemu.1
Expand Down

0 comments on commit ac425c5

Please sign in to comment.