1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Allow dovecot and cyrus SASL to work together.

PORTREVISION intentionally not bumped.

Submitted by:	baptiste.daroussin@gmail.com
PR:		ports/110678
Approved by:	maintainer
This commit is contained in:
Xin LI 2007-08-30 09:20:17 +00:00
parent ac60678af8
commit 635c03c647
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198515
6 changed files with 0 additions and 36 deletions

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif

View File

@ -104,18 +104,12 @@ POSTFIX_CCARGS+= -DNO_PCRE
.endif
.if defined(WITH_SASL2)
.if defined(WITH_DOVECOT)
BROKEN= Select only one SASL authentication method
.endif
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl2 -lpam -lcrypt
.endif
.if defined(WITH_DOVECOT)
.if defined(WITH_SASL2)
BROKEN= Select only one SASL authentication method
.endif
RUN_DEPENDS+= dovecot:${PORTSDIR}/mail/dovecot
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
.endif