Bug 225874 - textproc/ripgrep: Update to version 0.8.0
Summary: textproc/ripgrep: Update to version 0.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-13 21:55 UTC by Petteri Valkonen
Modified: 2018-02-14 08:51 UTC (History)
2 users (show)

See Also:


Attachments
Version 0.8.0 update patch (15.63 KB, patch)
2018-02-13 21:55 UTC, Petteri Valkonen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Valkonen 2018-02-13 21:55:53 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-14 07:58:30 UTC
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
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2018-02-14 08:01:55 UTC
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.
Comment 3 Jan Beich freebsd_committer freebsd_triage 2018-02-14 08:51:17 UTC
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;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^