Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99143 - Darwin patches for sys-libs/readline-5.0-r2
Summary: Darwin patches for sys-libs/readline-5.0-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-15 12:05 UTC by Kito (RETIRED)
Modified: 2005-07-15 21:16 UTC (History)
0 users

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


Attachments
readline-5.0-darwin.patch (readline-5.0-darwin.patch,763 bytes, patch)
2005-07-15 12:07 UTC, Kito (RETIRED)
Details | Diff
patch to readline-5.0-r2.ebuild (readline-5.0-r2.ebuild.patch,1.39 KB, patch)
2005-07-15 12:08 UTC, Kito (RETIRED)
Details | Diff
readline-5.0-darwin.patch (readline-5.0-darwin.patch,444 bytes, patch)
2005-07-15 19:26 UTC, Kito (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kito (RETIRED) gentoo-dev 2005-07-15 12:05:52 UTC
Patch for building mach-o shared libs in Darwin >7 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Kito (RETIRED) gentoo-dev 2005-07-15 12:07:04 UTC
Created attachment 63481 [details, diff]
readline-5.0-darwin.patch

Fixes building of mach-o shared objects
Comment 2 Kito (RETIRED) gentoo-dev 2005-07-15 12:08:08 UTC
Created attachment 63482 [details, diff]
patch to readline-5.0-r2.ebuild

Adds support for Darwin
Comment 3 SpanKY gentoo-dev 2005-07-15 14:46:08 UTC
a few things ...

is this in upstream ?

why not lump darwin7 and darwin8 together:
darwin[78]*) ...

is this going to come up again with darwin9+ ? :p
Comment 4 Kito (RETIRED) gentoo-dev 2005-07-15 17:34:13 UTC
(In reply to comment #3)
> a few things ...
> 
> is this in upstream ?

Sent, not in yet...

> 
> why not lump darwin7 and darwin8 together:
> darwin[78]*) ...
> 

Because darwin7 sucks and the current linker line is valid for that release.

> is this going to come up again with darwin9+ ? :p

Hehehe, my guess is no but, well...its apple...I don't think I need to say much more.


Comment 5 SpanKY gentoo-dev 2005-07-15 18:15:11 UTC
uhh, unless i missed something, your patch shows that darwin7* and darwin8* set
SHOBJ_LDFLAGS and SHLIB_XLDFLAGS to the *same exact* thing
Comment 6 Kito (RETIRED) gentoo-dev 2005-07-15 19:26:10 UTC
Created attachment 63498 [details, diff]
readline-5.0-darwin.patch

What would I do without Spanky....
Comment 7 SpanKY gentoo-dev 2005-07-15 21:16:42 UTC
now in portage