| Summary: | ports-mgmt/portmaster: Special handling of sudo | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Xin LI <delphij> |
| Component: | Individual Port(s) | Assignee: | Stefan Eßer <se> |
| Status: | Open --- | ||
| Severity: | Affects Some People | CC: | se, w.schwarzenfeld |
| Priority: | --- | Keywords: | feature, needs-patch, needs-qa |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Xin LI
2015-02-18 20:30:03 UTC
Auto-assigned to maintainer bdrewery@FreeBSD.org I'm not really working on portmaster much. If you want to provide a patch against the github, I will merge it in. https://github.com/freebsd/portmaster Assignee is no longer the maintainer. simple answer portmaster -m USES=fakeroot sudo or portmaster -m USES=uidfix sudo sorry, this was wrong and did not work. PM has a new maintainer, reassign PR. I agree that there is a problem if sudo is deleted while being required to reinstall it. One solution could be, to perform the deinstall and install steps within one sudo process (which must not be interrupted, or you'll end up on a system without sudo). It might also be possible to always link sudo to e.g. sudo~ before deinstalling a package and then use sudo~ for the installation of the new package (and delete it thereafter). I'll try to get something implemented along these lines, but cannot promise a date, since more urgent problems in portmaster have priority. |