Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398861 - mail-client/claws-mail: please add user patches support (via autotools-utils.eclass or base.eclass)
Summary: mail-client/claws-mail: please add user patches support (via autotools-utils....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-14 10:36 UTC by Michał Górny
Modified: 2012-01-14 19:56 UTC (History)
2 users (show)

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


Attachments
Use autotools-utils -- suport user patches with autoreconf. (Use-autotools-utils----suport-user-patches-with-au.patch,6.13 KB, patch)
2012-01-14 15:21 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-14 10:36:52 UTC
I'm applying a small set of patches to claws-mail, and currently I have to do that through ugly-and-painful environment overrides in Portage. Please add support for one of user-patch-applying eclasses to the ebuild.

Preferably that would be autotools-utils.eclass because it is able to run eautoreconf automatically after my patches are applied. Alternatively, base.eclass would be a little helpful too but I'd still have to override the env to get autoreconf done.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2012-01-14 14:20:52 UTC
Michal, do it yourself as you can directly test the functionality.  Are the patches relevant for upstream?  I could forward them.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-14 14:32:41 UTC
(In reply to comment #1)
> Michal, do it yourself as you can directly test the functionality.

Ok, I'll apply a patch in a sec so you could say if you're ok with it.

> Are the patches relevant for upstream?  I could forward them.

I'll send them myself as soon as the first patchset is ready and tested. But thanks.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-14 15:21:33 UTC
Created attachment 298925 [details, diff]
Use autotools-utils -- suport user patches with autoreconf.

Fixes:
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2012-01-14 19:36:30 UTC
Reviewed and ok, apply if you wish.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-14 19:56:55 UTC
Committed.

I'd suggest also removing USE=gnutls in favor of USE=ssl. The usual assumption is that the latter means 'enable any SSL support', and the former is used only when there is more than one provider.