summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2010-07-22 19:11:57 +0000
committergabor <gabor@FreeBSD.org>2010-07-22 19:11:57 +0000
commit17349bffe429a953a031d171130a1138198ac7ab (patch)
tree318bb6f174fac904c08b62b93207c79c56437b11 /share
parentf2d14f41cfaba8b7f13b549c183c6c939670cfad (diff)
downloadFreeBSD-src-17349bffe429a953a031d171130a1138198ac7ab.zip
FreeBSD-src-17349bffe429a953a031d171130a1138198ac7ab.tar.gz
Add BSD grep to the base system and make it our default grep.
Deliverables: Small and clean code (1,4 KSLOC vs GNU's 8,5 KSLOC), lower memory usage than GNU grep, GNU compatibility, BSD license. TODO: Performance is somewhat behind GNU grep but it is only significant for bigger searches. The reason is complex, the most important factor is that GNU grep uses lots of optimizations to improve the speed of the regex library. First, we need a modern regex library (practically by adopting TRE), add support for GNU-style non-standard regexes and then reevalute the performance issues and look for bottlenecks. In the meantime, for those, who need better performance, it is possible to build GNU grep by setting WITH_GNU_GREP. Approved by: delphij (mentor) Obtained from: OpenBSD (http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/grep/), freegrep (http://github.com/howardjp/freegrep) Sponsored by: Google SoC 2008 Portbuild tests run by: kris, pav, erwin Acknowledgements to: fjoe (as SoC 2008 mentor), everyone who helped in reviewing and testing
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 43fcc51..24b2ca4 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -334,7 +334,6 @@ _clang_no=CLANG
GCOV \
GDB \
GNU \
- GNU_GREP \
GPIB \
GROFF \
HTML \
@@ -422,6 +421,7 @@ MK_${var}:= yes
BIND_XML \
${_clang_no} \
FDT \
+ GNU_GREP \
HESIOD \
IDEA
.if defined(WITH_${var}) && defined(WITHOUT_${var})
OpenPOWER on IntegriCloud