[update] graphics/p5-Image-ExifTool to 12.60

2023-11-10 Thread Justin BERTHAULT
Hi, Trivial update to latest stable Built, tested and running on arm64. diff /usr/ports commit - 4cdc86fdf831bc27fee1a4c99eab95d440e3 path + /usr/ports blob - d35744fbc6774aaca5ca1a7679a27e8c794c4801 file + graphics/p5-Image-ExifTool/Makefile --- graphics/p5-Image-ExifTool/Makefile +++ graph

libudev-openbsd: fix sway exit

2023-11-10 Thread Matthieu Herrb
Hi, Currently the sway exit function (Cmd-E) is broken, there is a sway process that stays around, stuck in pthread_join() for the udev thread. The patch below cancels the thread before joining it and fixes the issue. (original code uses a pile to communicate and catches the poll() event that the

llvm-16 and net/irc: fix, or drop port?

2023-11-10 Thread Jeremie Courreges-Anglas
The diff below lets the configure script detect a usable stdarg implementation and fixes build with clang-16. However the remaining compile warnings are clearly alarming and I think the port is a good candidate for the Attic. ok to drop the port? Index: patches/patch-support_configure ===

Re: archivers/ucl needed?

2023-11-10 Thread Stuart Henderson
On 2023/11/10 16:58, Volker Schlecht wrote: > Hi, > > what's the general feeling about archivers/ucl? > > As far as I can tell, it's not used by anything in ports, and it doesn't seem > to be very active upstream, nor packaged anywhere else. > > Background of my question is some WIP on a port of

Re: [Maintainer Update] sysutils/eza 0.15.2

2023-11-10 Thread Volker Schlecht
Not a ping, just an update to 0.15.3 ... On 2023-11-07 17:13, Volker Schlecht wrote: * Updates sysutils/eza to the latest release. * Since we have nushell in ports, also installs nushell shell completions, but under examples/, since there doesn't seem to be a place to install them systemwide.

archivers/ucl needed?

2023-11-10 Thread Volker Schlecht
Hi, what's the general feeling about archivers/ucl? As far as I can tell, it's not used by anything in ports, and it doesn't seem to be very active upstream, nor packaged anywhere else. Background of my question is some WIP on a port of libucl https://github.com/vstakhov/libucl and the obviou

Re: audio/clementine needs fixing

2023-11-10 Thread Morgan Aldridge
On Fri, Nov 10, 2023 at 9:53 AM Theo Buehler wrote: > There is a new patch in this thread that I haven't tried: > > https://github.com/clementine-player/Clementine/issues/7272 > > If you care about audio/clementine there's an obvious thing to do... > > Otherwise I suggest we remove this port with

llvm-16 and sdl2-ttf

2023-11-10 Thread Jeremie Courreges-Anglas
clang++-16 is even pickier than clang++-15. Here's the diff I came up with. I renamed the function arguments to match upstream harfbuzz, but I didn't want to pull the whole diff because the rest looks cosmetic. ok? Index: Makefile =

llvm-16 and libobjc2

2023-11-10 Thread Jeremie Courreges-Anglas
clang++-16 has moved to gnu++17 as a default, which takes out the definition of unexpected_handler in include/c++/v1/exception. The diff below lets me build libobjc2 using llvm-16. ok? Index: Makefile === RCS file: /home/cvs/ports

audio/clementine needs fixing

2023-11-10 Thread Theo Buehler
There is a new patch in this thread that I haven't tried: https://github.com/clementine-player/Clementine/issues/7272 If you care about audio/clementine there's an obvious thing to do... Otherwise I suggest we remove this port with unmaintained upstream.

devel/kf5/kcoreaddons: compute the available physical memory

2023-11-10 Thread Rafael Sadowski
low hanging fruits ... OK? diff --git a/devel/kf5/kcoreaddons/Makefile b/devel/kf5/kcoreaddons/Makefile index ca11f306cab..7bd262e896d 100644 --- a/devel/kf5/kcoreaddons/Makefile +++ b/devel/kf5/kcoreaddons/Makefile @@ -1,5 +1,6 @@ COMMENT = core KDE extensions to Qt classes DISTNAME =

[Maintainer Update] archivers/zpaqfranz-58.11

2023-11-10 Thread tux0r
New feature: SHA-1 collision prevention. Patch attached. diff --git a/archivers/zpaqfranz/Makefile b/archivers/zpaqfranz/Makefile index f3bdb66b8c4..174fc11b886 100644 --- a/archivers/zpaqfranz/Makefile +++ b/archivers/zpaqfranz/Makefile @@ -4,7 +4,7 @@ COMMENT = journaling archiver for inc

Re: bsd.port.mk bits for sccache

2023-11-10 Thread Caspar Schutijser
On Fri, Nov 10, 2023 at 12:09:27PM +, Klemens Nanni wrote: > On Fri, Nov 10, 2023 at 12:58:14PM +0100, Caspar Schutijser wrote: > > Alright, thanks. Diff for that below (should be obvious). I also tweaked > > the manual page a little bit; at the bottom of the diff, I mention that > > USE_SCCACH

Re: bsd.port.mk bits for sccache

2023-11-10 Thread Klemens Nanni
On Fri, Nov 10, 2023 at 12:58:14PM +0100, Caspar Schutijser wrote: > Alright, thanks. Diff for that below (should be obvious). I also tweaked > the manual page a little bit; at the bottom of the diff, I mention that > USE_SCCACHE=Yes sets it up specifically for Rust (otherwise, people > may expect

Re: bsd.port.mk bits for sccache

2023-11-10 Thread Caspar Schutijser
On Thu, Nov 09, 2023 at 06:37:49PM +, Klemens Nanni wrote: > On Thu, Nov 09, 2023 at 07:26:41PM +0100, Caspar Schutijser wrote: > > On Thu, Nov 09, 2023 at 05:54:33PM +0100, Caspar Schutijser wrote: > > > Hi all, > > > > > > Below is a diff for bsd.port.mk that allows us to set USE_SCCACHE=Yes

Re: net/xmlrpc-c: update to 1.54.06

2023-11-10 Thread Stuart Henderson
On 2023/11/10 11:05, Klemens Nanni wrote: > On Sat, Nov 04, 2023 at 08:35:21AM +, Klemens Nanni wrote: > > Imported for cmake which stopped using it in 2010. > > No consumers in ports, updates are due since 2018. > > > > pkg/DESCR still has strong words against this port. > > > > Is anyone st

[new/wip] wayland/waypipe for ssh -X-like forwarding

2023-11-10 Thread Landry Breuil
hi, a bit of a wip but builds fine. I've tried it and failed running the simple example: $waypipe ssh localhost foot S57855: 33.373875 [src/server.c:638] Env. var XDG_RUNTIME_DIR not available, cannot place display socket for WAYLAND_DISPLAY="wayland-RKaH4ZVq" i guess this has to do with sshd's

Re: net/xmlrpc-c: update to 1.54.06

2023-11-10 Thread Klemens Nanni
On Sat, Nov 04, 2023 at 08:35:21AM +, Klemens Nanni wrote: > Imported for cmake which stopped using it in 2010. > No consumers in ports, updates are due since 2018. > > pkg/DESCR still has strong words against this port. > > Is anyone still using this and can test in real use-cases? > Or shou

Re: [new] devel/p5-File-FcntlLock 0.22

2023-11-10 Thread Alexander Bluhm
On Fri, Nov 10, 2023 at 08:28:16AM +0100, Renaud Allard wrote: > Hello, > > On 11/9/23 23:13, Alexander Bluhm wrote: > > On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote: > >> Here is a new port for p5-File-FcntlLock which will be needed in order > >> to update mail/exim to the next v

[update] www/pelican: update to 4.8.0

2023-11-10 Thread BERTHAULT Justin
Hi, Simple update to pelican 4.8.0 built and working (init bare site) on arm64 diff /usr/ports commit - 9bcfb4f0240c8bc2194626a192d491b26d25359d path + /usr/ports blob - 0f3d0e7e3de4f16de33d7241f5e72988052a2e3c file + www/pelican/Makefile --- www/pelican/Makefile +++ www/pelican/Makefile @@ -2,

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-10 Thread Stuart Henderson
On 2023/11/10 10:14, Landry Breuil wrote: > Le Fri, Nov 10, 2023 at 08:44:49AM +, Stuart Henderson a écrit : > > On 2023/11/09 17:50, Landry Breuil wrote: > > > now with 100%+ more parse_line_like_wordexp_does() manually rolled > > > (thanks tb!)... and 100%+ more malloc return values checked.

Re: [update] mail/mu to version 1.10.8 + dist_tuple + minor tweaks

2023-11-10 Thread Omar Polo
Hi, Stefan Hagen writes: > Stefan Hagen wrote (2023-11-10 09:46 CET): >> Hi, >> >> no update, just a few port tweaks: >> >> - switched to dist_tuple >> - homepage goes to https directly >> - plist had info instead of @info > > I'll be dammed. This diff was sitting a few hours too long. There

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-10 Thread Landry Breuil
Le Fri, Nov 10, 2023 at 08:44:49AM +, Stuart Henderson a écrit : > On 2023/11/09 17:50, Landry Breuil wrote: > > now with 100%+ more parse_line_like_wordexp_does() manually rolled > > (thanks tb!)... and 100%+ more malloc return values checked. with that > > horror i'm able to run swayidle wit

Re: [update] mail/mu to version 1.10.8 + dist_tuple + minor tweaks

2023-11-10 Thread Stefan Hagen
Stefan Hagen wrote (2023-11-10 09:46 CET): > Hi, > > no update, just a few port tweaks: > > - switched to dist_tuple > - homepage goes to https directly > - plist had info instead of @info I'll be dammed. This diff was sitting a few hours too long. There was a new release a few hours ago. So her

mail/mu: dist_tuple + minor tweaks

2023-11-10 Thread Stefan Hagen
Hi, no update, just a few port tweaks: - switched to dist_tuple - homepage goes to https directly - plist had info instead of @info OK? Index: mail/mu/Makefile === RCS file: /cvs/ports/mail/mu/Makefile,v diff -u -p -u -p -r1.43 Mak

Re: [new] wayland/swaylock & wayland/swayidle

2023-11-10 Thread Stuart Henderson
On 2023/11/09 17:50, Landry Breuil wrote: > now with 100%+ more parse_line_like_wordexp_does() manually rolled > (thanks tb!)... and 100%+ more malloc return values checked. with that > horror i'm able to run swayidle with this in .config/swayidle/config: The bits that I've looked at seem a lot b

Re: GZDoom update, next attempt

2023-11-10 Thread Stefan Hagen
Thomas Frohwein wrote (2023-11-09 21:16 CET): > Here is an update to GZDoom 4.11.3. It works to run mods like the > recently released Beyond Sunset. > > Of note, you may need to switch the video backend to opengl as I > outlined after previous concerns: > > https://marc.info/?l=openbsd-ports&m=16

Re: lang/ruby and lld-16

2023-11-10 Thread Stuart Henderson
On 2023/11/09 22:03, Jeremie Courreges-Anglas wrote: > > Here's a diff to keep on using dwz like in other ports, something that > supposedly works on all architectures (though I doubt that we ever tried > to activate DEBUG_PACKAGES on ld.bfd archs). With this, > lang/ruby/3.[12] build and package