Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2020 16:28:58 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c0e78ec7ff15 - stable/12 - build: flip the bsdgrep default back to WITH_GNU_GREP_COMPAT
Message-ID:  <202012291628.0BTGSw7a023604@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=c0e78ec7ff1523be5bcd4ec67933b71d6c2f779c

commit c0e78ec7ff1523be5bcd4ec67933b71d6c2f779c
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2020-12-29 15:50:31 +0000
Commit:     Kyle Evans <kevans@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012291628.0BTGSw7a023604>