Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 23:20:34 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378132 - head/devel/libvirt
Message-ID:  <201501292320.t0TNKY4U001449@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Jan 29 23:20:33 2015
New Revision: 378132
URL: https://svnweb.freebsd.org/changeset/ports/378132
QAT: https://qat.redports.org/buildarchive/r378132/

Log:
  - add sasl support
  
  PR:		196732
  Submitted by:	fabian.freyer@physik.tu-berlin.de

Modified:
  head/devel/libvirt/Makefile

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Thu Jan 29 21:52:22 2015	(r378131)
+++ head/devel/libvirt/Makefile	Thu Jan 29 23:20:33 2015	(r378132)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 BUILD_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
 RUN_DEPENDS=	dnsmasq:${PORTSDIR}/dns/dnsmasq
 
-OPTIONS_DEFINE=	DOCS NLS QEMU
+OPTIONS_DEFINE=	DOCS NLS QEMU SASL
 OPTIONS_DEFINE_amd64=	BHYVE
 .if exists(/usr/sbin/bhyve)
 OPTIONS_DEFAULT_amd64=	BHYVE
@@ -42,13 +42,16 @@ NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}
 
+SASL_CONFIGURE_WITH=	sasl
+SASL_BUILD_DEPENDS=	sasl:${PORTSDIR}/security/cyrus-sasl2
+SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+
 VARDIR=		/var
 
 USE_RC_SUBR=	libvirtd
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--without-sasl \
-		--without-avahi \
+CONFIGURE_ARGS=	--without-avahi \
 		--without-polkit \
 		--without-hal \
 		--without-udev \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501292320.t0TNKY4U001449>