File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.349 2024/09/05 07:40:08 adam Exp $
1+ # $NetBSD: Makefile,v 1.350 2024/10/13 18:02:44 jakllsch Exp $
22
33DISTNAME = qemu-9.1.0
44CATEGORIES = emulators
@@ -118,7 +118,6 @@ UE_ARCHS+= i386
118118UE_ARCHS+ = loongarch64
119119UE_ARCHS+ = m68k microblaze microblazeel
120120UE_ARCHS+ = mips mips64 mips64el mipsel mipsn32 mipsn32el
121- UE_ARCHS+ = nios2
122121UE_ARCHS+ = or1k ppc ppc64 ppc64le
123122UE_ARCHS+ = riscv32 riscv64
124123UE_ARCHS+ = s390x sh4 sh4eb sparc sparc32plus sparc64
@@ -155,6 +154,7 @@ PLIST.bridge-helper= yes
155154PLIST.ga = yes
156155PLIST.nbd = yes
157156PLIST.pr-helper = yes
157+ PLIST.vmsr-helper = yes
158158.elif ${MACHINE_PLATFORM :MSunOS-5.11-* }
159159PLIST.ga = yes
160160PLIST.nbd = yes
@@ -169,7 +169,7 @@ CONFIGURE_ARGS+= --enable-plugins
169169CONFIGURE_ARGS+ = --disable-plugins
170170.endif
171171
172- PLIST_VARS+ = ${UE_ARCHS} bridge-helper ga keymap nbd pr-helper
172+ PLIST_VARS+ = ${UE_ARCHS} bridge-helper ga keymap nbd pr-helper vmsr-helper
173173.for pvar in ${USER_EMUL}
174174PLIST.${pvar} = yes
175175.endfor
Original file line number Diff line number Diff line change 1- @comment $NetBSD: PLIST,v 1.90 2024/09/05 07:40:08 adam Exp $
1+ @comment $NetBSD: PLIST,v 1.91 2024/10/13 18:02:44 jakllsch Exp $
22bin/elf2dmp
33${PLIST.aarch64}bin/qemu-aarch64
44${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -25,7 +25,6 @@ ${PLIST.mipsel}bin/qemu-mipsel
2525${PLIST.mipsn32}bin/qemu-mipsn32
2626${PLIST.mipsn32el}bin/qemu-mipsn32el
2727${PLIST.nbd}bin/qemu-nbd
28- ${PLIST.nios2}bin/qemu-nios2
2928${PLIST.or1k}bin/qemu-or1k
3029${PLIST.ppc}bin/qemu-ppc
3130${PLIST.ppc64}bin/qemu-ppc64
@@ -76,6 +75,7 @@ ${PLIST.xtensaeb}bin/qemu-xtensaeb
7675${PLIST.plugins}include/qemu-plugin.h
7776${PLIST.bridge-helper}libexec/qemu-bridge-helper
7877${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
78+ ${PLIST.vmsr-helper}bin/qemu-vmsr-helper
7979man/man1/qemu-img.1
8080man/man1/qemu-storage-daemon.1
8181man/man1/qemu.1
You can’t perform that action at this time.
0 commit comments