NEW: x11/emwm & x11/emwm-utils, clarification wanted.

2024-04-12 Thread izder456
Hello ports@, I initially made a thread in this list around the time 7.5 was nearing release, and the thread went stagnant, I assume since focus was on stability, and whatever. (might be misremembering here, I have a spotty memory). See threads: x11/emwm => https://marc.info/?t=17055468082&r=

[update] devel/{intellij,pycharm} to 2024.1

2024-04-12 Thread Lucas Raab
Hello, Here's the inagural release of intellij and pycharm for 2024. No issues with light testing on amd64. Other tests? Thanks, Lucas diff refs/heads/master refs/heads/intellij-2024 commit - 07977f822f24e717b270f1c37acc2005d0e230da commit + ac9e997e259c12cbfa84badadf7aec109537e9b5 blob - ee25ef

UPDATE: lighttpd 1.4.76

2024-04-12 Thread Brad Smith
Here is an update to lighttpd 1.4.76. - 1.4.76 - 2024-04-12 * [core] add default to builtin mimetype.assign * [core] add MPTCP support * [core] disable MPTCP support by default * [mod_expire] omit caching hdrs for 204 No Content * [mod_staticfile] noinline cold func * [core] GNU/Hurd

UPDATE: widelands 1.2

2024-04-12 Thread Brad Smith
Here is an update to widelands 1.2. https://raw.githubusercontent.com/widelands/widelands/master/ChangeLog Index: Makefile === RCS file: /cvs/ports/games/widelands/Makefile,v retrieving revision 1.41 diff -u -p -u -p -r1.41 Makefile

Re: [update] fonts/nerd-fonts

2024-04-12 Thread Joel Carnat
Hi, Here's the files for the v3.2.1 patch release. Regards, Joel C. On Wed, Apr 10, 2024 at 12:14:51AM +0200, Joel Carnat wrote: > Hello, > > A new release of Nerd-Fonts was recently published. Since the current ports > version, 3 releases with patches and new fonts were published. > - https://

UPDATE: www/netsurf

2024-04-12 Thread Anthony J. Bentley
Hi, This updates netsurf and netsurf-fb and their dependencies to the latest versions. As always, tests on additional architectures appreciated. ok? Index: browser/Makefile === RCS file: /cvs/ports/www/netsurf/browser/Makefile,v di

powerpc bulk build report

2024-04-12 Thread gkoehler
Bulk build on macppc-0.ports.openbsd.org Started : Mon Mar 18 03:56:19 MDT 2024 Finished: Fri Apr 12 10:24:54 MDT 2024 Duration: 25 Days 6 hours 29 minutes Built using OpenBSD 7.5 (GENERIC) #225: Sat Mar 16 04:46:12 MDT 2024 Built 10061 packages Number of packages built each day: Mar 18: 837 Ma

Re: sysutils/nomad: remove BROKEN-aarch64 marker

2024-04-12 Thread Antoine Jacoutot
Sure. — Antoine > On 12 Apr 2024, at 17:57, Caspar Schutijser wrote: > > Hi, > > This port builds successfully on arm64. I did not test this > at runtime. It's possible it builds on armv7 too these days > since the BROKEN message is the same but I can't test it on > armv7. > > Comments or O

Re: sysutils/terragrunt: remove BROKEN-aarch64 marker

2024-04-12 Thread Antoine Jacoutot
Ok as well. — Antoine > On 12 Apr 2024, at 17:59, Caspar Schutijser wrote: > > Hi, > > Same story as for sysutils/nomad: > This port builds successfully on arm64. I did not test this > at runtime. It's possible it builds on armv7 too these days > since the BROKEN message is the same but I ca

sysutils/terragrunt: remove BROKEN-aarch64 marker

2024-04-12 Thread Caspar Schutijser
Hi, Same story as for sysutils/nomad: This port builds successfully on arm64. I did not test this at runtime. It's possible it builds on armv7 too these days since the BROKEN message is the same but I can't test it on armv7. Comments or OKs? Caspar Index: Makefile =

sysutils/nomad: remove BROKEN-aarch64 marker

2024-04-12 Thread Caspar Schutijser
Hi, This port builds successfully on arm64. I did not test this at runtime. It's possible it builds on armv7 too these days since the BROKEN message is the same but I can't test it on armv7. Comments or OKs? Caspar Index: Makefile ===

Update riemann-c-client, collectd-riemann

2024-04-12 Thread Theo Buehler
While working on a protobuf update, I ran into these wo consumers. riemann-c-client moved away from github, so switch to its new home. At some point the library was renamed, so adjust the collectd port for that. I don't use this, I only checked that this builds both on -current and and with the WI

