[Bug 225432] add dovecot dependancy to mail/up-imapproxy
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 24 15:21:09 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225432
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 at FreeBSD.org
Reporter: topical at 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 inetd
%%DOVECOT%%
+# REQUIRE: DAEMON courier_imap_imapd courier_imap_imapd_ssl cyrus_imapd inetd
dovecot
# KEYWORD: shutdown
#
This would be great.
Thank you
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list