CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/27 14:43:01
Modified files:
sysutils/ggrep : Makefile distinfo
sysutils/ggrep/pkg: PLIST
Removed files:
sysutils/ggrep/patches: patch-lib_sigsegv_c
Log message:
sysutils/ggrep: update to 3.8
Changes in behavior:
* The -P option is now based on PCRE2.
* The egrep and fgrep commands now warn that they are obsolescent and
should be replaced by grep -E and grep -F.
* The confusing GREP_COLOR environment variable is now obsolescent.
* Regular expressions with stray backslashes now cause warnings.
* Regular expressions or subexpressions that start with a repetition
operator now also cause warnings.
* Regular expressions like [:space:] are now errors even if
POSIXLY_CORRECT is set.