mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Don't depend on imap servers by default
- Change from cyrus-imapd2 to cyrus-imapd23 PR: ports/110010 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
This commit is contained in:
parent
3ca904a4d1
commit
8f0fde6806
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187223
@ -42,7 +42,7 @@ COMMENT= A webmail system which accesses mail over IMAP
|
||||
#
|
||||
# - WITH_HTML : enable HTML composition mode;
|
||||
#
|
||||
# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine;
|
||||
# - WITH_IMAPSERVER : if you to depend on an IMAP server;
|
||||
#
|
||||
# or you can select to work with one of these servers:
|
||||
#
|
||||
@ -138,11 +138,11 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \
|
||||
# else we shall install imap-uw.
|
||||
# IMAP servers are ordered according to my tastes, if several are
|
||||
# installed, we just record the first one.
|
||||
.if !defined(WITHOUT_IMAPSERVER)
|
||||
.if defined(WITH_IMAPSERVER)
|
||||
. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
|
||||
. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23
|
||||
. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
|
||||
. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
|
||||
|
@ -98,7 +98,7 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig
|
||||
. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
|
||||
. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23
|
||||
. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
|
||||
. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
|
||||
|
@ -42,7 +42,7 @@ COMMENT= A webmail system which accesses mail over IMAP
|
||||
#
|
||||
# - WITH_HTML : enable HTML composition mode;
|
||||
#
|
||||
# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine;
|
||||
# - WITH_IMAPSERVER : if you to depend on an IMAP server;
|
||||
#
|
||||
# or you can select to work with one of these servers:
|
||||
#
|
||||
@ -138,11 +138,11 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \
|
||||
# else we shall install imap-uw.
|
||||
# IMAP servers are ordered according to my tastes, if several are
|
||||
# installed, we just record the first one.
|
||||
.if !defined(WITHOUT_IMAPSERVER)
|
||||
.if defined(WITH_IMAPSERVER)
|
||||
. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
|
||||
. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23
|
||||
. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
|
||||
. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
|
||||
|
@ -42,7 +42,7 @@ COMMENT= A webmail system which accesses mail over IMAP
|
||||
#
|
||||
# - WITH_HTML : enable HTML composition mode;
|
||||
#
|
||||
# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine;
|
||||
# - WITH_IMAPSERVER : if you to depend on an IMAP server;
|
||||
#
|
||||
# or you can select to work with one of these servers:
|
||||
#
|
||||
@ -138,11 +138,11 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig conf.xml.orig \
|
||||
# else we shall install imap-uw.
|
||||
# IMAP servers are ordered according to my tastes, if several are
|
||||
# installed, we just record the first one.
|
||||
.if !defined(WITHOUT_IMAPSERVER)
|
||||
.if defined(WITH_IMAPSERVER)
|
||||
. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
|
||||
. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23
|
||||
. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
|
||||
. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
|
||||
|
@ -98,7 +98,7 @@ PATCH2RM= prefs.php.dist.orig servers.php.dist.orig
|
||||
. if defined(WITH_IMAP-UW) || exists(${LOCALBASE}/libexec/imapd)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw
|
||||
. elif defined(WITH_CYRUS-IMAPD) || exists(${LOCALBASE}/lib/libacap.a)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd2
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd23
|
||||
. elif defined(WITH_COURIER-IMAP) || exists(${LOCALBASE}/bin/deliverquota)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/deliverquota:${PORTSDIR}/mail/courier-imap
|
||||
. elif defined(WITH_DOVECOT) || exists(${LOCALBASE}/libexec/dovecot/imap)
|
||||
|
Loading…
Reference in New Issue
Block a user