Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347317 - dev-libs/mpc-0.8.2 support for FreeMiNT
Summary: dev-libs/mpc-0.8.2 support for FreeMiNT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All FreeMiNT
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 17:51 UTC by Alan Hourihane
Modified: 2010-12-10 18:45 UTC (History)
1 user (show)

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


Attachments
support for FreeMiNT (mpc.diff,1013 bytes, patch)
2010-11-30 17:51 UTC, Alan Hourihane
Details | Diff
files patch (mpc-0.8.2-mint.patch,362 bytes, patch)
2010-11-30 17:52 UTC, Alan Hourihane
Details | Diff
use elibtoolize (mpc.diff,631 bytes, patch)
2010-12-02 19:19 UTC, Alan Hourihane
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hourihane 2010-11-30 17:51:17 UTC
Two patches. One for the mpc-0.8.2.ebuild itself called mpc.diff. The second is a files/ patch.
Comment 1 Alan Hourihane 2010-11-30 17:51:50 UTC
Created attachment 255971 [details, diff]
support for FreeMiNT
Comment 2 Alan Hourihane 2010-11-30 17:52:43 UTC
Created attachment 255973 [details, diff]
files patch
Comment 3 Fabian Groffen gentoo-dev 2010-12-01 20:52:52 UTC
hmmm, elibtoolize doesn't catch this issue?
Comment 4 Alan Hourihane 2010-12-01 21:37:11 UTC
It could, but because it's a gcc dependency I didn't think we're allowed to do that ?
Comment 5 Fabian Groffen gentoo-dev 2010-12-02 07:49:16 UTC
Since it's only doing patches, I think it should be ok.  On a side-note, by the time gcc is emerged, autotools are already in place, IIRC.
Comment 6 Alan Hourihane 2010-12-02 08:39:08 UTC
O.k. Is it o.k. to run elibtoolize in the compile stage or does it have to be done in unpack ?
Comment 7 Fabian Groffen gentoo-dev 2010-12-02 09:16:52 UTC
it is a preparation step, so it must be done in src_prepare (EAPI=2 and 3) or in src_unpack for prior EAPIs
Comment 8 Alan Hourihane 2010-12-02 19:19:17 UTC
Created attachment 256179 [details, diff]
use elibtoolize

Use elibtoolize instead, don't forget to add m68k-mint to KEYWORDS :-)
Comment 9 Fabian Groffen gentoo-dev 2010-12-10 18:02:08 UTC
@toolchain: is the latest patch (to run elibtoolize) okay with you?
Comment 10 SpanKY gentoo-dev 2010-12-10 18:21:15 UTC
delete the empty line in the src_unpack and patch is fine -- feel free to commit
Comment 11 Fabian Groffen gentoo-dev 2010-12-10 18:45:32 UTC
done, thanks