Re: Migrate -kf5 prefix away

2025-01-16 Thread Rafael Sadowski
On Thu Jan 16, 2025 at 10:11:09AM +, Stuart Henderson wrote: > On 2025/01/16 10:50, Rafael Sadowski wrote: > > Simple diff to migrate away kf5 prefixes in package names. > > suffix not prefix :) yes of course :) > > I am pretty sure that "quirks rename" still compares the version > number s

Re: Migrate -kf5 prefix away

2025-01-16 Thread Stuart Henderson
On 2025/01/16 10:50, Rafael Sadowski wrote: > Simple diff to migrate away kf5 prefixes in package names. suffix not prefix :) I am pretty sure that "quirks rename" still compares the version number so you would need to add REVISION=0 for most of them and bump kdepim-runtime to REVISION=2. > +++

Re: enable building static lib in devel/cjson

2025-01-16 Thread Stuart Henderson
On 2025/01/16 07:47, Stepan Zolotuev wrote: > Hi ports@, > > Most packages contain both static and shared libraries, this one > doesn't. I noticed this when trying to statically link my own software. For software using cmake it is common to only build one version of a library. > The diff simply

Re: Migrate -kf5 prefix away

2025-01-16 Thread Stuart Henderson
ok. On 2025/01/16 12:04, Rafael Sadowski wrote: > On Thu Jan 16, 2025 at 10:11:09AM +, Stuart Henderson wrote: > > On 2025/01/16 10:50, Rafael Sadowski wrote: > > > Simple diff to migrate away kf5 prefixes in package names. > > > > suffix not prefix :) > > yes of course :) > > > > > I am p

Re: UPDATE: intel-gmmlib and intel-media-driver

2025-01-16 Thread Jan Stary
On Jan 14 14:42:24, raf...@sizeofvoid.org wrote: > Update intel-gmmlib and intel-media-driver to the latest upstrem > versions. Works on my "Intel HD Graphics 520" (Skylake). Jan OpenBSD 7.6-current (GENERIC.MP) #508: Wed Jan 15 11:34:24 MST 2025 dera...@amd64.openbsd.org:/usr/src/

Migrate -kf5 prefix away

2025-01-16 Thread Rafael Sadowski
Simple diff to migrate away kf5 prefixes in package names. diff --git a/devel/quirks/Makefile b/devel/quirks/Makefile index d9a93791a32..5eb4f5c901e 100644 --- a/devel/quirks/Makefile +++ b/devel/quirks/Makefile @@ -3,7 +3,7 @@ CATEGORIES =devel databases DISTFILES = # API.rev -PKGNAME =

Re: www/nginx: ModSecurity3 nginx connector

2025-01-16 Thread Stuart Henderson
On 2025/01/16 16:06, Matthias Pitzl wrote: > +WANTLIB-modsecurity3=${COMPILER_LIBCXX} c curl crypto iconv lzma m \ > + maxminddb modsecurity nghttp2 nghttp3 ngtcp2 \ > + ngtcp2_crypto_quictls pcre pcre2-8 pthread ssl xml2 yajl ... > +LIB_DEPENDS-modse

Re: UPDATE: intel-gmmlib and intel-media-driver

2025-01-16 Thread Lucas Gabriel Vuotto
On Thu, Jan 16, 2025 at 05:49:44PM +0100, Rafael Sadowski wrote: > On Tue Jan 14, 2025 at 02:42:24PM +0100, Rafael Sadowski wrote: > > Update intel-gmmlib and intel-media-driver to the latest upstrem > > versions. > > > > OK? > > > > New diff, https://github.com/intel/media-driver/issues/1840 wa

Re: UPDATE: intel-gmmlib and intel-media-driver

2025-01-16 Thread Rafael Sadowski
On Tue Jan 14, 2025 at 02:42:24PM +0100, Rafael Sadowski wrote: > Update intel-gmmlib and intel-media-driver to the latest upstrem > versions. > > OK? > New diff, https://github.com/intel/media-driver/issues/1840 was merged upstream. Spotted by Lucas, thanks! diff --git a/graphics/intel-gmmlib/

