On Fri, Dec 06, 2019 at 10:52:50AM +0000, Stuart Henderson wrote: > On 2019/12/06 10:46, Marc Espie wrote: > > I'm also wondering about an option to install all available debug packages > > for a given port (e.g., the debug package for the port, and the debug > > packages for the dependencies as well). That's not written yet. Might be > > convenient. Probably -dd > > -dd sounds like it would be useful. > > The thing I miss most at the moment is an easy way to install debug > packages from a port build, I can use something like "doas env > PKG_PATH=/usr/ports/packages/amd64/all pkg_add -D unsigned debug-whatever" > but it's a bit fiddly.
Well, passing -d to pkg_add ought to work, so it would "just" be an option to add in make install/update. (specifically, to SUDO_PKG_ADD_LOCAL) The only difficult question is: what do we name it ? INSTALL_DEBUG_PACKAGES ?
