Re: qt6 FLAVOR for x11/{py-,}qscintilla

2024-11-05 Thread Rafael Sadowski
On Fri Nov 01, 2024 at 06:32:06PM +0100, Landry Breuil wrote: > hi, > > i needed this to testbuild geo/qgis against qt6, and those two diffs > add support for a qt6 FLAVOR, vastly inspired by what was present some > years ago when those ports were qt4 by default and had a qt5 FLAVOR. > > the diff

Re: NEW: benchmarks/qmlbench

2024-11-05 Thread Rafael Sadowski
On Thu Oct 31, 2024 at 05:12:45PM +0100, Rafael Sadowski wrote: > Please find attached qmlbench-19082024. A simple QML and QtQuick > benchmark tool. I want to use it to benchmark different Qt6 setups. > > Example: > $ qmlbench-qt6 > /usr/local/share/qmlbench/benchmarks/auto/animations/comparison/

NEW: www/py-qt6webengine

2024-11-05 Thread Rafael Sadowski
Here is a simple www/py-qt6webengine ports. It's more or less a simple copy from www/py-qtwebengine. I tested it with the diff below. As I am not a qutebrowser user I cannot say if it's better or worse. Please keep in mind that you need qt6-qtwebengine-6.7.3p2 (p2!) if you want to test it, otherw

NEW: x11/kde-applications/falkon

2024-11-05 Thread Rafael Sadowski
OK to import falkon-24.08.2. I used falkon to test qt6-qtwebengine and came to the conclusion that it is a fast web browser which is useful if you want to use qtwebengine. Please keep in mind that you need qt6-qtwebengine-6.7.3p2 (p2!) if you want to test it, otherwise you will see qtwebengine-rel

Re: Remove telegram-purple

2024-11-05 Thread Lucas de Sena
On 2024-09-20, Lucas de Sena wrote: > Telegram-purple, as well as every libtgl-based application, does not > work anymore (i tested). > > Port's page[1] says it is abandoned since 2021 and may or may not work > (it did for some time, but now does not). It points to a new project > for a libpurple

Re: [NEW] net/tdlib-purple

