Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128944 - media-libs/sdl: little fixes for ~x86-fbsd keywording
Summary: media-libs/sdl: little fixes for ~x86-fbsd keywording
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-05 11:46 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

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


Attachments
Ebuild patch (libsdl-ebuild.patch,1.57 KB, patch)
2006-04-05 11:47 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-05 11:46:45 UTC
The attached patch is needed to keyword latest libsdl ~x86-fbsd.
The block on all the libusb versions on portage is needed because of bug #128937; to install libsdl on Gentoo/FreeBSD one has either to not have libusb at all or have the version coming from Gentoo/Alt overlay.

The elibtoolize is needed to have libraries named in a decent way (linux type) rather than the single-component soversion as FreeBSD uses usually (avoids breaking linking every micro bump).

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-05 11:47:04 UTC
Created attachment 84006 [details, diff]
Ebuild patch
Comment 2 SpanKY gentoo-dev 2006-04-06 06:00:33 UTC
the elibtoolize is fine but i dont see much value in the libusb block
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-06 09:13:04 UTC
The libusb block is actually needed to have working sdl on G/FBSD.
With libusb 0.1.11 the ./configure fails to identify the joystick driver, don't compile any, and the library has undefined references.
Comment 4 SpanKY gentoo-dev 2006-04-07 08:21:49 UTC
i read the referenced bug

this isnt a bug in libsdl thus the depend wont be added
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-07 17:29:15 UTC
Okay I'll simply tell people having problem to use the right -D when updating world :P