16 Commits

Author SHA1 Message Date
fcambus
0a799a603d Update bat to 0.22.1. 2022-10-29 19:18:33 +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
landry
edae6a3c76 sysutils/bat: fix build on riscv64/powerpc64
reinstate the dependency on cc >= 1.0.73 crate.
build failure reported by jca@, ok naddy@
2022-09-25 16:04:56 +00:00
landry
ac4e9feca5 sysutils/bat: update to 0.22.0.
see https://github.com/sharkdp/bat/releases/tag/v0.22.0
2022-09-10 15:03:59 +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
fcambus
8f1c88c88e Update bat to 0.21.0. 2022-05-20 08:42:10 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
rsadowski
9a098347c2 Update bat to 0.19.0
OK bket@
2022-01-09 12:28:03 +00:00
tb
ab5614ec17 sysutils/bat: fix build on i386, ok sthen
Add a cast to fix the type error on ILP32 architectures.
Patch merged upstream: https://github.com/FillZpp/sys-info-rs/pull/101
2021-09-15 08:27:44 +00:00
semarie
d73464f27b update sysutils/bat to v0.18.3 2021-09-11 07:36:14 +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
semarie
69a60ba2ef sysutils/bat: force update for libgit2 dependencies
manual force libgit2 update to cope with rustc >= 1.54.0

ok landry@ rsadowski@ kn@
2021-08-03 15:26:05 +00:00
semarie
0629fa6462 sysutils/bat: small port cleanup
- remove LIBGIT2_SYS_USE_PKG_CONFIG setting from MAKE_ENV (devel/cargo module already do it)
- use .include with "" instead of <> for crates.inc: there is no need to search the file inside system directories
- add license information to MODCARGO_CRATES lines

ok landry@ rsadowski@ kn@
2021-08-03 15:23:46 +00:00
sthen
465fad3bdf set sysutils/bat to ONLY_FOR_ARCHS=${LP64_ARCHS}, one of the 147 dependencies
(sys-info) has a 32 vs 64 bit issue when checking the number of CPUs online
2021-07-27 11:55:36 +00:00
rsadowski
191b3d26c2 Import bat-0.18.2, ok solene@
Comment:
cat(1) clone with wings

Description:
A cat(1) clone with syntax highlighting and Git integration.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://github.com/sharkdp/bat
2021-07-25 19:00:59 +00:00