Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84684 - mail-filter/maildrop ebuild cleanup
Summary: mail-filter/maildrop ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-09 16:45 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-03-10 10:26 UTC (History)
0 users

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


Attachments
Patch over current ebuild (maildrop-1.8.0-r2.patch,1.23 KB, patch)
2005-03-09 16:46 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-09 16:45:16 UTC
The attached patch applied over current ebuild fixes some issues with maildrop:

- it removes a double dependency on perl (which should be a no-op)
- it removes dependency on virtual/mta (it can be fully used without an mta, for example using fetchmail to feed it, as I'm doing at the moment)
- it removes the debug useflag as ./configure has no --enable-DEBUG argument
- it disable using courier-authlib when we don't use mysql, postgres or ldap (explicitly disabling it if we already have it installed for example for courier-imap)

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-03-09 16:46:03 UTC
Created attachment 53044 [details, diff]
Patch over current ebuild
Comment 2 Fernando J. Pereda (RETIRED) gentoo-dev 2005-03-10 09:51:43 UTC
> - it removes a double dependency on perl (which should be a no-op)
> - it removes dependency on virtual/mta (it can be fully used without an mta, for example using fetchmail to feed it, as I'm doing at the moment)

Thats true...

> - it removes the debug useflag as ./configure has no --enable-DEBUG argument

debug useflag does more then just activate --enable-DEBUG.

> - it disable using courier-authlib when we don't use mysql, postgres or ldap (explicitly disabling it if we already have it installed for example for courier-imap)

looks ok to me...

I'll try to apply it ASAP.

Thank,
Ferdy
Comment 3 Fernando J. Pereda (RETIRED) gentoo-dev 2005-03-10 10:26:55 UTC
Thanks, maildrop-1.8.0-r3 is in cvs with (almost all of) these fixes.

Cheers,
Ferdy