Re: [UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Igor Zornik
Hi, Thanks. I was a bit concerned about the breaking changes introduced with this version, but didn't have a chance yet to check whether it breaks any of my use cases. Did you already look deeper into it? Since it will take a while for the projects using esbuild to catch up, we might need to tr

Re: [update] asymptote 2.95

2025-02-11 Thread Rafael Sadowski
On Wed Feb 05, 2025 at 10:18:21AM +0100, Theo Buehler wrote: > This updates asymptote to the latest release. It adds a missing #ifdef > to make it build without libtirpc. I only looked briefly at porting > libtircp. I became reluctant when I saw gssapi.h (which can be disabled) > and stopped when i

Update: JRuby 9.4.12.0

2025-02-11 Thread Jeremy Evans
Update to the latest release of JRuby. Release announcement at: https://www.jruby.org/2025/02/11/jruby-9-4-12-0.html Tested on amd64, the only supported arch. Will be committing in a couple days unless I hear objections. Thanks, Jeremy Index: Makefile ==

update: devel/include-what-you-use

2025-02-11 Thread Anton Lindqvist
Hi, Update include-what-you-use (IWYU) to version 0.23. As each IWYU release is tied to a specific LLVM release, this puts a firm dependency on llvm-19 from ports. Comments? OK? Index: Makefile === RCS file: /cvs/ports/devel/include-

[MAINTAINER UPDATE] textproc/lowdown to 1.4.0

2025-02-11 Thread Bryan Vyhmeister
This is a maintainer update for textproc/lowdown to 1.4.0. The changes for 1.3.1, 1.3.2, and 1.4.0 are: Version 1.3.1: "Add --template functionality to -tlatex. Add and() and or() as initial values to template expressions. These allow for ifdef to test for multiple values at once." Version 1.3.

Re: multimedia/mat2: update to 0.13.5

2025-02-11 Thread Jag Talon
Ping On 1/25/25 21:57, Jag Talon wrote: > Release notes: https://0xacab.org/jvoisin/mat2/-/releases/0.13.5 > > * Keep orientation metadata on jpeg and tiff files > * Improve cairo-related error/exceptions handling > * Improve the logging > * Improve the sandboxing > * Improve Python3.12 support >

Re: graphics/decker: update version to 1.53

2025-02-11 Thread Jag Talon
Ping On 1/25/25 22:04, Jag Talon wrote: > Release notes: > > https://internet-janitor.itch.io/decker/devlog/838108/decker-152 > https://internet-janitor.itch.io/decker/devlog/854311/decker-153 > > make test passes on amd64 and tested examples in > /usr/local/share/examples/decker > -- Jag Tal

Re: do we need html docs for cmake?

2025-02-11 Thread Antoine Jacoutot
On February 11, 2025 8:01:46 PM GMT+01:00, Ingo Schwarze wrote: >Hello Rafael, > >Rafael Sadowski wrote on Tue, Feb 11, 2025 at 02:23:31PM +0100: > >> When I look at FreeBSD they have subpackages for -docs -man and -gui. >> I like it! > >I do not want to comment on cmake, but in general, manual p

[UPDATE] sysutils/mtools 4.0.27 -> 4.0.47

2025-02-11 Thread SASANO Takayoshi
Hello, mtools-4.0.27 have a problem that creating disk image with -C option. I found it creating SvarDOS's floppy disk image. The bug looks solved at 4.0.30 but I suggest modernize 4.0.47. ok? Index: Makefile === RCS file: /cvs/ports

sparc64 bulk build report

2025-02-11 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Sat Feb 8 18:39:42 MST 2025 Finished: Tue Feb 11 15:14:17 MST 2025 Duration: 2 Days 20 hours 35 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2394: Fri Feb 7 13:09:05 MST 2025 Built 9162 packages Number of packages built each day: F

Re: [UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Stuart Henderson
On 2025/02/11 21:03, Volker Schlecht wrote: > I'd rather have a slightly older version of esbuild that I can use as a > drop-in > replacement for upstream's binaries that won't work on IBT/BTI systems, than > the bleeding edge. But then again, I might be overestimating the impact of the > changes.

Re: do we need html docs for cmake?

2025-02-11 Thread Rafael Sadowski
On Tue Feb 11, 2025 at 08:01:46PM +0100, Ingo Schwarze wrote: > Hello Rafael, > > Rafael Sadowski wrote on Tue, Feb 11, 2025 at 02:23:31PM +0100: > > > When I look at FreeBSD they have subpackages for -docs -man and -gui. > > I like it! > > I do not want to comment on cmake, but in general, manu

Re: [UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Volker Schlecht
Thanks. I was a bit concerned about the breaking changes introduced with this version, but didn't have a chance yet to check whether it breaks any of my use cases. Did you already look deeper into it? Since it will take a while for the projects using esbuild to catch up, we might need to tread a

[Maintainer Update] lang/node v22.14.0

2025-02-11 Thread Volker Schlecht
Trivial update for lang/node, even without any PLIST churn. v8 is basically untouched, so no build issues to be expected. I'll be dogfooding it for a bit and will probably come asking for ok on the weekend. If anyone else wants to give it a spin ... Index: Makefile ==

[UPDATE] sysutils/lf r32 -> r34

2025-02-11 Thread Igor Zornik
New version of lf available. I can still build it and browse with it on latest snapshot amd64. Diff below. Index: Makefile === RCS file: /cvs/ports/sysutils/lf/Makefile,v retrieving revision 1.7 diff -u -p -u -p -r1.7 Makefile --- Mak

Re: do we need html docs for cmake?

2025-02-11 Thread Ingo Schwarze
Hello Rafael, Rafael Sadowski wrote on Tue, Feb 11, 2025 at 02:23:31PM +0100: > When I look at FreeBSD they have subpackages for -docs -man and -gui. > I like it! I do not want to comment on cmake, but in general, manual pages ought to be in the same package as the program they document, so a se

[UPDATE] devel/esbuild 0.24.2 -> 0.25.0

2025-02-11 Thread Igor Zornik
Hello, New minor version of esbuild dropped. Built and tested on amd64 latest snaphost. Diff below. Index: Makefile === RCS file: /cvs/ports/devel/esbuild/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- Makefil

Re: do we need html docs for cmake?

2025-02-11 Thread Klemens Nanni
11 февр. 2025 г. 15:48:35 Stuart Henderson : > Does anyone mind if we skip building and installing them? Not at all, OK kn

Re: NEW: games/luanti, & remove games/minetest

2025-02-11 Thread izzy Meyer
On Tue, 11 Feb 2025 12:31:13 +0100 Stefan Hagen wrote: > izzy Meyer wrote (2025-02-10 23:34 CET): > [...] (snip) > > Hmm... > > ===> Checking files for luanti-5.10.0 > >> Fetch https://github.com/minetest/minetest/archive/refs/tags/5.10.0.tar.gz > >> Size does not match for minetest-minetest

Re: UPDATE: Lynis-3.1.4

2025-02-11 Thread Benoit Lecocq
Le 10/02/2025 à 17:22, gonzalo a écrit : Hello, Update for Lynis to 3.1.4: https://github.com/CISOfy/lynis/releases/tag/3.1.4 OK? Comments? ok benoit@ Cheers.- Index: Makefile === RCS file: /cvs/ports/security/lynis/Makef

Re: update lang/mruby: install static libraries for embedding use case

2025-02-11 Thread Miguel Landaeta
On Fri, Jan 10, 2025 at 10:23:35AM +, Miguel Landaeta wrote: > Hi folks, 2nd ping for https://marc.info/?l=openbsd-ports&m=173650447718931&w=2 any comments? ok? Thanks! Miguel.

Re: [maintainer update] misc/openhab and misc/openhab-addons 4.3.1->4.3.2

2025-02-11 Thread Chaz Kettleson
On Thu, Feb 06, 2025 at 02:26:02PM -0500, Chaz Kettleson wrote: > Summary of changes: > - Bump from 4.3.1 -> 4.3.2 > > -- > Chaz > > diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile > index fdd5502d5e4..5fcad5c3ab6 100644 > --- a/misc/openhab-addons/Makefile > +++ b/misc

Re: x11/vlc: Fix unuinitialized variable

2025-02-11 Thread Stuart Henderson
On 2025/02/11 13:04, Alexandre Ratchov wrote: > The sys->mute variable is not initialized, causing the volume > increase/decrease commants to possibly fail (depending on its initial > value). > > The sys->volume is set by the VolumeChanged() call-back upon success > of the sio_onvol() call, but it

x11/vlc: Fix unuinitialized variable

2025-02-11 Thread Alexandre Ratchov
The sys->mute variable is not initialized, causing the volume increase/decrease commants to possibly fail (depending on its initial value). The sys->volume is set by the VolumeChanged() call-back upon success of the sio_onvol() call, but it's better style to initialize it as well (in case sio_onvo

Re: NEW: games/luanti, & remove games/minetest

2025-02-11 Thread Stefan Hagen
izzy Meyer wrote (2025-02-10 23:34 CET): [...] > Ping. > > Re attached, for comitters. Hmm... ===> Checking files for luanti-5.10.0 >> Fetch https://github.com/minetest/minetest/archive/refs/tags/5.10.0.tar.gz >> Size does not match for minetest-minetest-5.10.0.tar.gz $ make makesum: -SHA256 (