Bug 276845

Summary: "make describe" fails to enumerate subpackages (unlike flavors)
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Ports FrameworkAssignee: Port Management Team <portmgr>
Status: In Progress ---    
Severity: Affects Only Me CC: arrowd, grahamperrin, ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Jan Beich freebsd_committer freebsd_triage 2024-02-05 19:06:52 UTC
Required for INDEX consumers. Need something like _DESCRIBE_WITH_FLAVOR but for subpackages.

$ make describe -C audio/alsa-plugins | awk -F\| '{ print $1 }'
alsa-plugins-1.2.7.1_3
$ make describe -C x11-toolkits/libdecor | awk -F\| '{ print $1 }'
libdecor-0.2.2_2
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2024-02-14 17:58:06 UTC
The review is here:    https://reviews.freebsd.org/D43791
It also requires changes on the Poudriere side: https://github.com/freebsd/poudriere/compare/master...arrowd:poudriere:subdescribe