Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 15:21:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225432] add dovecot dependancy to mail/up-imapproxy
Message-ID:  <bug-225432-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225432

            Bug ID: 225432
           Summary: add dovecot dependancy to mail/up-imapproxy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: topical@gmx.net

Bug 163200 added dependency on dovecot2/dovecot as a build option which is =
OFF
by default.

I don't see the any difference between dovecot and cyrus, which is
unconditionally added as a dependency. It just means that I have to build my
own imapproxy package to make sure service startup order is correct.

So: could you please remove the "DOVECOT" option from the Makefile and add =
the
dependancy unconditionally instead:

--- imapproxyd.orig     2018-01-24 16:05:44.312040000 +0100
+++ imapproxyd  2018-01-24 16:05:54.271595000 +0100
@@ -3,7 +3,7 @@
 # $FreeBSD: branches/2017Q4/mail/up-imapproxy/files/imapproxyd.in 340872
2014-01-24 00:14:07Z mat $
 #
 # PROVIDE: imapproxyd
-# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd in=
etd=20
%%DOVECOT%%
+# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd in=
etd
dovecot
 # KEYWORD: shutdown

 #

This would be great.

Thank you

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225432-13>