Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66511 - Porting: games.eclass fixes for MacOSX
Summary: Porting: games.eclass fixes for MacOSX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on: 65270
Blocks: 62621
  Show dependency tree
 
Reported: 2004-10-06 03:54 UTC by Joe Jezak (RETIRED)
Modified: 2005-07-21 17:30 UTC (History)
2 users (show)

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


Attachments
games.eclass.patch (games.eclass.patch,1.89 KB, patch)
2004-10-06 03:54 UTC, Joe Jezak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Jezak (RETIRED) gentoo-dev 2004-10-06 03:54:20 UTC
games.eclass has some linux specific stuff.  In addition, the chown wasn't working because the -R needed to come before the user/group.  This patch addresses those issues.
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2004-10-06 03:54:59 UTC
Created attachment 41215 [details, diff]
games.eclass.patch
Comment 2 SpanKY gentoo-dev 2004-11-30 15:39:16 UTC
what is the point of the 'local DDIR' in the first hunk ?
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2005-05-29 00:00:11 UTC
Sorry I never responded to this, we really couldn't use it until we got a
working baselayout, which we have now.  The DDIR fix removes multiple /'s which
screws up chmod for some reason or another.  It works fine on my linux install
as well, so it should be fine to commit for everyone.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-07-21 11:30:48 UTC
The last if useq macos ; then in the patch should check both macos and
ppc-macos, correct?
Comment 5 Kito (RETIRED) gentoo-dev 2005-07-21 11:47:34 UTC
actually macos  isn't used anymore, so all those conditionals should `useq userland_Darwin` instead of 
{macos,ppc-macos}
Comment 6 SpanKY gentoo-dev 2005-07-21 17:30:27 UTC
everything here should be fixed already anyways except for the DDIR crap

i dont plan on fixing that ... it should be resolved with Bug #97324