Lines 4-10
Link Here
|
4 |
# vim: ts=8 noet |
4 |
# vim: ts=8 noet |
5 |
|
5 |
|
6 |
PORTNAME= ripgrep |
6 |
PORTNAME= ripgrep |
7 |
DISTVERSION= 0.8.0 |
7 |
DISTVERSION= 0.8.1 |
8 |
CATEGORIES= textproc |
8 |
CATEGORIES= textproc |
9 |
|
9 |
|
10 |
MAINTAINER= petteri.valkonen@iki.fi |
10 |
MAINTAINER= petteri.valkonen@iki.fi |
Lines 86-91
Link Here
|
86 |
|
86 |
|
87 |
BASH_PLIST_FILES= etc/bash_completion.d/rg.bash |
87 |
BASH_PLIST_FILES= etc/bash_completion.d/rg.bash |
88 |
FISH_PLIST_FILES= share/fish/completions/rg.fish |
88 |
FISH_PLIST_FILES= share/fish/completions/rg.fish |
|
|
89 |
ZSH_PLIST_FILES= share/zsh/site-functions/_rg |
89 |
|
90 |
|
90 |
# simd crate uses cfg_target_feature which isn't stable yet, so unlock |
91 |
# simd crate uses cfg_target_feature which isn't stable yet, so unlock |
91 |
# unstable features similar to how lang/rust bootstraps. www/firefox |
92 |
# unstable features similar to how lang/rust bootstraps. www/firefox |
Lines 94-101
Link Here
|
94 |
SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} |
95 |
SIMD_VARS= CARGO_FEATURES+=simd-accel ${SIMD_VARS_${ARCH}} |
95 |
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" |
96 |
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2" |
96 |
|
97 |
|
97 |
ZSH_PLIST_FILES= share/zsh/site-functions/_rg |
|
|
98 |
|
99 |
post-patch: |
98 |
post-patch: |
100 |
@${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs |
99 |
@${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs |
101 |
|
100 |
|