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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
DISTVERSION=	2.5.0
5
DISTVERSION=	2.5.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	http://wiki.qemu.org/download/
8
MASTER_SITES=	http://wiki.qemu.org/download/
9
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 44-50 Link Here
44
GTK2_USES=	gettext
44
GTK2_USES=	gettext
45
GTK2_CONFIGURE_OFF=	--disable-gtk --disable-vte
45
GTK2_CONFIGURE_OFF=	--disable-gtk --disable-vte
46
GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
46
GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
47
GNUTLS_CONFIGURE_OFF=	--disable-vnc-tls
47
GNUTLS_CONFIGURE_OFF=	--disable-gnutls
48
SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
48
SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
49
SASL_CONFIGURE_OFF=	--disable-vnc-sasl
49
SASL_CONFIGURE_OFF=	--disable-vnc-sasl
50
JPEG_USES=		jpeg
50
JPEG_USES=		jpeg
(-)pkg-plist (+4 lines)
Lines 3-9 Link Here
3
bin/qemu-ga
3
bin/qemu-ga
4
bin/qemu-img
4
bin/qemu-img
5
bin/qemu-io
5
bin/qemu-io
6
bin/qemu-i386
6
bin/qemu-nbd
7
bin/qemu-nbd
8
%%X86_TARGETS%%bin/qemu-sparc
9
%%X86_TARGETS%%bin/qemu-sparc64
7
%%X86_TARGETS%%bin/qemu-system-aarch64
10
%%X86_TARGETS%%bin/qemu-system-aarch64
8
%%X86_TARGETS%%bin/qemu-system-alpha
11
%%X86_TARGETS%%bin/qemu-system-alpha
9
%%X86_TARGETS%%bin/qemu-system-arm
12
%%X86_TARGETS%%bin/qemu-system-arm
Lines 32-37 Link Here
32
bin/qemu-system-x86_64
35
bin/qemu-system-x86_64
33
%%X86_TARGETS%%bin/qemu-system-xtensa
36
%%X86_TARGETS%%bin/qemu-system-xtensa
34
%%X86_TARGETS%%bin/qemu-system-xtensaeb
37
%%X86_TARGETS%%bin/qemu-system-xtensaeb
38
bin/qemu-x86_64
35
man/man1/qemu.1.gz
39
man/man1/qemu.1.gz
36
man/man1/qemu-img.1.gz
40
man/man1/qemu-img.1.gz
37
man/man8/qemu-ga.8.gz
41
man/man8/qemu-ga.8.gz

Return to bug 205826