2024-11-05 Thread Lucas de Sena
On 2024-10-25, Lucas de Sena wrote: > Hi, > > Attached port replaces net/telegram-purple, which ceased to work due to > changes on Telegram API, as the Telegram plugin for pidgin and programs > based on libpurple (eg' bitblee). > > portcheck(1) questions whether LIB_DEPENDS net/tdlib is needed.

Re: [UPDATE] net/tdlib 1.8.38

2024-11-05 Thread Lucas de Sena
On 2024-10-25, Lucas de Sena wrote: > Hi, > > Update net/tdlib to its last "unofficial minor version". > > Tested with net/tdlib-purple (new port, mailed to ports@) under bitlbee. > > Upstream removed ${WRKSRC}/gen_git_commit_h.sh in an earlier commit. > The corresponding patch file and post-pat

Re: zstd: enable pzstd

2024-11-05 Thread Kirill A . Korinsky
On Tue, 05 Nov 2024 00:58:37 +0100, Nick Owens wrote: > > diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile > index 3b6d18883ae..22dca58e7dd 100644 > --- a/archivers/zstd/Makefile > +++ b/archivers/zstd/Makefile > @@ -44,6 +44,14 @@ TEST_TARGET =check > TESTTMP =

sysutils/docker-compose: update to 2.30.2

2024-11-05 Thread Kirill A . Korinsky
ports@, Here a clean update for sysutils/docker-compose to 2.30.2 Changelog: - https://github.com/docker/compose/releases/tag/v2.30.2 Tested on -current/amd64 Ok? Index: Makefile === RCS file: /home/cvs/ports/sysutils/docker-comp

Re: devel/sbt: update to 1.10.5

2024-11-05 Thread Klemens Nanni
05.11.2024 23:03, Kirill A. Korinsky пишет: > Here a clean update of devel/sbt to 1.10.5. OK kn

devel/sbt: update to 1.10.5

2024-11-05 Thread Kirill A . Korinsky
ports@, Here a clean update of devel/sbt to 1.10.5. Changelog: - https://github.com/sbt/sbt/releases/tag/v1.10.5 Tested on -current/amd64. Ok? Index: Makefile === RCS file: /home/cvs/ports/devel/sbt/Makefile,v diff -u -p -r1.6 Ma

Re: www/qobuy-dl: new port with dependencies

2024-11-05 Thread Kirill A . Korinsky
On Tue, 05 Nov 2024 20:22:37 +0100, Kirill A. Korinsky wrote: > > ports@, > > I'd like to import a new port www/qobuz-dl and two it's dependencies: > devel/py-pathvalidate and devel/py-pick. > > qobuz-dl is a programm that allows user to download music from Qobuz. Qobuz > allows you to stream i

www/qobuy-dl: new port with dependencies

2024-11-05 Thread Kirill A . Korinsky
ports@, I'd like to import a new port www/qobuz-dl and two it's dependencies: devel/py-pathvalidate and devel/py-pick. qobuz-dl is a programm that allows user to download music from Qobuz. Qobuz allows you to stream its library and buy music as flac files. Unfortunately it doesn't have a way to d

Re: mkvtoolnix fails to build

2024-11-05 Thread Rafael Sadowski
On Tue Nov 05, 2024 at 07:39:35PM +0100, Antoine Jacoutot wrote: > I am lost. > I marked it BROKEN for now until we understand what is going on. > I'm with you, one moment it's building, the next it's failing.

Re: Enable debug packages in security/libssh / libssh-0.10.6

2024-11-05 Thread Theo Buehler
On Tue, Nov 05, 2024 at 06:55:00PM +, Mikolaj Kucharski wrote: > Hi, > > I'm trying to troubleshoot following issue > > https://github.com/ansible/pylibssh/issues/645 > > and I would like to enable debug package in libssh. Below diff is > making it work here. committed with a revision

Enable debug packages in security/libssh / libssh-0.10.6

2024-11-05 Thread Mikolaj Kucharski
Hi, I'm trying to troubleshoot following issue https://github.com/ansible/pylibssh/issues/645 and I would like to enable debug package in libssh. Below diff is making it work here. Index: Makefile === RCS file: /cvs/ports/

Re: [new] devel/git-cinnabar, a git remote helper to talk to hg repos

2024-11-05 Thread Landry Breuil
Le Tue, Nov 05, 2024 at 07:36:02PM +0100, Jeremie Courreges-Anglas a écrit : > On Tue, Nov 05, 2024 at 07:05:46PM +0100, Landry Breuil wrote: > > hi, > > > > hg is so painful and slow.. so here's a port for git-cinnabar, which > > allows me to talk to mozilla mercurial servers, but working locally

Re: new tool: port-var-check

2024-11-05 Thread Matthieu Herrb
On Sun, Nov 03, 2024 at 02:11:12PM +0100, Marc Espie wrote: > Here's a second version that actually works with multiple parameters, > is way more specific at telling you where badly-placed variables should be, > and also knows a heck of a lot more about existing variables. Hmm Makefile: SITES lat

Re: [new] devel/git-cinnabar, a git remote helper to talk to hg repos

2024-11-05 Thread Jeremie Courreges-Anglas
On Tue, Nov 05, 2024 at 07:05:46PM +0100, Landry Breuil wrote: > hi, > > hg is so painful and slow.. so here's a port for git-cinnabar, which > allows me to talk to mozilla mercurial servers, but working locally with > git. > > https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow

Re: mkvtoolnix fails to build

2024-11-05 Thread Antoine Jacoutot
I am lost. I marked it BROKEN for now until we understand what is going on. On Tue, Nov 05, 2024 at 10:38:22AM +, Stuart Henderson wrote: > On 2024/11/02 10:00, Rafael Sadowski wrote: > > On Sat Nov 02, 2024 at 08:29:56AM +0100, Antoine Jacoutot wrote: > > > This fixes it. > > > Dunno if it's

[update] devel/py-qt-builder 1.16.4

2024-11-05 Thread Landry Breuil
hi, here's an update for py-qt-builder, the project moved its homepage to github and moved away from mercurial. py-qt5 built fine, py-qt6 is still building, and we'll throw it in a bulk too. ok ? Landry Index: Makefile === RCS file:

[new] devel/git-cinnabar, a git remote helper to talk to hg repos

2024-11-05 Thread Landry Breuil
hi, hg is so painful and slow.. so here's a port for git-cinnabar, which allows me to talk to mozilla mercurial servers, but working locally with git. https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development i'm not sure i will be needing it for long given http

Re: update games/taisei to 1.4.2

2024-11-05 Thread Lucas Gabriel Vuotto
On Sun, Oct 20, 2024 at 10:28:25PM +0200, Omar Polo wrote: > The changelog is available here: > > https://github.com/taisei-project/taisei/releases/tag/v1.4.2 > > I played it a bit and seems to work :) I managed to remove USE_NOBTCFI! The following diff is to be applied on top of yours. I lifted

Re: update: wlroots 0.18.1

2024-11-05 Thread Matthieu Herrb
On Tue, Nov 05, 2024 at 05:38:45PM +0100, Matthieu Herrb wrote: > On Tue, Nov 05, 2024 at 03:49:51PM +0100, Landry Breuil wrote: > > Le Tue, Nov 05, 2024 at 10:59:34AM +0100, Matthieu Herrb a écrit : > > > Hi > > > > > > This updates wlroots to 0.18.1. It will be needed for sway > > > 0.10. Wayfir

Re: update: wlroots 0.18.1

2024-11-05 Thread Matthieu Herrb
On Tue, Nov 05, 2024 at 03:49:51PM +0100, Landry Breuil wrote: > Le Tue, Nov 05, 2024 at 10:59:34AM +0100, Matthieu Herrb a écrit : > > Hi > > > > This updates wlroots to 0.18.1. It will be needed for sway > > 0.10. Wayfire will need an update too (landry is working on it) > > i suppose there's a

[update] wayland/wayfire with wlroots 0.18

2024-11-05 Thread Landry Breuil
hi, here's the diff updating wayfire port to the branch supporting wlroots 0.18 in https://github.com/WayfireWM/wayfire/pull/2452 i've reused what was there previously when wlroots had been updated to 0.17 and the wayfire port was at 0.8.1. Yay DIST_TUPLE! typing this mail from it.. so i guess "i

Re: update: wlroots 0.18.1

2024-11-05 Thread Landry Breuil
Le Tue, Nov 05, 2024 at 10:59:34AM +0100, Matthieu Herrb a écrit : > Hi > > This updates wlroots to 0.18.1. It will be needed for sway > 0.10. Wayfire will need an update too (landry is working on it) i suppose there's a missing patch to render/drm_syncobj.c to make OpenBSD use the FreeBSD codepa

Re: [New] net/krill 0.14.5

2024-11-05 Thread Theo Buehler
On Tue, Nov 05, 2024 at 02:41:26PM +, Stuart Henderson wrote: > On 2024/11/05 14:54, Landry Breuil wrote: > > Le Tue, Nov 05, 2024 at 01:54:28PM +0100, Denis Fondras a écrit : > > > Krill is a free, open source RPKI Certificate Authority that lets > > > you run delegated RPKI under one or multi

Debug symbols for nodejs, could it be enabled?

2024-11-05 Thread Mikolaj Kucharski
Hi, Could node-js have debug symbols enabled? I am facing some random, rare node-js process crashes and I would like to be able to provide more information, than what I have so far. -- Regards, Mikolaj

[New] net/krill 0.14.5

2024-11-05 Thread Denis Fondras
Krill is a free, open source RPKI Certificate Authority that lets you run delegated RPKI under one or multiple Regional Internet Registries (RIRs). Through its built-in publication server, Krill can publish Route Origin Authorisations (ROAs) on your own servers or with a third party. Written in th

Re: aarch64 bulk build report

2024-11-05 Thread Jeremie Courreges-Anglas
On Mon, Nov 04, 2024 at 07:04:44PM -0700, phess...@openbsd.org wrote: > bulk build on arm64.ports.openbsd.org > started on Fri Nov 1 16:04:36 MDT 2024 > finished at Mon Nov 4 19:04:32 MST 2024 > lasted 3D03h59m > done with kern.version=OpenBSD 7.6-current (GENERIC.MP) #228: Thu Oct 31 > 14:43:15

Re: update: libinput-openbsd 1.26.2

2024-11-05 Thread Landry Breuil
Le Tue, Nov 05, 2024 at 10:42:23AM +0100, Matthieu Herrb a écrit : > Hi > > This patch syncs libinput-openbsd with libinput 1.26.2. Will be needed > for sway 0.10. > > ok? still works with the current versions of sway and wayfire, ok with me.

Re: Add an emacs--pgtk FLAVOR for wayland users

2024-11-05 Thread Matthieu Herrb
On Mon, Nov 04, 2024 at 03:53:02PM +0100, Jeremie Courreges-Anglas wrote: > > So Matthieu has requested a PGTK (Pure GTK) Emacs FLAVOR for some time > already. > > Runtime has one obvious glitch: it doesn't fall back to tty if you're > not running X/wayland, like other FLAVORS do, so you'll have

Re: sdl2: enable wayland support

2024-11-05 Thread Landry Breuil
Le Sun, Nov 03, 2024 at 01:34:30PM -0500, Thomas Frohwein a écrit : > Hi, > > Proposing this diff which adds wayland support to sdl2. It adds a > couple of dependencies as expected. I can so far only test that it > still works in X11 as before. Using wayland for this stumbles over > libinput limit

Re: mkvtoolnix fails to build

2024-11-05 Thread Stuart Henderson
On 2024/11/02 10:00, Rafael Sadowski wrote: > On Sat Nov 02, 2024 at 08:29:56AM +0100, Antoine Jacoutot wrote: > > This fixes it. > > Dunno if it's the right fix. > > > > > > Index: Makefile > > === > > RCS file: /cvs/ports/multimedi

update: wlroots 0.18.1

2024-11-05 Thread Matthieu Herrb
Hi This updates wlroots to 0.18.1. It will be needed for sway 0.10. Wayfire will need an update too (landry is working on it) Index: Makefile === RCS file: /local/cvs/ports/wayland/wlroots/Makefile,v diff -u -p -u -r1.9 Makefile ---

update: wayland/wmenu 0.1.9

2024-11-05 Thread Matthieu Herrb
Update to wmenu 0.1.9 site changed, and a new wmenu-run binart has been added to simplify it's use. Will be needed by sway 0.10 ok ? Index: Makefile === RCS file: /local/cvs/ports/wayland/wmenu/Makefile,v diff -u -p -u -r1.1.1.1 Mak

update: libinput-openbsd 1.26.2

2024-11-05 Thread Matthieu Herrb
Hi This patch syncs libinput-openbsd with libinput 1.26.2. Will be needed for sway 0.10. ok? Index: Makefile === RCS file: /local/cvs/ports/wayland/libinput-openbsd/Makefile,v diff -u -p -u -r1.17 Makefile --- Makefile3 Aug 2024

Re: [PATCH] www/mozilla-firefox - fix a couple of typos in the package README

2024-11-05 Thread Landry Breuil
Le Mon, Nov 04, 2024 at 08:06:42PM +, Raf Czlonka a écrit : > On Mon, Nov 04, 2024 at 06:56:07PM GMT, Landry Breuil wrote: > > Le Mon, Nov 04, 2024 at 02:50:09PM +, Stuart Henderson a écrit : > > > lgtm. > > > > havent looked at the actual diff, but should it apply as is to > > www/firefox

Re: pkglocatedb flavor

2024-11-05 Thread Landry Breuil
Le Sun, Nov 03, 2024 at 01:15:01PM +0100, Marc Espie a écrit : > On Sun, Nov 03, 2024 at 11:08:34AM +0100, Landry Breuil wrote: > > Le Sun, Nov 03, 2024 at 10:33:22AM +0100, Rafael Sadowski a écrit : > > > On Sun Nov 03, 2024 at 10:28:06AM +0100, Marc Espie wrote: > > > > pkg_mklocatedb includes an