Re: Why Does bind Have So Many Dependencies
- Reply: lain.: "Re: Why Does bind Have So Many Dependencies"
- In reply to: robert_a_rrbrussell.com: "Re: Why Does bind Have So Many Dependencies"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 21:36:58 UTC
On 3/16/24 15:54, robert@rrbrussell.com wrote: . > > To rebuild the manpages and other documentation from source requires groff and a few other tools. Portmaster can uninstall build dependencies that aren’t in the run dependencies list after installation of the port. ```pkg autoremove``` will also remove unneeded build dependencies. The last option is using poudrière. ```pkg install``` will only pull in the needed runtime dependencies. > > I am assuming don’t want to use the default package repository. Yes, I've deleted the offending unneeded dependencies with "pgk autoremove". I think my central question is really why the port installation even attempts to install these if I indicate that I do not want docs in the initial config menu.