1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add WITH_LDAP_PTLOADER which enables build with experimental

LDAP ptloader.

Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification)
This commit is contained in:
Hajimu UMEMOTO 2004-06-11 15:08:29 +00:00
parent 0f3063f3fc
commit dce3e089bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111283
6 changed files with 36 additions and 3 deletions

View File

@ -34,7 +34,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-cyrus-group=${CYRUS_GROUP} \
--with-sasl=${LOCALBASE} \
--with-bdb-libdir=${LOCALBASE}/lib \
--with-auth=unix \
--with-com_err \
--with-openssl=${OPENSSLBASE} \
--with-perl=${PERL5}
@ -132,6 +131,15 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}
CONFIGURE_ARGS+=--with-snmp=no
.endif
.if defined(WITH_LDAP_PTLOADER)
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-auth=pts --with-pts=ldap --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP_PTLOADER=""
.else
CONFIGURE_ARGS+=--with-auth=unix
PLIST_SUB+= LDAP_PTLOADER="@comment "
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -35,6 +35,9 @@ cyrus/bin/notifyd
cyrus/bin/pop3d
cyrus/bin/pop3proxyd
%%MURDER%%cyrus/bin/proxyd
%%LDAP_PTLOADER%%cyrus/bin/ptdump
%%LDAP_PTLOADER%%cyrus/bin/ptexpire
%%LDAP_PTLOADER%%cyrus/bin/ptloader
cyrus/bin/quota
cyrus/bin/reconstruct
cyrus/bin/sievec

View File

@ -34,7 +34,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-cyrus-group=${CYRUS_GROUP} \
--with-sasl=${LOCALBASE} \
--with-bdb-libdir=${LOCALBASE}/lib \
--with-auth=unix \
--with-com_err \
--with-openssl=${OPENSSLBASE} \
--with-perl=${PERL5}
@ -132,6 +131,15 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}
CONFIGURE_ARGS+=--with-snmp=no
.endif
.if defined(WITH_LDAP_PTLOADER)
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-auth=pts --with-pts=ldap --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP_PTLOADER=""
.else
CONFIGURE_ARGS+=--with-auth=unix
PLIST_SUB+= LDAP_PTLOADER="@comment "
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -35,6 +35,9 @@ cyrus/bin/notifyd
cyrus/bin/pop3d
cyrus/bin/pop3proxyd
%%MURDER%%cyrus/bin/proxyd
%%LDAP_PTLOADER%%cyrus/bin/ptdump
%%LDAP_PTLOADER%%cyrus/bin/ptexpire
%%LDAP_PTLOADER%%cyrus/bin/ptloader
cyrus/bin/quota
cyrus/bin/reconstruct
cyrus/bin/sievec

View File

@ -34,7 +34,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--with-cyrus-group=${CYRUS_GROUP} \
--with-sasl=${LOCALBASE} \
--with-bdb-libdir=${LOCALBASE}/lib \
--with-auth=unix \
--with-com_err \
--with-openssl=${OPENSSLBASE} \
--with-perl=${PERL5}
@ -132,6 +131,15 @@ CONFIGURE_ARGS+=--with-snmp=${LOCALBASE}
CONFIGURE_ARGS+=--with-snmp=no
.endif
.if defined(WITH_LDAP_PTLOADER)
USE_OPENLDAP= yes
CONFIGURE_ARGS+=--with-auth=pts --with-pts=ldap --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP_PTLOADER=""
.else
CONFIGURE_ARGS+=--with-auth=unix
PLIST_SUB+= LDAP_PTLOADER="@comment "
.endif
CYRUS_USER?= cyrus
CYRUS_GROUP?= cyrus

View File

@ -35,6 +35,9 @@ cyrus/bin/notifyd
cyrus/bin/pop3d
cyrus/bin/pop3proxyd
%%MURDER%%cyrus/bin/proxyd
%%LDAP_PTLOADER%%cyrus/bin/ptdump
%%LDAP_PTLOADER%%cyrus/bin/ptexpire
%%LDAP_PTLOADER%%cyrus/bin/ptloader
cyrus/bin/quota
cyrus/bin/reconstruct
cyrus/bin/sievec