Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-16 Thread Michael Orlitzky
On 09/16/12 04:20, Alexandre Paz Mena wrote: > Ok, thank you very much! > > Apart from that, I should add those files to the dependencies, right? Nope, all you should have to do is copy the net-p2p/mldonkey/files directory into the corresponding directory in your overlay. The "2.9.5-execstacks.p

Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-16 Thread Alexandre Paz Mena
Ok, thank you very much! Apart from that, I should add those files to the dependencies, right? On Sun, Sep 16, 2012 at 4:33 AM, Michael Orlitzky wrote: > On 09/15/2012 11:59 AM, Alexandre Paz Mena wrote: > > > > Thanks, I'll post a bug to upstream. > > > > Meanwhile, instead of adding libs, I wo

Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-15 Thread Michael Orlitzky
On 09/15/2012 11:59 AM, Alexandre Paz Mena wrote: > > Thanks, I'll post a bug to upstream. > > Meanwhile, instead of adding libs, I worked adding them to econf. > > But a new problem has appeared, mldonkey-3.1.3 seems to not have a > init.d script. I thought that was the ebuild work, but both eb

Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-15 Thread Alexandre Paz Mena
> > --- /usr/portage/net-p2p/mldonkey/mldonkey-3.1.0.ebuild 2012-02-24 > 16:01:22.0 -0500 > +++ ./mldonkey-3.1.3.ebuild 2012-09-14 09:47:39.613742734 -0400 > @@ -92,7 +92,13 @@ > > src_compile() { > export OCAMLRUNPARAM="l=256M" > - emake || die "emake failed" > + > +

Re: [gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-14 Thread Michael Orlitzky
On 09/14/2012 04:58 AM, Alexandre Paz Mena wrote: > Hi, I'm trying to generate an ebuild for mldonkey-3.1.3 from version > 3.1.0 in a "x86_64" machine. > > To manually compile de project I have to export LDFLAGS="-png15" before > running ./configure > > the problem is that I don't know how to exp

[gentoo-user] Generate an ebuild for mldonkey-3.1.3

2012-09-14 Thread Alexandre Paz Mena
Hi, I'm trying to generate an ebuild for mldonkey-3.1.3 from version 3.1.0 in a "x86_64" machine. To manually compile de project I have to export LDFLAGS="-png15" before running ./configure the problem is that I don't know how to export it inside the ebuild, I've tried with "append-ldflags -lpng1