On 2020/01/26 13:09, Klemens Nanni wrote: > On Sun, Jan 19, 2020 at 07:13:49PM +0100, Klemens Nanni wrote: > > Simple convenience wrapper: > > > > Information for inst:coreboot-20200119 > > > > Comment: > > useful tools for coreboot development (meta package) > > > > Description: > > This meta package installs a variety of tools useful for firmware and > > hardware > > hacking. > > > > Maintainer: Klemens Nanni <k...@openbsd.org> > > > > The package itself holds no information, all is contained in RDEPs, > > hence the version number being a simple timestamp. > > > > $ mk show=RUN_DEPENDS | tr ' ' '\n' > > sysutils/coreboot-utils > > sysutils/flashrom > > sysutils/me_cleaner > > sysutils/pciutils > > sysutils/usbutils > > > > Feedback? OK? > Ping.
I'd kind-of expect a package named 'coreboot' to install something that actually contains coreboot, rather than tools to work with it. Had you considered just adding the other ports as RUN_DEPENDS to coreboot-utils? They aren't necessary dependencies, but somebody using coreboot-utils probably wants to have the other ports too..