[maintainer update] sysutils/lsd v1.1.2

2024-06-08 Thread Laurent Cheylus
Hi, update for sysutils/lsd version 1.1.2 ("ls deluxe" written in Rust). Changelog: https://github.com/lsd-rs/lsd/releases/tag/v1.1.2 Replaces my previous post sent on May 4 2024. - update Makefile, distinfo and crates.inc - remove old patch for crate libgit2-sys-0.14.2+1.5.1 - add patch for cra

Re: UPDATE: databases/timescaledb-2.15.2

2024-06-08 Thread Denis Fondras
Le Fri, Jun 07, 2024 at 05:26:52PM -0700, Renato Aguiar a écrit : > > Diff updating database/timescaledb to 2.15.2: > Thank you ! > diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile > index 46389fd2322..5eeb1c36f34 100644 > --- a/databases/timescaledb/Makefile > +++ b

Re: [update] lang/go to 1.22.4; add missed syscall.EBADMSG

2024-06-08 Thread Kirill A . Korinsky
On Fri, 07 Jun 2024 17:14:45 +0100, Tim van der Molen wrote: > > Is the following approach feasible in fsutil? > Thanks, it defently works and much cleaner than I though. So, I've openned a PR to upstream of fsutil: https://github.com/tonistiigi/fsutil/pull/201 and cleaned up diff to simple upd

[update] misc/openhab and misc/openhab-addons to 4.1.3

2024-06-08 Thread chaz
Summary of changes: - Bump version to 4.1.3 - misc/openhab-addons: add SUBST_V - misc/openhab: update README to reflect solution to accessing serial port devices using 100% Java implementations -- Chaz diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index db3019f6038.

net/tcpflow: fix build

2024-06-08 Thread Matthias Kilian
Hi, tcpflow needs boost at build time (but not using any of boosts libs, so this doesn't require a bump). Failure output during configure is this: [...] checking for boost/version.hpp... no configure: WARNING: tcpflow now requires boost interval_map and interval_set. configure: error: Please ins

Re: net/tcpflow: fix build

2024-06-08 Thread Kirill A . Korinsky
On Sat, 08 Jun 2024 22:11:59 +0100, Matthias Kilian wrote: > > Hi, > > tcpflow needs boost at build time (but not using any of boosts > libs, so this doesn't require a bump). > > Failure output during configure is this: > > [...] > checking for boost/version.hpp... no > configure: WARNING: tcp

Re: net/tcpflow: fix build

2024-06-08 Thread Jeremie Courreges-Anglas
On Sat, Jun 08, 2024 at 11:11:59PM +0200, Matthias Kilian wrote: > Hi, > > tcpflow needs boost at build time (but not using any of boosts > libs, so this doesn't require a bump). > > Failure output during configure is this: > > [...] > checking for boost/version.hpp... no > configure: WARNING: t

Re: net/tcpflow: fix build

2024-06-08 Thread Matthias Kilian
Hi, On Sat, Jun 08, 2024 at 11:44:04PM +0200, Jeremie Courreges-Anglas wrote: > > checking for boost/version.hpp... no > > configure: WARNING: tcpflow now requires boost interval_map and > > interval_set. > > configure: error: Please install boost-devel or libboost-dev. > > > > ok? > > Confirme

Re: net/tcpflow: fix build

2024-06-08 Thread Kirill A . Korinsky
Greetings, On Sat, 08 Jun 2024 23:01:38 +0100, Matthias Kilian wrote: > > On Sat, Jun 08, 2024 at 11:44:04PM +0200, Jeremie Courreges-Anglas wrote: > > > The configure script also looks for exiv2/image.hpp but the build > > doesn't use it because of a missing HAVE_EXIV2 define. Apparently > >

Re: [maintainer update] www/hugo: 0.126.2 -> 0.126.3

2024-06-08 Thread Kirill A . Korinsky
ports@, A new version of hugo were releaes, here an update. Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.127.0 Tested on -current/amd64 diff --git www/hugo/Makefile www/hugo/Makefile index dbf6eac83d9..f8ad32b0bfa 100644 --- www/hugo/Makefile +++ www/hugo/Makefile @@ -3,7 +3,7 @@

Re: [maintainer update] www/hugo: 0.126.2 -> 0.126.3

2024-06-08 Thread Daniel Jakots
On Sun, 09 Jun 2024 01:31:31 +0100, Kirill A. Korinsky wrote: > ports@, > > A new version of hugo were releaes, here an update. > > Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.127.0 > > Tested on -current/amd64 Committed, thanks!

I can't fg or bg mpv after suspending with Ctrl-Z

2024-06-08 Thread Walter Alejandro Iglesias
The issue is similar to the one described in this report in 2020: https://github.com/mpv-player/mpv/issues/8120 Where in theory the problem was fixed. In my case pressing Enter doesn't work, I have to kill the process. It doesn't happen with mpv 0.38.0 under Debian testing, nor with mpv 0.37

aarch64 bulk build report

2024-06-08 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu Jun 6 00:45:40 MDT 2024 finished at Sun Jun 9 00:17:00 MDT 2024 lasted 2D23h31m done with kern.version=OpenBSD 7.5-current (GENERIC.MP) #0: Wed Jun 5 23:58:13 MDT 2024 built packages:12309 Jun 6:3963 Jun 7:751 Jun 8:5931 Jun 9:1663 critical

security/keepassxc,-yubikey: Fix USB listener callback handler

2024-06-08 Thread Rafael Sadowski
On my system, libusb_hotplug_register_callback fails, resulting in long open and closed DB tasks when my YubiKey is involved. I have not found out why libusb_hotplug_register_callback fails which is clear the root cause. However, I had to realize that keepassxc uses "handle" even if it is not vali

Re: Update sysutils/opam to 2.1.6

2024-06-08 Thread Christopher Zimmermann
Hi, thanks for your review. -WANTLIB = ${COMPILER_LIBCXX} c m +WANTLIB = ${LIBCXX} c m ${COMPILER_LIBCXX} was already correct. ok. I'll keep COMPILER_LIBCXX. Is this documented somewhere? bsd.port.mk only knows about LIBCXX. + +COMPILER = base-clang