riscv64 bulk build report

2024-04-12 Thread jca
Bulk build on riscv64-1.ports.openbsd.org Started : Wed Apr 3 03:03:10 MDT 2024 Finished: Fri Apr 12 07:37:01 MDT 2024 Duration: 9 Days 4 hours 34 minutes Built using OpenBSD 7.5-current (GENERIC.MP) #2: Tue Apr 2 08:24:49 MDT 2024 Built 10383 packages Number of packages built each day: Apr 3

security/p5-CryptX: fix SIGILL on CPUs without SSE4.1

2024-04-12 Thread Tim van der Molen
p5-CryptX contains a vendored copy of libtomcrypt. It uses "-msse4.1 -maes" to enable AES-NI support. The problem is that these flags are used for *all* source files. This may cause SIGILL on CPUs without SSE4.1. I think the best solution is for CryptX to use "-msse4.1 -maes" only for aesni.c. Unf

archivers/bzip3: new port (version 1.4.0)

2024-04-12 Thread Kirill A . Korinsky
Greetings, I'd like to present a new port bzip3. At it's homepage it claims to be 4 times more efficient than xz or any other compression algothithm: https://github.com/kspalaiologos/bzip3 It also exists in many systems from different Linux to FreeBSD, but OpenBSD is missed. So, here it is. --

Re: archivers/pixz: new port (1.0.7)

2024-04-12 Thread Kirill A . Korinsky
Greetings, This is reminder about this new port. On Mon, 01 Apr 2024 12:55:56 +0200, Kirill A. Korinsky wrote: > > Folks, > > Despite of current security issue with xz/lzma the algortihm itself provides > great compression, and the existing XZ Utils provide great compression in > the .xz file f

net/syncthing: update to 1.27.6

2024-04-12 Thread Klemens Nanni
https://github.com/syncthing/syncthing/releases usual chore, tested on amd64. Feedback? OK? Index: Makefile === RCS file: /cvs/ports/net/syncthing/Makefile,v diff -u -p -r1.63 Makefile --- Makefile24 Mar 2024 08:15:14 -

Re: [UPDATE] OCaml 4.14.1 -> 4.14.2

2024-04-12 Thread Dave Voutila
ping. Dave Voutila writes: > OCaml 4.14.2 is a bugfix release that includes some of our patches and > tweaks upstreamed thanks to miod@: > > - the nobtcfi linker flags are now set in OCaml's configure script so >we don't need the LDFLAGS dance in the Makefile > - the no-execute-only flag i

Re: [Update] editors/helix 24.03

2024-04-12 Thread Volker Schlecht
Hi Laurent, is that an ok to commit? cheers, Volker On 2024-04-12 10:31, Laurent Cheylus wrote: Hi Volker, - Mail original - Cc: Maintainer Attached is the update to editors/helix 24.03 that I'm currently dogfooding ... So far everything seems to run very smoothly (amd64). I have

[Maintainer Bugfix] nnn 4.9 -> 4.9p0

2024-04-12 Thread Martin Ziemer
There is a bug in nnn 4.9 which prevents it from creating new files. (It uses none of the required modes to open a file) The Fix is committed Upstream (Commit 28d993a8e85651e6e8a61b410472febc6069ceb0) I think, we should include the Fix in our Version of nnn until next update of the upstream vers

Re: [Update] editors/helix 24.03

2024-04-12 Thread Laurent Cheylus
Hi Volker, - Mail original - > Cc: Maintainer > > Attached is the update to editors/helix 24.03 that I'm currently > dogfooding ... > So far everything seems to run very smoothly (amd64). I have also the same diff for editors/helix 24.03 on my desktop for about a week. Build and tests

Re: [maintainer update] sysutils/fzf 0.49.0

2024-04-12 Thread Laurent Cheylus
On Thu, 11 Apr 2024 18:20:21 +0200, Volker Schlecht wrote: > On 2024-04-09 16:50, Laurent Cheylus wrote: > > Index: Makefile > === > RCS file: /cvs/ports/sysutils/fzf/Makefile,v > retrieving revision 1.24 > diff -u -p -r1.24 Makefile

Ping [maintainer update] remind 4.3.3 -> 4.3.6

2024-04-12 Thread Martin Ziemer
Am Thu, Apr 04, 2024 at 08:57:51AM +0200 schrieb Martin Ziemer: > This patch updates remind from 4.3.3 to 4.3.6. > > Tested on amd64. > > Index: Makefile > === > RCS file: /cvs/ports/misc/remind/Makefile,v > retrieving revision 1.72