https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255525
--- Comment #8 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 commit e8eb1a4a6cca09ff800cf2131a470c2eaae6c617 Author: Alexey Dokuchaev <[email protected]> AuthorDate: 2025-05-08 12:24:56 +0000 Commit: Alexey Dokuchaev <[email protected]> CommitDate: 2025-05-08 12:24:56 +0000 sysutils/debootstrap: switch the port from using gnugrep to pcregrep Dependency on GNU grep had been originally added to avoid a pathological corner case in BSD grep, where it's about two orders of magnitude slower than GNU grep. As it occurs with one particular pattern type, it could instead be solved by depending on pcregrep rather than gnugrep. Submitter prefers this solution because pcregrep is already required by other programs and does not have potential conflicts with the BSD grep from the base. PR: 255525, 263279 sysutils/debootstrap/Makefile | 12 ++----- sysutils/debootstrap/files/patch-functions | 54 +++++++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 11 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
