Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65060 - Maildir Headercache patch in mutt-1.5.6-r3.ebuild is outdated
Summary: Maildir Headercache patch in mutt-1.5.6-r3.ebuild is outdated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Net-Mail Packages
URL: http://wwwcip.informatik.uni-erlangen...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-23 03:39 UTC by Horst Schirmeier
Modified: 2004-09-25 10:45 UTC (History)
0 users

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


Attachments
proposed ebuild (mutt-1.5.6-r4.ebuild,4.48 KB, text/plain)
2004-09-24 12:16 UTC, Michael Leuchtenburg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Horst Schirmeier 2004-09-23 03:39:01 UTC
Ebuild still includes patch-1.5.6.tg.hcache.0 while .8 is current.

Changes since the patch backport .0 version include:

- Use bitkeeper generated keyword to identify hcache version to prevent human failure
- Fix support for pagesizes bigger than 16kbyte. Problem spotted by Bob Bell
- If gdbm and db4 is found, gdbm is preffered. Requested by TAKAHASHI Tamotsu
- cleanup gdbm/db4 detection in configure. Added two extra options: --without-gdbm and --with-bdb=PREFIX . This patch was submitted by TAKAHASHI Tamotsu
- compile fix to make hcache compile again with gcc-2.95.3 and gcc-3.4++ spotted and submitted by Udo Schweigert
- reverted back to original maildir_delayed_parsing routine using ifdefs: This shows the second message counter during open of a maildir
- fix filedescriptor leak spotted and reported by Michael D Schleif
- introduced per folder hcache

Per folder hcache speeds up the whole thing for large databases.

Reproducible: Always
Steps to Reproduce:



Expected Results:  
Update ebuild to current version indicated at
http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/
Comment 1 Michael Leuchtenburg 2004-09-24 12:16:45 UTC
Created attachment 40315 [details]
proposed ebuild

Here's a proposed ebuild. The only change is to change the patch version from
.0 to .8. It seems to work for me.
Comment 2 Andrej Kacian (RETIRED) gentoo-dev 2004-09-25 10:45:17 UTC
-r4 ebuild in CVS now, thanks for reporting.