Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 17:35:26 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412277 - in head/security: cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd
Message-ID:  <201603311735.u2VHZQmG079389@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Thu Mar 31 17:35:26 2016
New Revision: 412277
URL: https://svnweb.freebsd.org/changeset/ports/412277

Log:
  Add OPENLDAP_SASL option for changing LIB_DEPENDS
  to openldap-sasl-client.

Modified:
  head/security/cyrus-sasl2-ldapdb/Makefile
  head/security/cyrus-sasl2-saslauthd/Makefile

Modified: head/security/cyrus-sasl2-ldapdb/Makefile
==============================================================================
--- head/security/cyrus-sasl2-ldapdb/Makefile	Thu Mar 31 17:20:42 2016	(r412276)
+++ head/security/cyrus-sasl2-ldapdb/Makefile	Thu Mar 31 17:35:26 2016	(r412277)
@@ -5,6 +5,10 @@ PORTREVISION=	5
 
 COMMENT=	SASL LDAPDB auxprop plugin
 
+OPTIONS_DEFINE=		OPENLDAP_SASL
+OPENLDAP_SASL_DESC=	OpenLDAP client with SASL2 support
+OPENLDAP_SASL_VARS=	WANT_OPENLDAP_SASL=yes
+
 CYRUS_CONFIGURE_ARGS=	--enable-ldapdb --with-ldap=${LOCALBASE}
 
 USE_OPENLDAP=	yes

Modified: head/security/cyrus-sasl2-saslauthd/Makefile
==============================================================================
--- head/security/cyrus-sasl2-saslauthd/Makefile	Thu Mar 31 17:20:42 2016	(r412276)
+++ head/security/cyrus-sasl2-saslauthd/Makefile	Thu Mar 31 17:35:26 2016	(r412277)
@@ -14,7 +14,7 @@ USE_RC_SUBR=	saslauthd
 CYRUS_CONFIGURE_ARGS=	--with-saslauthd=${SASLAUTHD_RUNPATH}
 CONFIGURE_ENV+=	andrew_cv_runpath_switch=none
 
-OPTIONS_DEFINE=		DOCS HTTPFORM OPENLDAP
+OPTIONS_DEFINE=		DOCS HTTPFORM OPENLDAP OPENLDAP_SASL
 OPTIONS_RADIO=		GSSAPI SASLDB
 OPTIONS_RADIO_SASLDB=	BDB1 BDB GDBM
 OPTIONS_DEFAULT=	BDB1
@@ -24,6 +24,8 @@ HTTPFORM_CONFIGURE_ENABLE=httpform
 OPENLDAP_DESC=		Use OpenLDAP
 OPENLDAP_USE=		OPENLDAP=yes
 OPENLDAP_CONFIGURE_ON=	--with-ldap=${LOCALBASE}
+OPENLDAP_SASL_DESC=	OpenLDAP client with SASL2 support
+OPENLDAP_SASL_VARS=	WANT_OPENLDAP_SASL=yes
 
 SASLDB_DESC=		Experimental SASLdb authentication module
 BDB_USE=		BDB=yes



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