Re: Update sysutils/bat

2022-01-14 Thread Laurent Cheylus
On Wed, 12 Jan 2022 10:55:18 - (UTC), Laurent Cheylus wrote: > I have some issue to build bat v0.19.0 port on OpenBSD 7.0 / amd64 : > failed when build of libgit2-sys crate. Problem fixed after build/install of libgit2 v0.19.0 port => bat v0.19 port build/install OK on OpenBSD 7.0/amd64.

Re: Update sysutils/bat

2022-01-12 Thread Laurent Cheylus
On Sun, 9 Jan 2022 07:57:20 +0100, Rafael Sadowski wrote: > Feedback, ok? I have some issue to build bat v0.19.0 port on OpenBSD 7.0 / amd64 : failed when build of libgit2-sys crate. $ cd /usr/ports/sysutils/bat Update sources from CVS for v0.19.0 version $ make build (...) Running `/

Re: Update sysutils/bat

2022-01-08 Thread Björn Ketelaars
On Sun 09/01/2022 07:57, Rafael Sadowski wrote: > Feedback, ok? Builds and runs on amd64. OK bket@

Update sysutils/bat

2022-01-08 Thread Rafael Sadowski
Feedback, ok? Rafael diff --git a/sysutils/bat/Makefile b/sysutils/bat/Makefile index 179c1bc8b36..e24fd399a88 100644 --- a/sysutils/bat/Makefile +++ b/sysutils/bat/Makefile @@ -4,8 +4,7 @@ COMMENT = cat(1) clone with wings GH_ACCOUNT = sharkdp GH_PROJECT

sysutils/bat: fix build on i386

2021-09-13 Thread Theo Buehler
sysconf returns a long which is an i32 on ILP32 architectures. Add a cast which is a noop on LP64 architectures; the overflow of an u32 in this check can't happen on ILP32 anyway. Index: Makefile === RCS file: /cvs/ports/sysutils/bat

Re: sysutils/bat: port cleanup + dependencies update for upcoming rustc 1.54.0

2021-08-02 Thread Klemens Nanni
On Mon, Aug 02, 2021 at 10:46:01AM +0200, Sebastien Marie wrote: > sysutils/bat fails to build with rust 1.54.0 > > I updated git2 dependencies to copte with rust version, and while here > did some cleanup: > > - include licence information for crates (see make > modcarg

sysutils/bat: port cleanup + dependencies update for upcoming rustc 1.54.0

2021-08-02 Thread Sebastien Marie
Hi, sysutils/bat fails to build with rust 1.54.0 I updated git2 dependencies to copte with rust version, and while here did some cleanup: - include licence information for crates (see make modcargo-gen-crates-licenses) - avoid setting LIBGIT2_SYS_USE_PKG_CONFIG=1 (it is already done

Re: sysutils/bat

2021-07-27 Thread Erling Westenvik
> > > >> On Tue, Jul 27, 2021 at 04:47:46PM +0200, Ingo Schwarze wrote: > > > > > > >>>> Changes by: st...@cvs.openbsd.org 2021/07/27 05:55:36 > > > >>>> > > > >>>> Modified files: > > > >&

Re: sysutils/bat

2021-07-27 Thread Ian Darwin
On Tue, Jul 27, 2021 at 10:15:23AM -0600, Theo de Raadt wrote: > > >> And to think that Rob Pike once wrote a paper "cat -v considered harmful" > > >> since it added unnecessary functionality to cat, whose only job is > > >> to catenate files... > > > > > bat is my favorite rust program > > > >

Re: sysutils/bat

2021-07-27 Thread Kenneth R Westerback
: > > > > >>>> Changes by:st...@cvs.openbsd.org 2021/07/27 05:55:36 > > >>>> > > >>>> Modified files: > > >>>>sysutils/bat : Makefile > > >>>> > > >>>> Log message

Re: sysutils/bat

2021-07-27 Thread Theo de Raadt
t;>> > >>>> Modified files: > >>>> sysutils/bat : Makefile > >>>> > >>>> Log message: > >>>> set sysutils/bat to ONLY_FOR_ARCHS=${LP64_ARCHS}, one of the 147 > >>>> dependencies (sys-info) has a 32 v

Re: sysutils/bat

2021-07-27 Thread Ingo Schwarze
Theo de Raadt wrote on Tue, Jul 27, 2021 at 09:12:58AM -0600: > Ian Darwin wrote: >> On Tue, Jul 27, 2021 at 04:47:46PM +0200, Ingo Schwarze wrote: >>>> Changes by:st...@cvs.openbsd.org 2021/07/27 05:55:36 >>>> >>>> Modified files: >

Re: sysutils/bat

2021-07-27 Thread Theo de Raadt
Ian Darwin wrote: > On Tue, Jul 27, 2021 at 04:47:46PM +0200, Ingo Schwarze wrote: > > > Changes by: st...@cvs.openbsd.org 2021/07/27 05:55:36 > > > > > > Modified files: > > > sysutils/bat : Makefile > > > > > > Log messa

Re: sysutils/bat

2021-07-27 Thread Ian Darwin
On Tue, Jul 27, 2021 at 04:47:46PM +0200, Ingo Schwarze wrote: > > Changes by: st...@cvs.openbsd.org 2021/07/27 05:55:36 > > > > Modified files: > > sysutils/bat : Makefile > > > > Log message: > > set sysutils/bat to ONLY_FOR_ARCHS=${LP64_AR

Re: sysutils/bat

2021-07-27 Thread Ingo Schwarze
> Changes by: st...@cvs.openbsd.org 2021/07/27 05:55:36 > > Modified files: > sysutils/bat : Makefile > > Log message: > 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 >