Re: tdlib: split into tdlib and tde2e

2025-05-21 Thread Stuart Henderson
Ah it's just the private headers and cmake files. Yes it totally makes sense to do it this way then (if it wasn't for the cmake files then pointing at the headers via a :extract target would probably be good enough but the cmake will be a pain to generate without building). I've not tested but

Re: spotifyd OAuth crashes

2025-05-21 Thread Jan Stary
On May 21 20:49:24, pas...@stumpf.co wrote: > On Wed, 21 May 2025 20:09:12 +0200, Jan Stary wrote: > > > There should be a "Continue to the App" button that completes the > > > process. Just tested it, works for me. > > > > Yes, this worked for me too: > > > > [INFO] OAuth server listening o

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Klemens Nanni
22.05.2025 06:28, Rafael Sadowski пишет: > Below is a new suggestion based on your feedback. I have also added a > new KDE PIM/Akonadi section based on the FreeBSD recommendation. Applied patch, make update, usermod -L kde kn-plasma, switched users, no crashes anymore. Text reads fine. Thanks!

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Rafael Sadowski
On Wed May 21, 2025 at 05:08:10AM +0200, Rafael Sadowski wrote: > On Sun Dec 08, 2024 at 02:07:10AM +, Yifei Zhan wrote: > > I'm testing out Plasma 6 on a fresh installation and I think there are a > > few workarouds and notes worth adding to the pkg readme. > > > > - Move screen locking to it

Re: tdlib: split into tdlib and tde2e

2025-05-21 Thread Klemens Nanni
21.05.2025 08:28, Klemens Nanni пишет: > net/tdesktop needs net/tdlib with -TD_E2E_ONLY=ON, which is really a second > port as it exposes private API; it is a different library in the same repo. > > FLAVORS / MULTI_PACKAGE is not an option due to conflicts and overall > complexity. > > Splittin

Re: UPDATE: Nono-1.4.2

2025-05-21 Thread Benoit Lecocq
Le 21/05/2025 à 13:23, gonzalo a écrit : Hello, Little update for Nono to 1.4.2: http://www.pastel-flower.jp/~isaki/nono/ OK? Comments? ok benoit@ Cheers.- Index: Makefile === RCS file: /cvs/ports/emulators/nono/Makefile,v

Re: [NEW] lang/erlang/28

2025-05-21 Thread Kirill A . Korinsky
On Wed, 21 May 2025 21:11:37 +0200, Volker Schlecht wrote: > > I have acquired a profound distaste for odbc about 25 years ago and never had > the desire to check if it was still justified ... but this builds, installs > and passes tests. So if you're willing to test, I'm willing to commit :-) >

Re: spotifyd OAuth crashes

2025-05-21 Thread Pascal Stumpf
On Wed, 21 May 2025 20:09:12 +0200, Jan Stary wrote: > > There should be a "Continue to the App" button that completes the > > process. Just tested it, works for me. > > Yes, this worked for me too: > > [INFO] OAuth server listening on 127.0.0.1:8000 > [INFO] Connecting to AP "ap-gew

[UPDATE] net/dnscrypt-proxy 2.1.8 -> 2.1.11

2025-05-21 Thread Igor Zornik
Hello, ports! dns-crypt rapid-fired a few releases lately. Bulk of the new features is contained within the first one (2.1.9) while the later two are mostly fixes. Some notes: - We have a web UI now for viewing some statistics data (disabled by default). Thankfully we don't need to build a 100+ M

Re: [NEW] lang/erlang/28

2025-05-21 Thread Volker Schlecht
I have acquired a profound distaste for odbc about 25 years ago and never had the desire to check if it was still justified ... but this builds, installs and passes tests. So if you're willing to test, I'm willing to commit :-) (I regenerated WANTLIB on the occasion ...) On 2025-05-21 19:17, Kir

Re: net/ntfy: bundle the web UI

2025-05-21 Thread Martin Reindl
Am 20.05.25 um 09:55 schrieb Lucas Gabriel Vuotto: > Hi Martin, ports, > > Here's an update to start shipping ntfy's web UI in ports. I decided to > bundle it as an additional tarball, as otherwise it requires npm which > assumes an online build. The dist target takes care of creating the > bundle

Re: spotifyd OAuth crashes

