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

Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
PORTVERSION=	4.1.1
5
PORTVERSION=	4.1.1
6
PORTREVISION=	1
6
CATEGORIES=	emulators
7
CATEGORIES=	emulators
7
MASTER_SITES=	https://download.qemu.org/
8
MASTER_SITES=	https://download.qemu.org/
8
DIST_SUBDIR=	qemu/${PORTVERSION}
9
DIST_SUBDIR=	qemu/${PORTVERSION}
Lines 23-31 ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 Link Here
23
USES=		bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \
24
USES=		bison compiler:c11 cpe gmake gnome iconv:wchar_t perl5 \
24
		pkgconfig python:build tar:xz xorg
25
		pkgconfig python:build tar:xz xorg
25
USE_XORG=	pixman
26
USE_XORG=	pixman
27
USE_GNOME=	cairo glib20 libxml2
26
.endif
28
.endif
27
29
28
USE_GNOME=	cairo glib20 libxml2
29
USE_PERL5=	build
30
USE_PERL5=	build
30
31
31
PORTSCOUT=	limit:^4\.1\.
32
PORTSCOUT=	limit:^4\.1\.
Lines 87-95 VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 Link Here
87
X11_CONFIGURE_ENABLE=	sdl
88
X11_CONFIGURE_ENABLE=	sdl
88
X11_USE=	SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2
89
X11_USE=	SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2
89
X11_USES=	sdl
90
X11_USES=	sdl
90
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
91
.if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")
91
X86_TARGETS_USE_OFF=	XORG=pixman,x11
92
X86_TARGETS_USE_OFF=	XORG=pixman,x11
92
X86_TARGETS_USES_OFF=	xorg
93
X86_TARGETS_USES_OFF=	xorg
94
INSTALLS_ICONS=		yes
93
.endif
95
.endif
94
96
95
PORTDOCS?=	docs interop/.buildinfo interop/* qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \
97
PORTDOCS?=	docs interop/.buildinfo interop/* qemu-doc.html qemu-doc.txt qemu-ga-ref.html qemu-ga-ref.txt \
Lines 103-109 CONFIGURE_ARGS?= --localstatedir=/var --extra-ldfl Link Here
103
		--disable-linux-user --disable-linux-aio --disable-xen \
105
		--disable-linux-user --disable-linux-aio --disable-xen \
104
		--enable-debug-info --python=${PYTHON_CMD} \
106
		--enable-debug-info --python=${PYTHON_CMD} \
105
		--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\"
107
		--extra-cflags=-I${WRKSRC}\ -I${LOCALBASE}/include\ -DPREFIX=\\\"\"${PREFIX}\\\"\"
106
INSTALLS_ICONS=	yes
107
108
108
.include <bsd.port.options.mk>
109
.include <bsd.port.options.mk>
109
110

Return to bug 242370