View | Details | Raw Unified | Return to bug 196732
Collapse All | Expand All

(-)devel/libvirt/Makefile (-3 / +7 lines)
Lines 21-33 Link Here
21
BUILD_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
21
BUILD_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
22
RUN_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
22
RUN_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
23
OPTIONS_DEFINE=	DOCS NLS QEMU
23
OPTIONS_DEFINE=	DOCS NLS QEMU SASL
24
OPTIONS_DEFINE_amd64=	BHYVE
24
OPTIONS_DEFINE_amd64=	BHYVE
25
.if exists(/usr/sbin/bhyve)
25
.if exists(/usr/sbin/bhyve)
26
OPTIONS_DEFAULT_amd64=	BHYVE
26
OPTIONS_DEFAULT_amd64=	BHYVE
27
.endif
27
.endif
28
QEMU_DESC=	QEMU driver
28
QEMU_DESC=	QEMU driver
29
BHYVE_DESC=	bhyve driver
29
BHYVE_DESC=	bhyve driver
30
SASL_DESC=	SASL support
30
OPTIONS_SUB=	yes
31
OPTIONS_SUB=	yes
Lines 43-55 Link Here
43
NLS_CONFIGURE_ENABLE=	nls
44
NLS_CONFIGURE_ENABLE=	nls
44
NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
45
NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
46
SASL_CONFIGURE_WITH= sasl
47
SASL_BUILD_DEPENDS= sasl:${PORTSDIR}/security/cyrus-sasl2
48
SASL_LIB_DEPENDS= libsasl2.so.3:${PORTSDIR}/security/cyrus-sasl2
49
45
VARDIR=		/var
50
VARDIR=		/var
46
USE_RC_SUBR=	libvirtd
51
USE_RC_SUBR=	libvirtd
47
GNU_CONFIGURE=	yes
52
GNU_CONFIGURE=	yes
48
CONFIGURE_ARGS= --without-sasl \
53
CONFIGURE_ARGS= --without-avahi \
49
                --without-avahi \
50
		--without-polkit \
54
		--without-polkit \
51
		--without-hal \
55
		--without-hal \
52
		--without-udev \
56
		--without-udev \

Return to bug 196732