2025-05-21 Thread Jan Stary
> There should be a "Continue to the App" button that completes the > process. Just tested it, works for me. Yes, this worked for me too: [INFO] OAuth server listening on 127.0.0.1:8000 [INFO] Connecting to AP "ap-gew4.spotify.com:4070" [INFO] Authenticated as 'hudobne' !

Re: spotifyd OAuth crashes

2025-05-21 Thread Pascal Stumpf
On Wed, 21 May 2025 19:52:03 +0200, Jan Stary wrote: > On May 21 19:36:55, pas...@stumpf.co wrote: > On Wed, 21 May 2025 > 18:45:02 +0200, Jan Stary wrote: > > This is current/arm64, with > spotifyd-0.4.1. e pkg readme says > > > > Authentication via OAuth > must be set up using > > > > $ spotifyd

Re: spotifyd OAuth crashes

2025-05-21 Thread Jan Stary
On May 21 19:36:55, pas...@stumpf.co wrote: > On Wed, 21 May 2025 18:45:02 +0200, Jan Stary wrote: > > This is current/arm64, with spotifyd-0.4.1. e pkg readme says > > > > Authentication via OAuth must be set up using > > > > $ spotifyd authenticate -c . > > > > This will redirect you to

Re: graphics/ffmpeg: Fix drawtext filter

2025-05-21 Thread Stuart Henderson
On 2025/05/20 11:47, Lucas Gabriel Vuotto wrote: > OK lucas too, with devel/fribidi added to LDEPS. Thos diff doesn't change anything with libfribidi, but considering that it is already enabled with --enable-libfribidi I agree with adding it. > On Tue, May 20, 2025 at 10:28:24AM +, Alex Tsang

Re: spotifyd OAuth crashes

2025-05-21 Thread Pascal Stumpf
On Wed, 21 May 2025 18:45:02 +0200, Jan Stary wrote: > This is current/arm64, with spotifyd-0.4.1. e pkg readme says > > Authentication via OAuth must be set up using > > $ spotifyd authenticate -c . > > This will redirect you to a web browser to complete the OAuth process, > then place

Re: [NEW] lang/erlang/28

2025-05-21 Thread Kirill A . Korinsky
On Wed, 21 May 2025 18:00:56 +0200, Volker Schlecht wrote: > > Erlang/OTP 28 was released today and I would like to import and hook it up to > the build. > > I have been locally testing the release candidates for a while already, so I > wasn't surprised to see the release version work without an

spotify_player does not authenticate

2025-05-21 Thread Jan Stary
This is current/amd64 with spotify-player-0.20.4p0 Running spotify_player for the first time, I am told No cached credentials found, please authenticate the application first. Browse to: https://accounts.spotify.com/authorize?response_type=code&cli

Re: spotifyd OAuth crashes

2025-05-21 Thread Jan Stary
On another machine (current/amd64), the browser tries to connect to http://127.0.0.1:8000/ only to time out: spotifyd -c is running, but apparently nothing listens at that address. Jan On May 21 18:45:02, h...@stare.cz wrote: > This is current/arm64, with spotifyd-0.4.1. > The pkg readme

Re: graphics/ffmpeg: Fix drawtext filter

2025-05-21 Thread Alex Tsang
Added devel/fribidi under LIB_DEPENDS as suggested by Lucas. Ok? I don't have CVS account, if the patch is good please help to commit. Thanks. Index: Makefile === RCS file: /cvs/ports/graphics/ffmpeg/Makefile,v diff -u -p -r1.244 Ma

spotifyd OAuth crashes

2025-05-21 Thread Jan Stary
This is current/arm64, with spotifyd-0.4.1. The pkg readme says Authentication via OAuth must be set up using $ spotifyd authenticate -c . This will redirect you to a web browser to complete the OAuth process, then place a credentials.json file in the current directory. Running "spotif

[NEW] lang/erlang/28

2025-05-21 Thread Volker Schlecht
Erlang/OTP 28 was released today and I would like to import and hook it up to the build. I have been locally testing the release candidates for a while already, so I wasn't surprised to see the release version work without an issue on OpenBSD. Hopefully the release of OTP28 increases the motivat

UPDATE: Walk-1.13.0

