Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: new(ish) devel/sdl3
To:
Omar Polo <op@omarpolo.com>
Cc:
ports@openbsd.org, Thomas Frohwein <tfrohwein@fastmail.com>
Date:
Thu, 31 Jul 2025 17:19:14 +0100

Download raw body.

Thread
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)