From owner-svn-ports-head@freebsd.org Thu Mar 31 17:35:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEE4FAE34CD; Thu, 31 Mar 2016 17:35:27 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B90E1A61; Thu, 31 Mar 2016 17:35:27 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2VHZQTf079391; Thu, 31 Mar 2016 17:35:26 GMT (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2VHZQmG079389; Thu, 31 Mar 2016 17:35:26 GMT (envelope-from ume@FreeBSD.org) Message-Id: <201603311735.u2VHZQmG079389@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ume set sender to ume@FreeBSD.org using -f From: Hajimu UMEMOTO Date: Thu, 31 Mar 2016 17:35:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2016 17:35:27 -0000 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