Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93959 - eutils fixes for G/FreeBSD
Summary: eutils fixes for G/FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 09:41 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
2 users (show)

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


Attachments
eutils-bsd.patch (eutils-bsd.patch,1.27 KB, patch)
2005-05-25 09:43 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
Modified eutils-bsd.patch to fix crufty macos stuff (eutils.patch,2.19 KB, patch)
2005-05-25 13:41 UTC, Kito (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 2005-05-25 09:41:19 UTC
Currently the eutils eclass uses some checks based on "use x86-fbsd". As Gentoo/FreeBSD is going to support more than just x86, those checks are wrong.
The attached patch makes use of $USERLAND values to set them up.

There's also a change in for enewuser to be sure that it works with G/FBSD where /usr/sbin/nologin is the shell for disabled accounts.

Thanks, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-25 09:43:22 UTC
Created attachment 59799 [details, diff]
eutils-bsd.patch
Comment 2 Kito (RETIRED) gentoo-dev 2005-05-25 13:41:50 UTC
Created attachment 59815 [details, diff]
Modified eutils-bsd.patch to fix crufty macos stuff

Flameeyes look this over and make sure I didn't break anything for BSD =)
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-25 21:57:04 UTC
Comment on attachment 59799 [details, diff]
eutils-bsd.patch

The osx version doesn't break BSD so that's good for me.

Vapier? :)
Comment 4 SpanKY gentoo-dev 2005-05-27 22:51:18 UTC
done, thanks