Created attachment 183391 [details] FreeBSD port of ripgrep tool ripgrep is a line oriented search tool that combines the usability of The Silver Searcher (similar to ack) with the raw speed of GNU grep. ripgrep works by recursively searching your current directory for a regex pattern. Website: https://github.com/BurntSushi/ripgrep There was another attempt to port this months ago, but the port got relatively large/complex and appears to have been discarded, so I took a new stab at it.
Thank you for trying to port ripgrep. However this is basically the same attempt as the initial version from bug #215212. It'll not build in Poudriere. Cargo will download dependencies during the build phase which isn't allowed. The error message is essentially the same as the one I posted in bug #215212.
*** This bug has been marked as a duplicate of bug 215212 ***