View | Details | Raw Unified | Return to bug 206292 | Differences between
and this patch

Collapse All | Expand All

(-)b/emulators/qemu-devel/Makefile (-3 / +4 lines)
Lines 22-28 MAKE_ENV+= BSD_MAKE="${MAKE}" Link Here
22
ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
22
ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
23
23
24
OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
24
OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \
25
		CDROM_DMA PCAP USBREDIR GNS3 X86_TARGETS \
25
		CDROM_DMA PCAP USBREDIR GNS3 ALL_TARGETS \
26
		STATIC_LINK DOCS
26
		STATIC_LINK DOCS
27
SAMBA_DESC=		samba dependency (for -smb)
27
SAMBA_DESC=		samba dependency (for -smb)
28
GNUTLS_DESC=		gnutls dependency (vnc encryption)
28
GNUTLS_DESC=		gnutls dependency (vnc encryption)
Lines 33-41 CDROM_DMA_DESC= IDE CDROM DMA Link Here
33
PCAP_DESC=		pcap dependency (networking with bpf)
33
PCAP_DESC=		pcap dependency (networking with bpf)
34
USBREDIR_DESC=		usb device network redirection (experimental!)
34
USBREDIR_DESC=		usb device network redirection (experimental!)
35
GNS3_DESC=		gns3 patches (promiscuous multicast)
35
GNS3_DESC=		gns3 patches (promiscuous multicast)
36
X86_TARGETS_DESC=	Don't build non-x86 system targets
36
ALL_TARGETS_DESC=	Build all system targets, not just x86 ones
37
STATIC_LINK_DESC=	Statically link the executables
37
STATIC_LINK_DESC=	Statically link the executables
38
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3
38
OPTIONS_DEFAULT=X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP GNS3 \
39
		ALL_TARGETS
39
OPTIONS_SUB=	yes
40
OPTIONS_SUB=	yes
40
X11_USE=	SDL=sdl
41
X11_USE=	SDL=sdl
41
X11_CONFIGURE_ON=	--enable-sdl
42
X11_CONFIGURE_ON=	--enable-sdl
(-)b/emulators/qemu-devel/pkg-plist (-26 / +26 lines)
Lines 8-41 bin/qemu-nbd Link Here
8
bin/qemu-sparc
8
bin/qemu-sparc
9
bin/qemu-sparc64
9
bin/qemu-sparc64
10
bin/qemu-x86_64
10
bin/qemu-x86_64
11
%%X86_TARGETS%%bin/qemu-system-aarch64
11
%%ALL_TARGETS%%bin/qemu-system-aarch64
12
%%X86_TARGETS%%bin/qemu-system-alpha
12
%%ALL_TARGETS%%bin/qemu-system-alpha
13
%%X86_TARGETS%%bin/qemu-system-arm
13
%%ALL_TARGETS%%bin/qemu-system-arm
14
%%X86_TARGETS%%bin/qemu-system-cris
14
%%ALL_TARGETS%%bin/qemu-system-cris
15
bin/qemu-system-i386
15
bin/qemu-system-i386
16
%%X86_TARGETS%%bin/qemu-system-lm32
16
%%ALL_TARGETS%%bin/qemu-system-lm32
17
%%X86_TARGETS%%bin/qemu-system-m68k
17
%%ALL_TARGETS%%bin/qemu-system-m68k
18
%%X86_TARGETS%%bin/qemu-system-microblaze
18
%%ALL_TARGETS%%bin/qemu-system-microblaze
19
%%X86_TARGETS%%bin/qemu-system-microblazeel
19
%%ALL_TARGETS%%bin/qemu-system-microblazeel
20
%%X86_TARGETS%%bin/qemu-system-mips
20
%%ALL_TARGETS%%bin/qemu-system-mips
21
%%X86_TARGETS%%bin/qemu-system-mips64
21
%%ALL_TARGETS%%bin/qemu-system-mips64
22
%%X86_TARGETS%%bin/qemu-system-mips64el
22
%%ALL_TARGETS%%bin/qemu-system-mips64el
23
%%X86_TARGETS%%bin/qemu-system-mipsel
23
%%ALL_TARGETS%%bin/qemu-system-mipsel
24
%%X86_TARGETS%%bin/qemu-system-moxie
24
%%ALL_TARGETS%%bin/qemu-system-moxie
25
%%X86_TARGETS%%bin/qemu-system-or32
25
%%ALL_TARGETS%%bin/qemu-system-or32
26
%%X86_TARGETS%%bin/qemu-system-ppc
26
%%ALL_TARGETS%%bin/qemu-system-ppc
27
%%X86_TARGETS%%bin/qemu-system-ppc64
27
%%ALL_TARGETS%%bin/qemu-system-ppc64
28
%%X86_TARGETS%%bin/qemu-system-ppcemb
28
%%ALL_TARGETS%%bin/qemu-system-ppcemb
29
%%X86_TARGETS%%bin/qemu-system-s390x
29
%%ALL_TARGETS%%bin/qemu-system-s390x
30
%%X86_TARGETS%%bin/qemu-system-sh4
30
%%ALL_TARGETS%%bin/qemu-system-sh4
31
%%X86_TARGETS%%bin/qemu-system-sh4eb
31
%%ALL_TARGETS%%bin/qemu-system-sh4eb
32
%%X86_TARGETS%%bin/qemu-system-sparc
32
%%ALL_TARGETS%%bin/qemu-system-sparc
33
%%X86_TARGETS%%bin/qemu-system-sparc64
33
%%ALL_TARGETS%%bin/qemu-system-sparc64
34
%%X86_TARGETS%%bin/qemu-system-tricore
34
%%ALL_TARGETS%%bin/qemu-system-tricore
35
%%X86_TARGETS%%bin/qemu-system-unicore32
35
%%ALL_TARGETS%%bin/qemu-system-unicore32
36
bin/qemu-system-x86_64
36
bin/qemu-system-x86_64
37
%%X86_TARGETS%%bin/qemu-system-xtensa
37
%%ALL_TARGETS%%bin/qemu-system-xtensa
38
%%X86_TARGETS%%bin/qemu-system-xtensaeb
38
%%ALL_TARGETS%%bin/qemu-system-xtensaeb
39
man/man1/qemu.1.gz
39
man/man1/qemu.1.gz
40
man/man1/qemu-img.1.gz
40
man/man1/qemu-img.1.gz
41
man/man8/qemu-ga.8.gz
41
man/man8/qemu-ga.8.gz

Return to bug 206292