Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371853 - mail-filter/mimedefang-2.71 unconditionally depends on mail-mta/postfix
Summary: mail-filter/mimedefang-2.71 unconditionally depends on mail-mta/postfix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 22:46 UTC by CFuga
Modified: 2011-06-16 05:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CFuga 2011-06-15 22:46:36 UTC
In previous versions, the MIMEDefang ebuilds restricts Postfix to 2.4 and higher versions, with

 DEPEND="!<mail-mta/postfix-2.4"

 But in the 2.71 version, the condition changed to:

 DEPEND=">=mail-mta/postfix-2.4"

 Now, the update always tries to install mail-mta/postfix. But the mta condition is covered with

 DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )"

 Since I've installed mail-mta/sendmail, which blocks mail-mta/postfix, I can no longer install/update MIMEDefang in my Gentoo system.

 Since there's no Postfix version before 2.4 left in the Portage tree, it's safe to remove that condition, and allow once again to use MIMEDefang with a MTA that's not Postfix.
Comment 1 Eray Aslan gentoo-dev 2011-06-16 05:53:34 UTC
+  16 Jun 2011; Eray Aslan <eras@gentoo.org> mimedefang-2.71.ebuild:
+  Fix unconditional DEPEND on postfix - bug #371853
+

Thanks for the bug report.