Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94531 - new ebuild for libtorrent 0.6.3
Summary: new ebuild for libtorrent 0.6.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL: http://libtorrent.rakshasa.no/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 11:39 UTC by Jeremy Guarini
Modified: 2005-06-02 02:23 UTC (History)
0 users

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


Attachments
ebuild (libtorrent-0.6.3.ebuild,854 bytes, application/octet-stream)
2005-05-30 11:41 UTC, Jeremy Guarini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Guarini 2005-05-30 11:39:38 UTC
ebuild for libtorrent 0.6.3
copied ebuild from 0.6.2 and removed the epatch line and changed ./auotgen.sh to
./configure

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeremy Guarini 2005-05-30 11:41:34 UTC
Created attachment 60205 [details]
ebuild

new ebuild
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-30 13:05:40 UTC
I needed to update -fbsd patch as that is still needed for malloc check. The 
other patch is applied and so I just dropped it. 
 
Note that ./autogen is still needed anyway. 
Comment 3 Jeremy Guarini 2005-05-30 20:01:54 UTC
(In reply to comment #2)
> I needed to update -fbsd patch as that is still needed for malloc check. The 
> other patch is applied and so I just dropped it. 
>  
> Note that ./autogen is still needed anyway. 

Hum, not on my system
I ran ./configure and did not need to patch for malloc
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-31 03:11:39 UTC
The fact that it works on your system doesn't make that patch useless. That is needed for Gentoo/FreeBSD 
compatibility.
Comment 5 Jeremy Guarini 2005-06-02 02:16:08 UTC
(In reply to comment #4)
> The fact that it works on your system doesn't make that patch useless. That is
needed for Gentoo/FreeBSD 
> compatibility.

It would be nice if the patch was applied if I was running the fbsd system and
not applied if I was not. Or atlest have some type of autodetection when syncing
so I wouldn't have patches that do not apply to my system.
But just a thought and prob. would be better off if it was mentioned  somewhere
else.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-02 02:23:15 UTC
As I already posted on my blog some time ago, adding patch combinations is something which makes 
complex finding problems for us.
Conditional patching is *not* a way to go.

This means that the patch are always applied on all systems without regard if they are just for fbsd or not; 
also because most of them aren't exactly fbsd specific (just a couple of them really are) and are just 
generic compatibiltiy.