Commit Graph

26 Commits

Author SHA1 Message Date
sthen
56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
sthen
6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie
6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
jca
59f3e357d6 Bump cc and libc crates in those rust ports
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support.  semarie@ will take care of the
lang/rust bits.

Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
2022-08-24 21:43:08 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
dab3606435 ripgrep picks up asciidoctor in preference to asciidoc if installed at
build time; change the BDEP

install the actual zsh completion file to the zsh completion dir, not the
PowerShell file...
2022-03-03 14:33:54 +00:00
fcambus
68917e0468 Update ripgrep to 13.0.0.
OK kn@
2021-10-24 17:42:14 +00:00
paco
60773b37ee update ripgrep to 12.1.0
moved the libc back to the main group as we're > 0.2.63 now as suggested
by sthen.  Removed the related comment too.

Tested on amd64 by me and sparc64 by jca

ok sthen@ jca@
2020-05-27 09:38:34 +00:00
abieber
584eb7f27a Remove fish completions from ripgrep as they are shipped with fish-3.1.0 now. 2020-03-14 16:49:58 +00:00
semarie
614c7c9d0e small devel/cargo cleanup
keep MODCARGO_CRATE for libc separated from the big list, and properly document it.
2020-03-02 07:20:23 +00:00
semarie
a49461a688 update ripgrep to 11.0.2
patch from Paco Esteban paco _ onna be

few changes by me for keeping libc update version to compatible one with sparc64
2019-08-31 06:58:11 +00:00
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
semarie
b19d4110a9 change MODCARGO_CRATES syntax for devel/cargo module.
The new syntax to have version with '-' character:
-MODCARGO_CRATES +=     aho-corasick-0.6.8      # Unlicense/MIT
+MODCARGO_CRATES +=     aho-corasick    0.6.8   # Unlicense/MIT

update all customers of devel/cargo to use the new syntax

ok landry@
2018-12-16 08:50:11 +00:00
semarie
634c9cdaa8 update textproc/ripgrep to 0.10.0
remove pledge(2) for now, the application has changed a lot.

diff from Edward Lopez-Acosta elopezacosta at gmail dot com
2018-11-29 11:09:55 +00:00
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
sthen
202fbf484e bump REVISION on ports using rust, to ensure that they pick up the fix
for out of bounds write due to integer overflow that was fixed in rust's
libstd (which is statically linked).
2018-09-25 21:16:37 +00:00
landry
f6492b197c 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@
2018-04-26 14:17:04 +00:00
kn
230352fa05 Update ripgrep to 0.8.1
Also add missing BDEP on asciidoc and do some clean up.

OK landry
2018-03-20 10:40:23 +00:00
danj
18746517f2 Replace mkdir -p with ${INSTALL_DATA_DIR}
From Klemens Nanni
2018-01-30 03:27:54 +00:00
danj
de589aeea3 Update to ripgrep-0.7.1, bugfix release for "too many open file descriptors"
From ray
2018-01-30 03:23:06 +00:00
danj
e0f2246e22 Update to ripgrep-0.7.0
From semarie
2017-11-01 20:27:22 +00:00
danj
00529f67c7 Update to ripgrep-0.5.2
From semarie, discussed with espie
2017-05-21 15:41:48 +00:00
danj
490999b05e Update to ripgrep-0.5.1
From the usual suspect (semarie)
2017-04-12 02:21:58 +00:00
danj
d4cd493433 Update to ripgrep-0.5.0
From semarie
2017-03-25 16:16:47 +00:00
danj
ac516bbcfd Import ripgrep-0.4.0 from semarie, tweaks by landry@ and me, ok landry@
Line oriented search tool using Rust's regex library. Combines the raw
performance of grep with the usability of the silver searcher.
2017-02-03 15:00:33 +00:00