Re: svn commit: r228099 - head/usr.bin/grep

2011-11-28 Thread Gábor Kövesdán
On 2011.11.28. 21:22, Xin LI wrote: This is useful but could be confusing since xzgrep's behavior could be different from zgrep. What do you refer to exactly? That zgrep is GNU grep and xzgrep is BSD grep? I acknowledge that this is not documented but xzgrep is a non-standard addition so person

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-11-29 Thread Gábor Kövesdán
On 2011.11.29. 20:46, Max Khon wrote: Log: Turn off profiled libs build by default. Can be enabled back using WITH_PROFILE=yes in /etc/src.conf I think it was useful. Profiling is useful for developing any piece of software that builds on libc or other common libs, even for software that