Re: minidlna: Adds support for *.sub (MicroDVD) subtitles type

2025-01-20 Thread Stuart Henderson
> > I tired to add support for *.sub (MicroDVD) subtitles type and it seems > > to work. > > Any thought are welcome. patches should be generated with "make update-patches" > > Index: metadata.c > > --- metadata.c.org > > +++ metadata.c > > @@ -146,6 +146,11 @@ > > strcpy(p, ".smi

Re: www/nginx: ModSecurity3 nginx connector

2025-01-20 Thread Kirill A . Korinsky
On Mon, 20 Jan 2025 09:42:21 +0100, Matthias Pitzl wrote: > > @@ -65,6 +68,7 @@ HOMEPAGE-geoip2=https://github.com/leev > HOMEPAGE-headers_more= > https://github.com/openresty/headers-more-nginx-module > HOMEPAGE-ldap_auth= https://github.com/kvspb/nginx-auth-ldap > HOMEPAGE-lua=

Re: fonts/openmoji: new port (version 15.1.0)

2025-01-20 Thread Kirill A . Korinsky
On Mon, 20 Jan 2025 16:04:20 +0100, Manuel Giraud wrote: > > Kirill A. Korinsky writes: > > [...] > > >> While it may fix them for some people, it may break them for others. > >> And you can't just rm the file from /etc/fonts/conf.d because pkg_add -u > >> will put it back. > >> > > > > Fair.

Re: minidlna: Adds support for *.sub (MicroDVD) subtitles type

2025-01-20 Thread Janne Johansson
> I tired to add support for *.sub (MicroDVD) subtitles type and it seems > to work. > Any thought are welcome. > Index: metadata.c > --- metadata.c.org > +++ metadata.c > @@ -146,6 +146,11 @@ > strcpy(p, ".smi"); > ret = access(file, R_OK); > } > + if

minidlna: Adds support for *.sub (MicroDVD) subtitles type

2025-01-20 Thread Atanas Vladimirov
Hello, I tired to add support for *.sub (MicroDVD) subtitles type and it seems to work. Any thought are welcome. /usr/ports/multimedia/minidlna/patches/patch-add-subs Adds *.sub support

Re: use --forward in PATCH_ARGS/PATCH_DIST_ARGS

2025-01-20 Thread Theo Buehler
On Mon, Jan 20, 2025 at 04:45:07PM +, Stuart Henderson wrote: > Currently, if a diff appears to be reversed, patch asks whether to apply > it with -R, with the default answer 'yes'. If there's no tty (as is the > case in a dpb build), the default is accepted automatically. This is a > problem a

use --forward in PATCH_ARGS/PATCH_DIST_ARGS

2025-01-20 Thread Stuart Henderson
Currently, if a diff appears to be reversed, patch asks whether to apply it with -R, with the default answer 'yes'. If there's no tty (as is the case in a dpb build), the default is accepted automatically. This is a problem as it means the patch is silently reversed. Building might not fail but hav

Re: [Update] editors/helix 25.01.1

2025-01-20 Thread Volker Schlecht
On 2025-01-20 17:10, Laurent Cheylus wrote: I have the same diff as yours but you forgot to update pkg/PLIST (make update-plist) for the new supported languages in this version. Indeed! I committed your completed diff - thanks!

[maintainer update] sysutils/lsd v1.1.5

2025-01-20 Thread Laurent Cheylus
Hi ports@ new version of my update for sysutils/lsd version 1.1.5 ("ls deluxe" written in Rust): update patch for libgit2 >= 1.9.0 Changelog: https://github.com/lsd-rs/lsd/releases/tag/v1.1.5 - update Makefile, distinfo and crates.inc - remove old patch for crate libgit2-sys-0.14.2+1.5.1 - add

Re: [Update] editors/helix 25.01.1

2025-01-20 Thread Laurent Cheylus
Hi Volker, - Mail original - > ... and here's the recent patch release: > https://github.com/helix-editor/helix/releases/tag/25.01.1 I was also updating editors/helix port for this version 25.01.1 (my build/tests finished at the time of your post :) ). I have the same diff as yours but

[Update] editors/helix 25.01.1

2025-01-20 Thread Volker Schlecht
... and here's the recent patch release: https://github.com/helix-editor/helix/releases/tag/25.01.1 On 2025-01-17 16:52, Laurent Cheylus wrote: Hi Volker, - Mail original - Thanks for testing! I've also been dogfooding the port for a week without any issues - therefore pinging MAINTAIN

Re: fonts/openmoji: new port (version 15.1.0)

2025-01-20 Thread Manuel Giraud
Kirill A. Korinsky writes: [...] >> While it may fix them for some people, it may break them for others. >> And you can't just rm the file from /etc/fonts/conf.d because pkg_add -u >> will put it back. >> > > Fair. > > Here an updated tgz which includes all your remakrs. Thanks. FWIW, "OpenMoj

sparc64 bulk build report

2025-01-20 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Jan 16 23:08:11 MST 2025 Finished: Mon Jan 20 07:40:15 MST 2025 Duration: 3 Days 8 hours 32 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2375: Thu Jan 16 16:35:32 MST 2025 Built 9274 packages Number of packages built each day: Ja

Re: Migrate -kf5 prefix away

2025-01-20 Thread Stuart Henderson
Oh yes that would make sense. Typo in meta/kde, you have REVSION not REVISION. -- Sent from a phone, apologies for poor formatting. On 19 January 2025 15:53:33 Rafael Sadowski wrote: On Thu Jan 16, 2025 at 11:29:51AM +, Stuart Henderson wrote: ok. On 2025/01/16 12:04, Rafael Sadowski

Re: www/nginx: ModSecurity3 nginx connector

2025-01-20 Thread Matthias Pitzl
On 17.01.2025 - 12:07:42, Theo Buehler wrote: > > About the sparc64 build, I don't have a machine so we have to wait for the > > bulk > > build... > > The diff below builds and packages on sparc64 (with libmodsecurity 3.0.13) > and is ok tb Great to hear and thanks a lot for testing! Here the u