FreeBSD Bugzilla – Attachment 120401 Details for
Bug 163200
mail/up-imapproxy: Fails to start on boot when using dovecot as IMAP server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pr_163200_mail_up-imapproxy.txt
pr_163200_mail_up-imapproxy.txt (text/plain), 1.45 KB, created by
Michael Scheidell
on 2012-01-05 02:48:29 UTC
(
hide
)
Description:
pr_163200_mail_up-imapproxy.txt
Filename:
MIME Type:
Creator:
Michael Scheidell
Created:
2012-01-05 02:48:29 UTC
Size:
1.45 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/up-imapproxy/Makefile,v >retrieving revision 1.22 >diff -u -r1.22 Makefile >--- Makefile 2 Jan 2012 04:39:11 -0000 1.22 >+++ Makefile 5 Jan 2012 02:45:11 -0000 >@@ -27,6 +27,16 @@ > > CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} > >+OPTIONS= DOVECOT "Use with dovecot2" off >+ >+.include <bsd.port.pre.mk> >+.if defined(WITH_DOVECOT) >+SUB_LIST+= DOVECOT="dovecot" >+RUN_DEPENDS+= dovecot>=1.0:${PORTSDIR}/mail/dovecot2 >+.else >+SUB_LIST+= DOVECOT="" >+.endif >+ > do-install: > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >@@ -36,4 +46,4 @@ > @${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf ${PREFIX}/etc/imapproxyd.conf.sample > @${CAT} ${PKGMESSAGE} > >-.include <bsd.port.mk> >+.include <bsd.port.post.mk> >Index: files/imapproxyd.sh.in >=================================================================== >RCS file: /home/pcvs/ports/mail/up-imapproxy/files/imapproxyd.sh.in,v >retrieving revision 1.5 >diff -u -r1.5 imapproxyd.sh.in >--- files/imapproxyd.sh.in 27 Mar 2010 00:13:26 -0000 1.5 >+++ files/imapproxyd.sh.in 5 Jan 2012 02:45:11 -0000 >@@ -3,7 +3,7 @@ > # $FreeBSD: ports/mail/up-imapproxy/files/imapproxyd.sh.in,v 1.5 2010/03/27 00:13:26 dougb Exp $ > # > # PROVIDE: imapproxyd >-# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd >+# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd %%DOVECOT%% > # KEYWORD: shutdown > > #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 163200
: 120401
Working