Re: devel/py-twisted: missed test dependency

2024-09-19 Thread K R
On Thu, Sep 19, 2024 at 10:31 AM Stuart Henderson wrote: > > On 2024/09/19 09:21, K R wrote: > > Hi ports@, > > > > On Mon, Jun 10, 2024 at 12:07 PM Kirill A. Korinsky > > wrote: > > > > > > ports@, > > > > > > I've noticed that devel/py-twisted had missed test dependencies. > > > > Speaking of

Re: x11/tk/8.6: Missing headers in package?

2024-09-19 Thread Johannes Thyssen Tishman
2024-09-19T14:28:27Z Stuart Cassoff: > Private headers shouldn't be installed; if a package needs them then that > package should be fixed.Maybe investigate to see what the software needs in > terms of #define, private structs or functions then add some -D's or adjust > the software to use publ

Re: x11/tk/8.6: Missing headers in package?

2024-09-19 Thread Stuart Cassoff
Depending on the software it may be possible to build against 8.5 and load into/run with 8.6. Stu On Wednesday, September 18, 2024 at 08:53:27 a.m. EDT, Johannes Thyssen Tishman wrote: I'm trying to build a port (netgen, port attached) that depends on Tk and I'm trying to use version

www/tuba: add missing webp library

2024-09-19 Thread Jag Talon
Hello, I noticed that webp images can't be opened in Tuba, and it looks like it's because we're missing webp-pixbuf-loader: https://github.com/GeopJr/Tuba/issues/708 I added that to the list of dependencies since it looks like some instances prefer sending webp images. I also bumped the version

audio/morseplayer: audio quality fix

2024-09-19 Thread SASANO Takayoshi
Hello, I found the post that audio quality of audio/morseplayer is something strange at https://x.com/yoshi_kaw/status/1692411414718419377 . patches/patch-morseplayer_c sets unsigned 8bit to sio_setpar(), but original code uses AUDIO_ENCODING_SLINEAR_LE (signed). This should be fixed. ok? Inde

Re: devel/py-twisted: missed test dependency

2024-09-19 Thread Landry Breuil
Le Thu, Sep 19, 2024 at 02:31:40PM +0100, Stuart Henderson a écrit : > On 2024/09/19 09:21, K R wrote: > > Hi ports@, > > > > On Mon, Jun 10, 2024 at 12:07 PM Kirill A. Korinsky > > wrote: > > > > > > ports@, > > > > > > I've noticed that devel/py-twisted had missed test dependencies. > > > > S

Re: x11/tk/8.6: Missing headers in package?

2024-09-19 Thread Stuart Cassoff
Private headers shouldn't be installed; if a package needs them then that package should be fixed.Maybe investigate to see what the software needs in terms of #define, private structs or functions then add some -D's or adjust the software to use public structs/functions. Stu(I have a really ol

Re: NEW: games/onscripter-en

2024-09-19 Thread grodzio
Bump. I'd really love to see this port enter the ports tree before 7.6 releases, if possible. On Tuesday, September 3rd, 2024 at 4:33 PM, grodzio wrote: > Ping!

Update: www/gallery-dl 1.27.4

2024-09-19 Thread grodzio
Hello, attached is an update for gallery-dl to 1.27.4. I'd like to see this one last version get in before 7.6 as quite a few improvements and fixes have accumulated since 1.27.1. Tested on amd64 as always. Index: Makefile === RCS file

Re: devel/py-twisted: missed test dependency

2024-09-19 Thread Stuart Henderson
On 2024/09/19 09:21, K R wrote: > Hi ports@, > > On Mon, Jun 10, 2024 at 12:07 PM Kirill A. Korinsky wrote: > > > > ports@, > > > > I've noticed that devel/py-twisted had missed test dependencies. > > Speaking of Twisted, the current version (24.7.0) fixes two CVEs: > > CVE-2024-41810 > CVE-202

Re: devel/py-twisted: missed test dependency

2024-09-19 Thread K R
Hi ports@, On Mon, Jun 10, 2024 at 12:07 PM Kirill A. Korinsky wrote: > > ports@, > > I've noticed that devel/py-twisted had missed test dependencies. Speaking of Twisted, the current version (24.7.0) fixes two CVEs: CVE-2024-41810 CVE-2024-41671 The version available on 7.5 is py3-twisted-22.

[new] x11/gnome/railway, a train travel lookup application

2024-09-19 Thread Landry Breuil
hi, here's a quick port for https://mobile.schmidhuberj.de/railway which is a gtk4 application querying various train operator APIs for routes/itineraries, without having to bear the often ad-loaded websites of the operators. https://gitlab.com/schmiddi-on-mobile/railway-backend#profiles lists th