2025-05-21 Thread gonzalo
Hello, Update for Walk to 1.13.0: https://github.com/antonmedv/walk/releases/tag/v1.13.0 OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/sysutils/walk/Makefile,v diff -u -p -r1.3 Makefile --- Makefile23 Feb 20

Re: pudb update, new port needed

2025-05-21 Thread Stuart Henderson
On 2025/05/21 14:42, Theo Buehler wrote: > On Wed, May 21, 2025 at 01:23:32PM +0100, Stuart Henderson wrote: > > ok to import py-urwid_readline? needed for this update, which is in > > turn needed to work with newer py-urwid. > > ok for py-urwid_readline if you remove xMODPY_TEST_ARGS Thanks. At

Re: pudb update, new port needed

2025-05-21 Thread Theo Buehler
On Wed, May 21, 2025 at 01:23:32PM +0100, Stuart Henderson wrote: > ok to import py-urwid_readline? needed for this update, which is in > turn needed to work with newer py-urwid. ok for py-urwid_readline if you remove xMODPY_TEST_ARGS The pudb update probably has some missing tdep. I see these. T

pudb update, new port needed

2025-05-21 Thread Stuart Henderson
ok to import py-urwid_readline? needed for this update, which is in turn needed to work with newer py-urwid. Index: Makefile === RCS file: /cvs/ports/devel/pudb/Makefile,v diff -u -p -r1.26 Makefile --- Makefile29 Apr 2025 10:37:4

UPDATE: Nono-1.4.2

2025-05-21 Thread gonzalo
Hello, Little update for Nono to 1.4.2: http://www.pastel-flower.jp/~isaki/nono/ OK? Comments? Cheers.- Index: Makefile === RCS file: /cvs/ports/emulators/nono/Makefile,v diff -u -p -r1.38 Makefile --- Makefile10 Mar 2025 10:

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Stuart Henderson
On 2025/05/21 09:04, Klemens Nanni wrote: > 21.05.2025 10:46, Stuart Henderson пишет: > > I would advise installing a login.conf.d file with the suggested limits, > > and just ask the user to set the group. That way, if you need to tweak it > > in the future, the file will be updated automaticall

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Klemens Nanni
21.05.2025 10:46, Stuart Henderson пишет: > I would advise installing a login.conf.d file with the suggested limits, and > just ask the user to set the group. That way, if you need to tweak it in the > future, the file will be updated automatically. Otherwise you'll somehow need > to get them to

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Theo de Raadt
I agree here. Please do NOT encourage use of cap_mkdb. I honestly think this method should be deleted. The db variation creates more problems than it solves.

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Stuart Henderson
oh no not cap_mkdb... -- Sent from a phone, apologies for poor formatting. On 21 May 2025 05:55:21 Rafael Sadowski wrote: On Wed May 21, 2025 at 06:42:17AM +0200, Sebastien Marie wrote: Rafael Sadowski writes: +Resource limits +=== + +The "default" login-class resource limits

Re: KDE Plasma Readme: Mention resource limits and other workarounds

2025-05-21 Thread Stuart Henderson
I would advise installing a login.conf.d file with the suggested limits, and just ask the user to set the group. That way, if you need to tweak it in the future, the file will be updated automatically. Otherwise you'll somehow need to get them to pay attention to the changed part of the pkg-rea

UPDATE: alembic-1.8.8

2025-05-21 Thread Rafael Sadowski
Simple update alembic-1.8.8. Tested on amd64. OK? Cheers Rafael diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index 41811f40765..a46bd0f8515 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -2,7 +2,7 @@ COMMENT=open framework for storing and s

Re: tdlib: split into tdlib and tde2e

2025-05-21 Thread Klemens Nanni
21.05.2025 10:05, Rafael Sadowski пишет: > Build tested and the upgrade process went smoothly: > tdlib-1.8.44->1.8.49p0. I see no reason for the REVISION in > net/tdlib/tdlib. Otherwise OK rsadowski Its PKGPATH and PLIST changed. Thanks!

Re: tdlib: split into tdlib and tde2e

2025-05-21 Thread Rafael Sadowski
On Wed May 21, 2025 at 05:28:31AM +, Klemens Nanni wrote: > net/tdesktop needs net/tdlib with -TD_E2E_ONLY=ON, which is really a second > port as it exposes private API; it is a different library in the same repo. > > FLAVORS / MULTI_PACKAGE is not an option due to conflicts and overall > co