Unbreak x11/kde-plasma/kpipewire

2025-03-29 Thread Rafael Sadowski
Below is a diff to unbreak kpipewire and add dependency on kpipewire for all consumers. This diff also moves spectacle from kde-applications to kde-plasma. spectacle has been broken for a long time. I see this diff as a benefit to the KDE plasma desktop as it now supports screenshots. I have als

NEW: x11/uxplay

2025-03-29 Thread Brian Callahan
Hi ports -- Attached is a new port, x11/uxplay. UxPlay is an AirPlay-Mirror and AirPlay-Audio server. --- pkg/DESCR: UxPlay is an AirPlay-Mirror and AirPlay-Audio server. UxPlay can emulate a second display for macOS and other AirPlay clients. --- Works perfectly on a very underpowered amd64

UPDATE: SVT-AV1

2025-03-29 Thread Brad Smith
Disable SVE support for now. It's not built anyway as arm_neon_sve_bridge.h is missing but when enabled it runs into a build issue. Looking into the error I think the issue is with svt-av1. I opened a bug report either way. Index: Makefile =

[NEW] games/cubiomes-viewer

2025-03-29 Thread Peter Hessler
Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation. The tool is designed for high performance and supports Minecraft Java Edition main releases up to 1.21. OK

x11/i3status: Recover from sndiod restart

2025-03-29 Thread Matthew Martin
On occasion I restart sndiod which causes i3status to stop reporting the volume level. The below patch resets initialized after a disconnect so on the next poll i3status will attempt to reconnect to the new sndiod. I opted against resetting initialized in cleanup so a failure in init won't be retri

www/varnish: update to 7.7.0

2025-03-29 Thread Kirill A . Korinsky
ports@, I'd like to update www/varnish to 7.7.0 It builds and passed trivial testing on -current/amd64. I also sucefully used to build it my custom vmod. Ok? Index: www/varnish/Makefile === RCS file: /home/cvs/ports/www/varnish/Ma

[update] devel/py-test-check 2.5.0 -> 2.5.1

2025-03-29 Thread Johannes Thyssen Tishman
Please find below an update for devel/py-test-check to version 2.5.1. Index: Makefile === RCS file: /cvs/ports/devel/py-test-check/Makefile,v diff -u -p -r1.4 Makefile --- Makefile11 Mar 2025 09:13:15 - 1.4 +++ Makefile

[update] graphics/py-pivy 0.6.9 -> 0.6.10

2025-03-29 Thread Johannes Thyssen Tishman
Please find below an update for graphics/py-pivy to version 0.6.10. Index: Makefile === RCS file: /cvs/ports/graphics/py-pivy/Makefile,v diff -u -p -r1.2 Makefile --- Makefile24 Feb 2025 19:39:18 - 1.2 +++ Makefile29

Re: [update] audio/mpd 0.24.2 & ncmpd 0.52.0

2025-03-29 Thread Landry Breuil
Le Sat, Mar 29, 2025 at 04:48:17PM +0100, Kirill A. Korinsky a écrit : > On Sat, 29 Mar 2025 12:16:00 +0100, > Landry Breuil wrote: > > > > please test in your most unusual setups for potential regressions, but > > i'm now more confident in that updated, so oks now welcome :) > > > > I use it w

Re: devel/protobuf: revert undef some macroses

2025-03-29 Thread Kirill A . Korinsky
On Sat, 29 Mar 2025 14:41:38 +0100, Theo Buehler wrote: > > Please revert this change. This is pointless > Like this? Index: devel/protobuf/Makefile === RCS file: /home/cvs/ports/devel/protobuf/Makefile,v diff -u -p -r1.86 Makefile

[update] torsocks 2.5.0

2025-03-29 Thread openbsd
Hi, Here's an update for torsocks. Version 2.5.0 fixes bugs and improves documentation (Changelog: https://gitlab.torproject.org/tpo/core/torsocks/-/blob/main/ChangeLog). I had to update some patches and add one more patch for src/lib/getaddrinfo.c . My patches are probably ugly, sorry, but at

Re: [update] audio/mpd 0.24.2 & ncmpd 0.52.0

2025-03-29 Thread Kirill A . Korinsky
On Sat, 29 Mar 2025 12:16:00 +0100, Landry Breuil wrote: > > please test in your most unusual setups for potential regressions, but > i'm now more confident in that updated, so oks now welcome :) > I use it with WebDAV / HTTP storage and nginx with caching in between. Update of audio/mpd works

Re: [NEW] net/rnsh a shell utility that works over Reticulum

2025-03-29 Thread openbsd
On 2025/03/25 17:13, Aaron Bieber wrote: > Hola! > > Here is a new package that lets one do "remote shell" stuff over reticulum. > > Information for inst:rnsh-0.1.5 > > Comment: > shell over reticulum > > Description: > rnsh is a command-line utility that facilitates shell sessions over > Retic

[update] audio/mpd 0.24.2 & ncmpd 0.52.0

2025-03-29 Thread Landry Breuil
hi, here's updates for the newer 0.24 branch for mpd, see https://www.musicpd.org/news/2025/03/mpd-0-24-released/ , https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.2/NEWS and the companion ncmpc 0.52. i had to revert an upstream commit in both that made the build fail with error mess

Re: net/ejabberd: update to 25.03

2025-03-29 Thread Volker Schlecht
I'm not actively running an ejabberd server, but portswise ok volker@, when your testing works out well. Small nitpick: portcheck complains that @rcscript /etc/rc.d/ejabberd has @mode set On 2025-03-28 19:45, Kirill A. Korinsky wrote: ports@, I'd like to update net/ejabberd to 25.03 w

Re: audio/clementine: fix and update to 1.4.1

2025-03-29 Thread Theo Buehler
On Sat, Mar 29, 2025 at 02:42:56PM +0100, Kirill A. Korinsky wrote: > ports@, > > I'd like to fix audio/clementine and update it to 1.4.1 > > This is tested on -current/amd64 and it builds and works. > > Keep in mind that it requires > https://marc.info/?l=openbsd-ports&m=174325337225325&w=2 N

audio/clementine: fix and update to 1.4.1

2025-03-29 Thread Kirill A . Korinsky
ports@, I'd like to fix audio/clementine and update it to 1.4.1 This is tested on -current/amd64 and it builds and works. Keep in mind that it requires https://marc.info/?l=openbsd-ports&m=174325337225325&w=2 Ok? Index: audio/clementine/Makefile ===

Re: devel/protobuf: revert undef some macroses

2025-03-29 Thread Theo Buehler
> We need not only undef some macroses, but also revert it back, That's new. > Index: devel/protobuf/patches/patch-src_google_protobuf_port_def_inc > === > RCS file: > /home/cvs/ports/devel/protobuf/patches/patch-src_google_protobuf

devel/protobuf: revert undef some macroses

2025-03-29 Thread Kirill A . Korinsky
ports@, I had discovered an issue in our patches for protobufers. We need not only undef some macroses, but also revert it back, other wise some software can't be build with quite wired errors like TRUE macrose doesn't define. Here a diff which fixes this issue and allows me to build audio/cleme

Re: [update] audio/mpd 0.24.2 & ncmpd 0.52.0

2025-03-29 Thread Landry Breuil
Le Sat, Mar 29, 2025 at 09:47:26AM +0100, Landry Breuil a écrit : > hi, > > here's updates for the newer 0.24 branch for mpd, see > https://www.musicpd.org/news/2025/03/mpd-0-24-released/ , > https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.2/NEWS > and the companion ncmpc 0.52. i had