[Bug 272602] textpoc/ripgrep: compilation fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 19 Jul 2023 16:17:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272602

            Bug ID: 272602
           Summary: textpoc/ripgrep: compilation fails
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: alexey@ocaml.nl

I have FreeBSD 13.2-p1 and the latest port branch. Compilation of
textproc/ripgrep fails like this:
https://github.com/BurntSushi/ripgrep/issues/2516

As far as I understand, grep crate version 0.2.12 is required, and ripgrep
indeed depends on it:
https://github.com/BurntSushi/ripgrep/blob/304a60e8e9d4b2a42dc3dfb1ba4cef6d7bf92515/Cargo.toml#L53

However, here is what I see after failed compilation:

# grep '\<grep\>' /usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/Cargo.toml |
grep version
grep = { version = "0.2.8", path = "crates/grep" }

-- 
You are receiving this mail because:
You are the assignee for the bug.