File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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 $
2
2
3
3
DISTNAME = qemu-9.1.0
4
4
CATEGORIES = emulators
@@ -118,7 +118,6 @@ UE_ARCHS+= i386
118
118
UE_ARCHS+ = loongarch64
119
119
UE_ARCHS+ = m68k microblaze microblazeel
120
120
UE_ARCHS+ = mips mips64 mips64el mipsel mipsn32 mipsn32el
121
- UE_ARCHS+ = nios2
122
121
UE_ARCHS+ = or1k ppc ppc64 ppc64le
123
122
UE_ARCHS+ = riscv32 riscv64
124
123
UE_ARCHS+ = s390x sh4 sh4eb sparc sparc32plus sparc64
@@ -155,6 +154,7 @@ PLIST.bridge-helper= yes
155
154
PLIST.ga = yes
156
155
PLIST.nbd = yes
157
156
PLIST.pr-helper = yes
157
+ PLIST.vmsr-helper = yes
158
158
.elif ${MACHINE_PLATFORM :MSunOS-5.11-* }
159
159
PLIST.ga = yes
160
160
PLIST.nbd = yes
@@ -169,7 +169,7 @@ CONFIGURE_ARGS+= --enable-plugins
169
169
CONFIGURE_ARGS+ = --disable-plugins
170
170
.endif
171
171
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
173
173
.for pvar in ${USER_EMUL}
174
174
PLIST.${pvar} = yes
175
175
.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 $
2
2
bin/elf2dmp
3
3
${PLIST.aarch64}bin/qemu-aarch64
4
4
${PLIST.aarch64_be}bin/qemu-aarch64_be
@@ -25,7 +25,6 @@ ${PLIST.mipsel}bin/qemu-mipsel
25
25
${PLIST.mipsn32}bin/qemu-mipsn32
26
26
${PLIST.mipsn32el}bin/qemu-mipsn32el
27
27
${PLIST.nbd}bin/qemu-nbd
28
- ${PLIST.nios2}bin/qemu-nios2
29
28
${PLIST.or1k}bin/qemu-or1k
30
29
${PLIST.ppc}bin/qemu-ppc
31
30
${PLIST.ppc64}bin/qemu-ppc64
@@ -76,6 +75,7 @@ ${PLIST.xtensaeb}bin/qemu-xtensaeb
76
75
${PLIST.plugins}include/qemu-plugin.h
77
76
${PLIST.bridge-helper}libexec/qemu-bridge-helper
78
77
${PLIST.virtfs-proxy-helper}libexec/virtfs-proxy-helper
78
+ ${PLIST.vmsr-helper}bin/qemu-vmsr-helper
79
79
man/man1/qemu-img.1
80
80
man/man1/qemu-storage-daemon.1
81
81
man/man1/qemu.1
You can’t perform that action at this time.
0 commit comments