Re: [Update] www/gallery-dl-1.28.0

2024-12-14 Thread grodzio
> Hi grodizio, > > I committed version 1.28.0, thank you. > > 1.28.1 is out meanwhile, ok to commit that too? It seems to be working fine, please commit it. Best regards

Re: NEW: net/wstunnel

2024-12-14 Thread Björn Ketelaars
On Sat 14/12/2024 00:08, Christoph Liebender wrote: > Hello there everyone. > > This is my first try at contributing to the OpenBSD ports tree: > > https://liebender.dev/patches/openbsd-ports/wstunnel-port.tar.gz > > wstunnel is useful in case you want to connect to your OpenBSD box, given > tha

Re: lang/scala: update to 3.6.2

2024-12-14 Thread Klemens Nanni
14.12.2024 00:36, Kirill A. Korinsky пишет: > Here a simple update of lang/scala to 3.6.2. > > Notable to say that here no 3.6.0, and 3.6.1 was "pre-release". > > Changelogs: https://github.com/scala/scala3/releases/tag/3.6.0 > > Also, I had extended SUBST_VARS to avoid noisy PLIST updates. OK

Re: NEW: net/wstunnel

2024-12-14 Thread Stuart Henderson
On 2024/12/13 23:36, Lucas Gabriel Vuotto wrote: > Regarding Cargo.toml, I don't know any Rust nor its ecosystem, but it > seems to be possible to specify a Git hash, according to > https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html > in the way of > > -fastwebsockets = { git =

Re: devel/intellij-fsnotifier: new port

2024-12-14 Thread Kirill A . Korinsky
Greetings, Thanks for review! On Sat, 14 Dec 2024 14:21:59 +0100, Klemens Nanni wrote: > > 12.12.2024 04:39, Kirill A. Korinsky пишет: > > ports@, > > > > I'd like to import devel/intellij-fsnotifier which is port for > > https://gitlab.com/worthwhileit/bsd/fsnotifier which is used at FreeBSD.

cvs20hg, git-cvs: any users?

2024-12-14 Thread Stuart Henderson
Is anyone using these? devel/cvs20hg devel/git-cvs If so, could you take a look at porting them to Python 3 please? Having py-rcsparse support py2 + py3 together will cause some pain when we update to Python 3.12.

UPDATE net/haproxy 3.0.7 from MAINTAINER

2024-12-14 Thread Lucas Gabriel Vuotto
Hi ports, New release from HAProxy. It fixes 2 major bugs; one of them, in QUIC, could lead into crashes. Changelog available at https://www.haproxy.org/download/3.0/src/CHANGELOG OK? Lucas diff /usr/ports commit - 899911a84a305743cfa4d3ebea2635575689559d path + /usr/ports blob - 5c957

Re: UPDATE net/haproxy 3.0.7 from MAINTAINER

2024-12-14 Thread Theo Buehler
On Sat, Dec 14, 2024 at 02:36:33PM +, Lucas Gabriel Vuotto wrote: > Hi ports, > > New release from HAProxy. It fixes 2 major bugs; one of them, in QUIC, > could lead into crashes. Changelog available at > https://www.haproxy.org/download/3.0/src/CHANGELOG maybe worth backporting to stable? o

Re: devel/intellij-fsnotifier: new port

2024-12-14 Thread Klemens Nanni
12.12.2024 04:39, Kirill A. Korinsky пишет: > ports@, > > I'd like to import devel/intellij-fsnotifier which is port for > https://gitlab.com/worthwhileit/bsd/fsnotifier which is used at FreeBSD. NO_TEST=Yes can be dropped, I think; cmake just finds 0 tests, but can pick up new ones in future re

Re: NEW: net/wstunnel

2024-12-14 Thread Christoph Liebender
Am 14.12.24 um 13:26 schrieb Björn Ketelaars: On Sat 14/12/2024 00:08, Christoph Liebender wrote: Hello there everyone. This is my first try at contributing to the OpenBSD ports tree: https://liebender.dev/patches/openbsd-ports/wstunnel-port.tar.gz wstunnel is useful in case you want to conne

Re: net/ejabberd: avoid epmd, improve rc and readme

2024-12-14 Thread Volker Schlecht
OK for the rc change, but I would propose the following edits to the README: On 12/13/24 6:58 PM, Kirill A. Korinsky wrote: Index: net/ejabberd/pkg/README === RCS file: /home/cvs/ports/net/ejabberd/pkg/README,v diff -u -p -r1.11

Re: net/ejabberd: avoid epmd, improve rc and readme

2024-12-14 Thread Kirill A . Korinsky
On Sat, 14 Dec 2024 14:42:27 +0100, Volker Schlecht wrote: > > OK for the rc change, but I would propose the following edits to the README: > Like this? Index: net/ejabberd/Makefile === RCS file: /home/cvs/ports/net/ejabberd/Makefi

