Summary: | Unsatisfy dependency for "net-www/webapp-config-1.11-r1" | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Alberto Zennaro <morpheusz> |
Component: | Other | Assignee: | Gentoo/BSD Team <bsd+disabled> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | web-apps |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | FreeBSD | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 101219 | ||
Attachments: |
Ebuild patch
webapp-config-bsd.patch Updated webapp-config-bsd.patch |
Description
Alberto Zennaro
2005-08-14 06:25:09 UTC
Created attachment 65930 [details, diff]
Ebuild patch
This patch should do, it makes coreutils and findutils conditional to
userland_GNU? ().
The reason behind findutils is that, also if findutils is not masked on
Gentoo/FreeBSD (nor it will coreutils sooner), adding it as a dependency is not
good, as they are installed g-prefixed on non-GNU userland, so they are not
used actually, better not adding the extra dep.
Web-apps herd, please review the patch. Can you confirm that webapp-config works with the BSD equivalents of findutils and coreutils? Best regards, Stu Created attachment 66135 [details, diff]
webapp-config-bsd.patch
All the syntax seems to be compatible, the only problem is with stat but it's a
minor problem that shouldn't fuzz it too much.
However, this patch fixes also the stat problem using POSIX syntax if stat is
not provided by coreutils.
Created attachment 70467 [details, diff]
Updated webapp-config-bsd.patch
This is an updated patch that fixes the default of the root group. Yeah I know
it might seem fuzzy the root-group detection, but it works fine, as root is the
first choice (linux, solaris) and wheel the other (bsds)...
Closing as WONTFIX as the sh version is too complex to fix, and the python version mostly works (new versions coming out will work fine out of the box). |