CVSROOT: /cvs Module name: ports Changes by: [email protected] 2018/04/26 08:17:04
Modified files:
textproc/ripgrep: Makefile
Added files:
textproc/ripgrep/patches: patch-src_args_rs patch-src_main_rs
Log message:
Add pledge() to ripgrep:
- "stdio rpath" for common usage
- "stdio rpath proc exec" for -z (--search-zip) as it is spawning
external commands for decompress files.
from semarie@, ok kn@
