From: Stuart Henderson Subject: Re: new(ish) devel/sdl3 To: Omar Polo Cc: ports@openbsd.org, Thomas Frohwein Date: Thu, 31 Jul 2025 17:19:14 +0100 On 2025/07/31 17:46, Omar Polo wrote: > Hello, > > This is thfr' devel/sdl3 port but with the version bumped. > > I need it for updating games/taisei. I can testify that it works :) > > I think it's ok to import this, but be prepared to deal with any SDL 2 ports which might start picking it up. I think I've disabled that in something before but there may be others. Ideally test with a 'mini bulk' with this already installed and run port-lib-depends-check first, though I appreciate there a quite a lot of ports, it might at least be worth doing a sample (perhaps the more recently updated ones?). I usually construct a list from grep [...] ports-INDEX | cut -d\| -f2, edit then point SUBDIRLIST at it, e.g. something along these lines cd /usr/ports SUBDIRLIST=/path/to/list make prepare FETCH_PACKAGES= SUBDIRLIST=/path/to/list make package REPORT_PROBLEM=/usr/bin/true SUBDIRLIST=/path/to/list make port-lib-depends-check REPORT_PROBLEM=/usr/bin/true (setting REPORT_PROBLEM like this stops it from killing the build at the first error)