Commit Graph

16 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
landry
bc1acceb44 textproc/delta: update to 0.15.1
From Laurent Cheylus (foxy / free / fr) who takes maintainership
With tweaks from and ok sthen@
2023-01-20 13:29:28 +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
38b1ce3320 textproc/delta: 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:53 +00:00
landry
ab695b6630 sysutils/delta: update to 0.14.0.
see https://github.com/dandavison/delta/releases/tag/0.14.0
2022-09-07 09:20:46 +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
54fb1a2298 Update delta to 0.13.0. 2022-05-20 08:42:57 +00:00
fcambus
1e92a7c208 Update delta to 0.12.1. 2022-04-16 13:39:12 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
fcambus
25fe82db2e Update delta to 0.12.0. 2022-03-02 09:59:35 +00:00
fcambus
8229903323 Update delta to 0.11.3. 2021-12-18 12:56:28 +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
c4b5dc0500 textproc/delta: update to 0.8.3. 2021-07-28 08:41:11 +00:00
landry
1327173922 import textproc/delta 0.8.2, a viewer for git and diff output .
Code evolves, and we all spend time studying diffs. Delta aims to make this
both efficient and enjoyable: it allows you to make extensive changes to the
layout and styling of diffs, as well as allowing you to stay arbitrarily close
to the default git/diff output.

initial submission by me, improved/tested by Stefan Hagen, thanks !
ok rsadowski@ looks fine to semarie@
2021-07-28 08:20:04 +00:00