On 20 December 2017 at 05:04, Dag-Erling Smørgrav wrote:
>
> freebsd-version doesn't use strings(1) and hasn't for a year:
Right, this was just another example of a case where strings was
expected to be available. I committed and MFC'd this not to fix
freebsd-version, but to satisfy the expectati
Ed Maste writes:
> Log:
> MFC r326030: Install strings unconditionally
>
> Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly
> expected to be available and may have non-toolchain consumers. As it
> is now taken from the BSD-licensed ELF Tool Chain project, just i
Author: emaste
Date: Wed Dec 20 00:30:31 2017
New Revision: 327010
URL: https://svnweb.freebsd.org/changeset/base/327010
Log:
MFC r326030: Install strings unconditionally
Previously it was enabled by WITH_/WITHOUT_TOOLCHAIN, but it is commonly
expected to be available and may have non-too