svn commit: r412277 - in head/security: cyrus-sasl2-ldapdb cyrus-sasl2-saslauthd

Hajimu UMEMOTO ume at FreeBSD.org
Thu Mar 31 17:35:27 UTC 2016


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


More information about the svn-ports-head mailing list