Re: [new] cad/netgen-mesher and devel/py-test-check

2025-01-16 Thread Stuart Henderson
On 2025/01/15 21:49, Johannes Thyssen Tishman wrote: > 2025-01-15T19:10:23Z Ian Darwin : > > > On 1/7/25 12:46 PM, Johannes Thyssen Tishman wrote: > > > Please find attached a port for cad/netgen-mesher and one of its test > > > dependencies devel/py-test-check. This port is required by > > > cad/

www/nginx: ModSecurity3 nginx connector

2025-01-16 Thread Matthias Pitzl
Hi! Bluhm has submitted security/libmodsecurity a while ago and this diff adds the ModSecurity3 connector to nginx port which is required for building a web application firewall using ModSecurity3. Would be nice if this could be added to nginx. Thanks a lot for your work maintaining the port! G

Re: [update] mail/aerc 0.18.2 -> 0.19.0

2025-01-16 Thread Stuart Henderson
On 2025/01/15 13:13, Johannes Thyssen Tishman wrote: > Please find below an update for mail/aerc to version 0.19.0. > > Due to this[1] and this[2] (3rd and 5th bullet point) executable filters > are no longer installed with the correct permissions and symlinks in > aerc's sources are lost, hence t

Re: fix broken www/py-flask-wtf

2025-01-16 Thread Stuart Henderson
On 2025/01/17 03:54, Sebastian Reitenbach wrote: > Any hint on how to best address the "make update" issue? yes, use a PKGNAME which matches the existing one. here it is with that fixed and a little more cleanup. Index: Makefile ===

firefox and thunderbird interaction w/drm_gem_object_init

2025-01-16 Thread Chris Cappuccio
Under -current, there is a weird interaction with a tiling window manager (dwm), firefox/thunderbird, and Xorg... Whenever i open a file save window, it creates this massive window, has a thunderturd, kills firefox/thunderbird, and spams dmesg with: "drm_gem_object_init size too big 1075838976" I

Re: firefox and thunderbird interaction w/drm_gem_object_init

2025-01-16 Thread Theo Buehler
On Thu, Jan 16, 2025 at 01:52:50PM -0800, Chris Cappuccio wrote: > Under -current, there is a weird interaction with a tiling window > manager (dwm), firefox/thunderbird, and Xorg... How long has this been going on and exactly how current are you? pango-1.56.0 had a weird perhaps related issue wi

fix broken www/py-flask-wtf

2025-01-16 Thread Sebastian Reitenbach
Might be broken since python 3.12 update, don't know. But starting www/puppetboard I see: File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 999, in exec_module File

Re: firefox and thunderbird interaction w/drm_gem_object_init

2025-01-16 Thread Chris Cappuccio
Theo Buehler [t...@theobuehler.org] wrote: > On Thu, Jan 16, 2025 at 01:52:50PM -0800, Chris Cappuccio wrote: > > Under -current, there is a weird interaction with a tiling window > > manager (dwm), firefox/thunderbird, and Xorg... > > How long has this been going on and exactly how current are yo

Re: [UPDATE] net/dnscrypt-proxy 2.1.5 -> 2.1.7

2025-01-16 Thread Nam Nguyen
Igor Zornik writes: > Greetings! > > After 1+ year we finally have a tagged version of DNSCrypt proxy that > includes the module with the fixed fnctl implementation which means we > can remove all patches that were made solely to address this issue. > Still builds and installs fine on the latest A

sparc64 bulk build report

2025-01-16 Thread kmos
Bulk build on sparc64-0a.ports.openbsd.org Started : Thu Jan 16 17:01:28 MST 2025 Finished: Thu Jan 16 19:25:30 MST 2025 Duration: 0 Days 2 hours 24 minutes Built using OpenBSD 7.6-current (GENERIC.MP) #2374: Wed Jan 15 15:46:05 MST 2025 Built 4281 packages Number of packages built each day: Ja