Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61297 - dovecot-0.99.10.9.ebuild has no mysql support
Summary: dovecot-0.99.10.9.ebuild has no mysql support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 14:47 UTC by pille
Modified: 2004-08-31 12:10 UTC (History)
3 users (show)

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


Attachments
patch to ebuild enableing the "mysql"-use-flag (dovecot-0.99.10.9.ebuild.myqsl.patch,488 bytes, patch)
2004-08-22 14:56 UTC, pille
Details | Diff
patch that also use mysql-depends as mentioned by #2 (dovecot-0.99.10.9.ebuild.mysql.patch,603 bytes, patch)
2004-08-24 03:03 UTC, pille
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pille 2004-08-22 14:47:50 UTC
not possible to use the "mysql"-use-flag with dovecot
(dovecot-0.99.10.9.ebuild)

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge -pv dovecot

Actual Results:  
no "mysql"-use-flag

Expected Results:  
a mysql-use-flag
Comment 1 pille 2004-08-22 14:56:30 UTC
Created attachment 37972 [details, diff]
patch to ebuild enableing the "mysql"-use-flag

this is the patch for dovecot-0.99.10.9.ebuild to add the "mysql"-use-flag
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2004-08-23 09:20:43 UTC
Doesn't dovecot DEPENDs on mysql when compiled --with-mysql? The patch should also update DEPEND variable in that case.
Comment 3 pille 2004-08-24 03:03:26 UTC
Created attachment 38083 [details, diff]
patch that also use mysql-depends as mentioned by #2
Comment 4 Grant Goodyear (RETIRED) gentoo-dev 2004-08-24 07:26:10 UTC
Merlin,
  If you get a chance could you take a look at this?  I'm mostly not here for the
next week or so.  (If you're too busy don't worry about it, and I'll take care of
it when I get back.)
Comment 5 Andrej Kacian (RETIRED) gentoo-dev 2004-08-31 12:10:06 UTC
I have tested this and it seems to work. I haven't tried anything fancy, just basic authentization, but a quick glance at dovecot's mailinglist says that mysql support works fairly well.

Thanks, pille.