Date: Wed, 20 Dec 2017 11:04:46 +0100 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Ed Maste <emaste@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r327010 - in stable/11: lib usr.bin Message-ID: <864lolbtq9.fsf@desk.des.no> In-Reply-To: <201712200030.vBK0UVQp009391@repo.freebsd.org> (Ed Maste's message of "Wed, 20 Dec 2017 00:30:31 %2B0000 (UTC)") References: <201712200030.vBK0UVQp009391@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ed Maste <emaste@FreeBSD.org> writes: > Log: > MFC r326030: Install strings unconditionally >=20=20=20 > 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 install > it unconditionally. >=20=20=20 > PR: 213665, 223725 > Sponsored by: The FreeBSD Foundation freebsd-version doesn't use strings(1) and hasn't for a year: ------------------------------------------------------------------------ r308297 | des | 2016-11-04 18:02:42 +0100 (Fri, 04 Nov 2016) | 6 lines Changed paths: M /head/bin/freebsd-version/freebsd-version.sh.in Use what(1) instead of strings(1). It's simpler and always available. PR: 213665 Submitted by: Pawel Worach <pawel.worach@gmail.com> MFC after: 1 week ------------------------------------------------------------------------ r309828 | des | 2016-12-10 21:20:33 +0100 (Sat, 10 Dec 2016) | 5 lines Changed paths: M /stable/11 M /stable/11/bin/freebsd-version/freebsd-version.sh.in MFH (r308297): use what(1) instead of strings(1). PR: 213665 Submitted by: Pawel Worach <pawel.worach@gmail.com> ------------------------------------------------------------------------ DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864lolbtq9.fsf>