Sunday, August 09, 2026

Re: mozilla.port.mk: no --enable-official-branding for Tor Browser

Hi, On Sat, Aug 08, 2026 at 04:30:23PM -0700, patrick keshishian wrote: > Hi, > > On Sat, Dec 27, 2025 at 9:06 AM Caspar Schutijser <caspar@schutijser.com> wrote: > > > > On Mon, Dec 22, 2025 at 04:42:06PM +0100, Caspar Schutijser wrote: > > > On Fri, Dec 19, 2025 at 01:55:32PM +0100, Tim van der Molen wrote: > > > > > > > 7.7 ATM. I will try to update to -current this coming week. > > > > > > > > > > > > > > > > > > Sorry for the long delay. Took me longer to move to -current than > > > > > > I had anticipated. > > > > > > > > > > > > I can confirm that the issue of the file-chooser window size > > > > > > does not exist in -current, as you mentioned. > > > > > > > > > > > > > > > > > > > > I just wanted to point out that the file-chooser window size > > > > > issue seems to have returned. > > > > > > > > > > At least the last two updates I've done (sysupgrade -s followed > > > > > by pkg_add -u) > > > > > > > > > > Currently running: > > > > > > > > > > 7.8-current (GENERIC.MP) #155: Mon Dec 15 10:01:15 MST 2025 > > > > > > > > > > $ pkg_info | grep tor- | cut -d ' ' -f1 > > > > > tor-0.4.8.21 > > > > > tor-browser-15.0.3 > > > > > > > > > > Not a huge deal, as I'm not relying on tor-browser, but thought > > > > > it was worth mentioning. > > > > > > > > I'm also seeing this. It started after the latest tor-browser update. > > > > > > Thanks for the heads-up. I see it with 15.0.3 too. I'll now build the > > > previous version (15.0.1) again to see whether the problem indeed does > > > not appear with that version. If so, I'll see if I can spot anything > > > in the diff between 15.0.1 and 15.0.3. > > > > 15.0.1 also shows the problematic behavior with the file chooser dialog > > on my system. Just to be sure, I had a brief look at the diff between > > 15.0.1 and 15.0.3 (which is bigger than one would expect) but I didn't > > immediately spot a change that would be obviously responsible in there. > > So not sure what is going on. > > > > I now doubt it is really caused by a code change between 15.0.1 > > and 15.0.3. Rather, I think "something else" causes this behavior, > > and we were just lucky that the behavior was gone for a while. > > > > Not sure when I have time for this, but I plan to dig around in > > the diff between Tor Browser 15.0.3 and the corresponding > > Firefox version, and see if I can find out if there is > > a change that upstream made to Firefox that could be the cause. > > > > If someone is willing to help, that would be appreciated. Here are some > > pointers: > > $ git clone https://gitlab.torproject.org/tpo/applications/tor-browser.git # Warning, big repository > > $ git log|shortlog|diff FIREFOX_140_6_0esr_BUILD1..tor-browser-140.6.0esr-15.0-1-build5 > > > > If people have other ideas for where to look, that would be appreciated > > too. > > > > Caspar > > The file-chooser window problem has been persistent for some time now. > [...] As it happens, I just committed a fix. A user who goes by c2qd identified the issue and proposed a fix. So it should finally be fixed now. Caspar

Re: New: sdl12-compat - SDL1 reimplentation layered on top of SDL2

På søndag 9. august 2026 kl. 05:43, skrev Thomas Frohwein <tfrohwein@fastmail.com>: > On Sat, 08 Aug 2026 06:00:03 +0000 > yaydn@protonmail.com wrote: > > > In Makefile there is the line: > > > > MODCMAKE_LDFLAGS = > > > > Is that supposed to be blank? > > That was my bad. Thought I would add something there but didn't need to > and forgot I had started the line. It's inert this way anyway, so > doesn't affect the end product, but I have removed this line for future > versions. > Makes sense, just making sure. > The @conflict marker seems the right thing. It should only block if you > have sdl installed. Was that the case? Since the files collide > otherwise, and sdl12-compat should replace sdl when ready, the > @conflict seemed like the right thing to include. > > Thanks for testing. Good to know that VLC has an issue on your build. > Will give that a try soon to see if that segfault is reproducible. > I concur, the @conflict marker is probably correct. I just couldn't get the package to 'make package' without removing it from PLIST for whatever reason. Thought it was strange and should note it. This was indeed after I uninstalled sdl(1) and dependencies. Back at you, thanks for this update as I think it makes sense in terms of security and probable ease of maintenance. Maybe we'll be lucky and the problem with vlc won't be reproducible, hence an applicable merge into ports as is. I'd prefer it to be bumbling on my part than any actual issue. :D Please let me know how it goes with vlc. PS: Do you intend to hold on sdl2-compat(sdl2 compatibility layer that uses sdl3)[1] until sdl2 no longer gets updates? Assuming sdl12-compat is the path OpenBSD goes with for sdl1 going forward. [1] https://archlinux.org/packages/extra/x86_64/sdl2-compat/