Date: Fri, 1 Jul 2016 02:46:19 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417860 - head/mail/dovecot2-pigeonhole Message-ID: <201607010246.u612kJkV055597@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607010246.u612kJkV055597>