git: c0e78ec7ff15 - stable/12 - build: flip the bsdgrep default back to WITH_GNU_GREP_COMPAT
Kyle Evans
kevans at FreeBSD.org
Tue Dec 29 16:28:59 UTC 2020
The branch stable/12 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=c0e78ec7ff1523be5bcd4ec67933b71d6c2f779c
commit c0e78ec7ff1523be5bcd4ec67933b71d6c2f779c
Author: Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2020-12-29 15:50:31 +0000
Commit: Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2020-12-29 15:50:31 +0000
build: flip the bsdgrep default back to WITH_GNU_GREP_COMPAT
libregex is a more functional provider of gnugrep compatibility. Turn the
option back on by default for folks that opt to use bsdgrep.
This is a direct commit to stable/12, because the option was removed from
13.0 rather than cycling back through default-on.
---
share/mk/src.opts.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index ef816e274a16..58c3ebb4cf0f 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -109,6 +109,7 @@ __DEFAULT_YES_OPTIONS = \
GDB \
GNU_DIFF \
GNU_GREP \
+ GNU_GREP_COMPAT \
GOOGLETEST \
GPIO \
HAST \
@@ -202,7 +203,6 @@ __DEFAULT_NO_OPTIONS = \
CLANG_FORMAT \
DTRACE_TESTS \
GH_BC \
- GNU_GREP_COMPAT \
HESIOD \
LIBSOFT \
LLVM_ASSERTIONS \
More information about the dev-commits-src-branches
mailing list