Created attachment 190599 [details] Version 0.8.0 update patch The attached patch updates textproc/ripgrep to version 0.8.0, and adds an option for installing optional documentation.
A commit references this bug: Author: tobik Date: Wed Feb 14 07:58:11 UTC 2018 New revision: 461765 URL: https://svnweb.freebsd.org/changeset/ports/461765 Log: textproc/ripgrep: Update to 0.8.0 - Install extra documentation - Remove FISH_DESC (redundant after r454235) Changes: https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0 PR: 225874 Submitted by: petteri.valkonen@iki.fi (maintainer) Changes: head/textproc/ripgrep/Makefile head/textproc/ripgrep/distinfo
Committed with some changes. Thanks! The patch was missing a dependency on asciidoc to actually generate the man page. Please test your submission in Poudriere next time.
As simd crate relies on unstable features this broke SIMD=on for CPUTYPE >= haswell until lang/rust is updated to 1.24 as well. Let's hope that happens before anyone else complains. ;) error[E0442]: intrinsic return value has wrong type: found vector with length 4, expected length 32 --> cargo-crates/simd-0.2.1/src/x86/avx2.rs:45:5 | 45 | fn x86_mm256_sad_epu8(x: u8x32, y: u8x32) -> u64x4; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^