19 Commits

Author SHA1 Message Date
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
93f1fb5189 Use lowdown instead of pandoc to format manpages
The output manpages don't look as good but pandoc is only available on
amd64.  lowdown hint from sthen@, ok semarie@
2022-08-24 21:56:57 +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
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
fcambus
d3b60507c1 Add missing RCS ID markers in crates.inc files for some Rust ports. 2021-09-02 17:39:09 +00:00
tb
212de70670 Use '.include "crates.inc"' instead of '.include <crates.inc>' in some
Rust ports.  This ensures that the local directory is searched before
the system directories.

ok danj semarie
2021-08-14 07:06:31 +00:00
landry
71d5bdeddc sysutils/exa: fix packaging by reinstating r1.8 (use standard dir for
zsh completions)

spotted by semarie@, my bad
2021-07-13 06:27:14 +00:00
landry
c3c2cc09f6 sysutils/exa: update to 0.10.1.
- switch to crates.inc for MODCARGO_CRATES
- manpage source was moved to markdown, use pandoc to generate it (as
  upstream does in the Justfile)
- upstream now depends on libc 0.2.93 so no need anymore to update it
  locally
2021-07-11 09:08:22 +00:00
semarie
f64f776a43 add more magic to devel/cargo to help maintainers dealing with rust
devel/cargo modules will take care of some aspects of crate dependencies on
system/ports libraries

adapt some ports depending on devel/cargo to properly link to ports libraries,
and to not patch anymore what it is now done by devel/cargo (openssl-sys crate
for example)

with help and ok @sthem
2020-03-12 10:30:05 +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
sthen
18661f1c22 use standard dir for zsh completions, from Matthew Martin 2020-01-17 13:53:54 +00:00
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
semarie
93e7c20edd update sysutils/exa to 0.9.0
from Stephen Gregoratto
2019-07-29 15:39:35 +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
landry
87f241ee73 Bump all ports using rust to ensure they get rebuilt/updated. 2018-10-08 15:28:05 +00:00
sthen
828f69a813 force newer Rust libc to unbreak openbsd-unknown-aarch64, from semarie 2018-10-01 08:14:46 +00:00
landry
54ecf50b5a Import exa 0.8.0.
exa is a replacement for ls written in Rust. Its options are similar to the
regular ls, but it also adds lots of fancy features like tree traversing,
colors, git support, sorting options..

(also, it makes one more port to exercise rust updates..)

With hints from semarie@, tweaks & ok kn@
2018-04-27 09:43:18 +00:00