Summary: | port-mgmt/portmaster: Portmaster behaviour may depend on what is in the current working directory | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Philippe Michel <philippe.michel7> |
Component: | Individual Port(s) | Assignee: | Stefan Eßer <se> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | ak, w.schwarzenfeld |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Philippe Michel
2019-04-06 14:25:28 UTC
/usr/local/sbin/portmaster: 358 + if [ "$PWD" = "/usr/src/sys/conf" ]; then 359 + pm_cd $HOME 360 + fi A commit references this bug: Author: se Date: Sun Jan 26 19:00:18 UTC 2020 New revision: 524228 URL: https://svnweb.freebsd.org/changeset/ports/524228 Log: Make portmaster fall back to other locations if invoked in, e.g., /sys/conf. PR: 237061 Approved by: antoine (implicit) Changes: head/ports-mgmt/portmaster/Makefile head/ports-mgmt/portmaster/files/patch-portmaster |