Summary: | install-missing-packages fails in a weird way | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Edward Tomasz Napierala <trasz> |
Component: | Ports Framework | Assignee: | Port Management Team <portmgr> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | 0mp, ports-bugs |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Edward Tomasz Napierala
2020-02-18 15:59:58 UTC
Adding the one who changed this obsolete target most recently. I'm investigating. Here's the patch: https://reviews.freebsd.org/D23795 A commit references this bug: Author: 0mp Date: Tue Mar 31 08:31:15 UTC 2020 New revision: 529956 URL: https://svnweb.freebsd.org/changeset/ports/529956 Log: Fix install-missing-packages when port is missing multiple dependencies The current implementation of install-missing-packages does not handle correctly the situation when a port is missing multiple dependencies. pkg(8) would only get the first missing origin as an argument. All the other origins would be listed on new lines and would not be passed to pkg(8). PR: 244215 Discussed with: mat, tobik Approved by: portmgr (implicit, fix r525388) Differential Revision: https://reviews.freebsd.org/D23795 Changes: head/Mk/bsd.port.mk |