mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
textproc/ripgrep: Update packed_simd_2 crate
It fixes the build with the upcoming rust 1.60.0 update error message: error[E0635]: unknown feature `llvm_asm` --> /wrkdirs/usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.6/src/lib.rs:227:5 Approved by: portmgr (build fix blanket)
This commit is contained in:
parent
8838c6dac6
commit
6232f9ef95
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ripgrep
|
||||
DISTVERSION= 13.0.0
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= petteri.valkonen@iki.fi
|
||||
@ -59,7 +59,7 @@ CARGO_CRATES= aho-corasick-0.7.18 \
|
||||
memmap2-0.3.0 \
|
||||
num_cpus-1.13.0 \
|
||||
once_cell-1.7.2 \
|
||||
packed_simd_2-0.3.6 \
|
||||
packed_simd_2-0.3.7 \
|
||||
pcre2-0.2.3 \
|
||||
pcre2-sys-0.2.5 \
|
||||
pkg-config-0.3.19 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1634590373
|
||||
TIMESTAMP = 1649425059
|
||||
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
|
||||
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
|
||||
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
|
||||
@ -77,8 +77,8 @@ SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff
|
||||
SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704
|
||||
SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3
|
||||
SIZE (rust/crates/once_cell-1.7.2.crate) = 28250
|
||||
SHA256 (rust/crates/packed_simd_2-0.3.6.crate) = 71c0c06716cfc81616fa8e22b721ce92fecd594508bc0eb3d04ae3ef35ac10c5
|
||||
SIZE (rust/crates/packed_simd_2-0.3.6.crate) = 98119
|
||||
SHA256 (rust/crates/packed_simd_2-0.3.7.crate) = defdcfef86dcc44ad208f71d9ff4ce28df6537a4e0d6b0e8e845cb8ca10059a6
|
||||
SIZE (rust/crates/packed_simd_2-0.3.7.crate) = 97413
|
||||
SHA256 (rust/crates/pcre2-0.2.3.crate) = 85b30f2f69903b439dd9dc9e824119b82a55bf113b29af8d70948a03c1b11ab1
|
||||
SIZE (rust/crates/pcre2-0.2.3.crate) = 19605
|
||||
SHA256 (rust/crates/pcre2-sys-0.2.5.crate) = dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722
|
||||
|
66
textproc/ripgrep/files/patch-rust-1.60
Normal file
66
textproc/ripgrep/files/patch-rust-1.60
Normal file
@ -0,0 +1,66 @@
|
||||
--- Cargo.lock.orig 2022-04-08 15:28:37 UTC
|
||||
+++ Cargo.lock
|
||||
@@ -62,12 +62,6 @@ name = "cfg-if"
|
||||
|
||||
[[package]]
|
||||
name = "cfg-if"
|
||||
-version = "0.1.10"
|
||||
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
||||
-
|
||||
-[[package]]
|
||||
-name = "cfg-if"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
@@ -90,7 +84,7 @@ dependencies = [
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
||||
dependencies = [
|
||||
- "cfg-if 1.0.0",
|
||||
+ "cfg-if",
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
@@ -100,7 +94,7 @@ dependencies = [
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
||||
dependencies = [
|
||||
- "cfg-if 1.0.0",
|
||||
+ "cfg-if",
|
||||
"lazy_static",
|
||||
]
|
||||
|
||||
@@ -110,7 +104,7 @@ dependencies = [
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
||||
dependencies = [
|
||||
- "cfg-if 1.0.0",
|
||||
+ "cfg-if",
|
||||
"packed_simd_2",
|
||||
]
|
||||
|
||||
@@ -329,7 +323,7 @@ dependencies = [
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
||||
dependencies = [
|
||||
- "cfg-if 1.0.0",
|
||||
+ "cfg-if",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -365,11 +359,11 @@ name = "packed_simd_2"
|
||||
|
||||
[[package]]
|
||||
name = "packed_simd_2"
|
||||
-version = "0.3.5"
|
||||
+version = "0.3.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7"
|
||||
+checksum = "defdcfef86dcc44ad208f71d9ff4ce28df6537a4e0d6b0e8e845cb8ca10059a6"
|
||||
dependencies = [
|
||||
- "cfg-if 0.1.10",
|
||||
+ "cfg-if",
|
||||
"libm",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user