From owner-svn-ports-all@freebsd.org Fri Jul 1 02:46:20 2016 Return-Path: Delivered-To: svn-ports-all@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 E51A5B88977; Fri, 1 Jul 2016 02:46:20 +0000 (UTC) (envelope-from adamw@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 A80E82C6A; Fri, 1 Jul 2016 02:46:20 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u612kJMV055598; Fri, 1 Jul 2016 02:46:19 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u612kJkV055597; Fri, 1 Jul 2016 02:46:19 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201607010246.u612kJkV055597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 1 Jul 2016 02:46:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417860 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 02:46:21 -0000 Author: adamw Date: Fri Jul 1 02:46:19 2016 New Revision: 417860 URL: https://svnweb.freebsd.org/changeset/ports/417860 Log: Add an LDAP option. PR: 210733 Submitted by: jhujhiti at adjectivism dot org Approved by: maintainer (Larry Rosenman) Modified: head/mail/dovecot2-pigeonhole/Makefile Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Fri Jul 1 02:10:43 2016 (r417859) +++ head/mail/dovecot2-pigeonhole/Makefile Fri Jul 1 02:46:19 2016 (r417860) @@ -28,13 +28,18 @@ USES= libtool USE_LDCONFIG= ${PREFIX}/lib/dovecot USE_OPENSSL= yes -OPTIONS_DEFINE= DOCS MANAGESIEVE +OPTIONS_DEFINE= DOCS LDAP MANAGESIEVE OPTIONS_DEFAULT=MANAGESIEVE OPTIONS_SUB= yes MANAGESIEVE_DESC= ManageSieve support MANAGESIEVE_CONFIGURE_WITH= managesieve +LDAP_CONFIGURE_WITH= ldap +LDAP_CPPFLAGS= -I${LOCALBASE}/include +LDAP_LDFLAGS= -L${LOCALBASE}/lib +LDAP_USE= OPENLDAP=yes + PORTDOCS= sieve/extensions/* sieve/plugins/* sieve/locations/* post-patch: