mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Change Order of Options,hope its better readable now.
- LDAP Support shall work in old and new versions now.
This commit is contained in:
parent
31410083ce
commit
644a4ebe1d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42559
@ -47,9 +47,6 @@ LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
|
|||||||
pre-configure:
|
pre-configure:
|
||||||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
||||||
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
||||||
.if defined(SENDMAIL_WITH_TLS)
|
|
||||||
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
|
||||||
.endif
|
|
||||||
.if defined(SENDMAIL_WITH_SASL)
|
.if defined(SENDMAIL_WITH_SASL)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
||||||
@ -66,6 +63,10 @@ pre-configure:
|
|||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
.if defined(SENDMAIL_WITH_TLS)
|
||||||
|
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
||||||
|
.endif
|
||||||
.if defined(SENDMAIL_WITH_LDAP)
|
.if defined(SENDMAIL_WITH_LDAP)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
||||||
@ -75,10 +76,10 @@ pre-configure:
|
|||||||
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
|
||||||
PREFIX?= ${DESTDIR}/usr
|
PREFIX?= ${DESTDIR}/usr
|
||||||
MANPREFIX?= ${DESTDIR}/usr/share
|
MANPREFIX?= ${DESTDIR}/usr/share
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
||||||
SENDMAIL= ${PREFIX}/sbin/sendmail
|
SENDMAIL= ${PREFIX}/sbin/sendmail
|
||||||
|
|
||||||
|
@ -47,9 +47,6 @@ LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
|
|||||||
pre-configure:
|
pre-configure:
|
||||||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
||||||
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
||||||
.if defined(SENDMAIL_WITH_TLS)
|
|
||||||
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
|
||||||
.endif
|
|
||||||
.if defined(SENDMAIL_WITH_SASL)
|
.if defined(SENDMAIL_WITH_SASL)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
||||||
@ -66,6 +63,10 @@ pre-configure:
|
|||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
.if defined(SENDMAIL_WITH_TLS)
|
||||||
|
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
||||||
|
.endif
|
||||||
.if defined(SENDMAIL_WITH_LDAP)
|
.if defined(SENDMAIL_WITH_LDAP)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
||||||
@ -75,10 +76,10 @@ pre-configure:
|
|||||||
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
|
||||||
PREFIX?= ${DESTDIR}/usr
|
PREFIX?= ${DESTDIR}/usr
|
||||||
MANPREFIX?= ${DESTDIR}/usr/share
|
MANPREFIX?= ${DESTDIR}/usr/share
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
||||||
SENDMAIL= ${PREFIX}/sbin/sendmail
|
SENDMAIL= ${PREFIX}/sbin/sendmail
|
||||||
|
|
||||||
|
@ -47,9 +47,6 @@ LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
|
|||||||
pre-configure:
|
pre-configure:
|
||||||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
||||||
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
||||||
.if defined(SENDMAIL_WITH_TLS)
|
|
||||||
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
|
||||||
.endif
|
|
||||||
.if defined(SENDMAIL_WITH_SASL)
|
.if defined(SENDMAIL_WITH_SASL)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
||||||
@ -66,6 +63,10 @@ pre-configure:
|
|||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
.if defined(SENDMAIL_WITH_TLS)
|
||||||
|
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
||||||
|
.endif
|
||||||
.if defined(SENDMAIL_WITH_LDAP)
|
.if defined(SENDMAIL_WITH_LDAP)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
||||||
@ -75,10 +76,10 @@ pre-configure:
|
|||||||
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
|
||||||
PREFIX?= ${DESTDIR}/usr
|
PREFIX?= ${DESTDIR}/usr
|
||||||
MANPREFIX?= ${DESTDIR}/usr/share
|
MANPREFIX?= ${DESTDIR}/usr/share
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
||||||
SENDMAIL= ${PREFIX}/sbin/sendmail
|
SENDMAIL= ${PREFIX}/sbin/sendmail
|
||||||
|
|
||||||
|
@ -47,9 +47,6 @@ LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
|
|||||||
pre-configure:
|
pre-configure:
|
||||||
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
${SED} -e "s=%%PREFIX%%=${PREFIX}=" \
|
||||||
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4 > ${WCONF}/site.config.m4
|
||||||
.if defined(SENDMAIL_WITH_TLS)
|
|
||||||
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
|
||||||
.endif
|
|
||||||
.if defined(SENDMAIL_WITH_SASL)
|
.if defined(SENDMAIL_WITH_SASL)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.sasl >>${WCONF}/site.config.m4
|
||||||
@ -66,6 +63,10 @@ pre-configure:
|
|||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ssl >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
.if defined(SENDMAIL_WITH_TLS)
|
||||||
|
${CAT} ${FILESDIR}/site.config.m4.tls >> ${WCONF}/site.config.m4
|
||||||
|
.endif
|
||||||
.if defined(SENDMAIL_WITH_LDAP)
|
.if defined(SENDMAIL_WITH_LDAP)
|
||||||
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
${SED} -e "s=%%LOCALBASE%%=${LOCALBASE}=" \
|
||||||
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.ldap >> ${WCONF}/site.config.m4
|
||||||
@ -75,10 +76,10 @@ pre-configure:
|
|||||||
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
${FILESDIR}/site.config.m4.local >> ${WCONF}/site.config.m4
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ! exists(${DESTDIR}/etc/mail/mailer.conf)
|
||||||
PREFIX?= ${DESTDIR}/usr
|
PREFIX?= ${DESTDIR}/usr
|
||||||
MANPREFIX?= ${DESTDIR}/usr/share
|
MANPREFIX?= ${DESTDIR}/usr/share
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==}
|
||||||
SENDMAIL= ${PREFIX}/sbin/sendmail
|
SENDMAIL= ${PREFIX}/sbin/sendmail
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user