Re: devel/intellij-fsnotifier: new port

2024-12-14 Thread Klemens Nanni
14.12.2024 17:19, Kirill A. Korinsky пишет: > Both Intellij IDEA and Pycharm ships fsnotifier which is compiled for Linux, > and which doesn't work on OpenBSD. > > Anyway, here an updated diff and tgz: Looking good, except - I typoed the package name in the diff - you removed post-install comple

[update] print/py-pylatex 1.4.2 (python 3.12)

2024-12-14 Thread Theo Buehler
Needed in preparation for Python 3.12. Only build tested. https://github.com/JelteF/PyLaTeX/blob/master/docs/source/changelog.rst#142---docs---2023-10-19 Index: Makefile === RCS file: /cvs/ports/print/py-pylatex/Makefile,v diff -u -p

Re: NEW: net/wstunnel

2024-12-14 Thread Björn Ketelaars
On Sat 14/12/2024 14:35, Christoph Liebender wrote: > Am 14.12.24 um 13:26 schrieb Björn Ketelaars: > > On Sat 14/12/2024 00:08, Christoph Liebender wrote: > > > Hello there everyone. > > > > > > This is my first try at contributing to the OpenBSD ports tree: > > > > > > https://liebender.dev/pat

Re: [update] print/py-pylatex 1.4.2 (python 3.12)

2024-12-14 Thread Clemens Gößnitzer
On Sat, 2024-12-14 at 18:21 +0100, Theo Buehler wrote: > Needed in preparation for Python 3.12. Only build tested. > > https://github.com/JelteF/PyLaTeX/blob/master/docs/source/changelog.rst#142---docs---2023-10-19 OK for me, this is the same diff that I sent more than a year ago: https://marc.in

Re: UPDATE: OpenImageIO 2.5.17

2024-12-14 Thread Brad Smith
ping. On 2024-12-08 4:48 a.m., Brad Smith wrote: ping. On 2024-11-26 9:53 p.m., Brad Smith wrote: Here is an update to OpenImageIO 2.5.17. Release 2.5.17.0 (Nov 1, 2024) -- compared to 2.5.16.0 - *iinfo*: fix: iinfo was not reading MIP

Re: NEW: net/wstunnel

2024-12-14 Thread Christoph Liebender
Am 14.12.24 um 00:36 schrieb Lucas Gabriel Vuotto: On Sat, Dec 14, 2024 at 12:08:08AM +0100, Christoph Liebender wrote: Hello there everyone. This is my first try at contributing to the OpenBSD ports tree: https://liebender.dev/patches/openbsd-ports/wstunnel-port.tar.gz wstunnel is useful in

Re: Python 3.12 or 3.13?

2024-12-14 Thread Theo Buehler
> I'll have a go at a bulk build with 3.12 on i386, using the attached > diff. qtwebengine has been updated not all that long ago so maybe it > changed. (i386 can't build qtwebengine 6, but 5 is working with 3.11). qt5/qtwebengine builds with the diff below which I extracted from sed incantations

[update] boost 1.87

2024-12-14 Thread Landry Breuil
hi, this is just brad's diff from previous thread, updated for the final upstream release here: https://www.boost.org/users/history/version_1_87_0.html only build on amd64 locally, will try to do arm64/i386. as for the fixes for consumers here and there, some were commited, some are pending, som

x11/qt5/qtbase fix build on sparc64

2024-12-14 Thread kurt
qt5/base build failure blocks 677 ports from building on sparc64. It fails in configure with: ERROR: Feature 'icu' was enabled, but the pre-condition 'libs.icu' failed. This is because the configure stage check for icu requiers c++17 but did not specifiy it. With the attached diff sparc64 builds

Re: NEW: net/wstunnel

2024-12-14 Thread Christoph Liebender
Am 14.12.24 um 19:01 schrieb Björn Ketelaars: On Sat 14/12/2024 14:35, Christoph Liebender wrote: Am 14.12.24 um 13:26 schrieb Björn Ketelaars: On Sat 14/12/2024 00:08, Christoph Liebender wrote: Hello there everyone. This is my first try at contributing to the OpenBSD ports tree: https://li

Re: devel/intellij-fsnotifier: new port

2024-12-14 Thread Kirill A . Korinsky
On Sat, 14 Dec 2024 16:21:05 +0100, Klemens Nanni wrote: > > 14.12.2024 17:19, Kirill A. Korinsky пишет: > > Both Intellij IDEA and Pycharm ships fsnotifier which is compiled for Linux, > > and which doesn't work on OpenBSD. > > > > Anyway, here an updated diff and tgz: > > Looking good, except >