Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136700 - New USE flag "magic" for net-p2p/mldonkey/fix performance bug
Summary: New USE flag "magic" for net-p2p/mldonkey/fix performance bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-13 12:33 UTC by spiralvoice
Modified: 2006-06-18 10:01 UTC (History)
0 users

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


Attachments
Patch for mldonkey-2.7.6.ebuild (magic.patch,911 bytes, patch)
2006-06-13 12:35 UTC, spiralvoice
Details | Diff
backported patch from current CVS (mldonkey-2.7.6-magic.patch,6.54 KB, patch)
2006-06-13 13:13 UTC, spiralvoice
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description spiralvoice 2006-06-13 12:33:45 UTC
This new USE flag en-/disables the use of sys-apps/file in MLDonkey
Comment 1 spiralvoice 2006-06-13 12:35:30 UTC
Created attachment 89078 [details, diff]
Patch for mldonkey-2.7.6.ebuild
Comment 2 spiralvoice 2006-06-13 13:13:12 UTC
Created attachment 89084 [details, diff]
backported patch from current CVS

This patch fixes a serious performance problem when MLDonkey
downloads lots of new files or torrents with a lot (>100) subfiles.
This patch is a backport of patch 5159 currently in MLDonkey CVS.

Insert this line

        epatch ${FILESDIR}/${P}-magic.patch

after

src_unpack() {
        unpack ${A}
        cd ${S}

to use it in the ebuild.
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2006-06-18 10:01:36 UTC
Patch added to portage