Index | Thread | Search

From:
landry@openbsd.org
Subject:
Re: update www/librewolf to 151.0.4-1
To:
Leah Rowe <info@minifree.org>
Cc:
ports@openbsd.org
Date:
Fri, 12 Jun 2026 05:26:33 +0200

Download raw body.

Thread
Le Thu, Jun 11, 2026 at 11:37:57PM +0100, Leah Rowe a écrit :
> 
> Hello everyone
> 
> I have updated the patch, per previous advice. I used update-plist and
> update-patches this time; I forgot to do this before.
> 
> It should be OK now. What do you think of the new one? (i've attached it to
> this email)

thanks, i've commited it. The patch as is is perfectly ok, but to
minimize friction, it's preferred to switch to CVS diffs, because with
such git diffs, one needs to think about using patch -p3. Of course, we
can do that, but we're used to apply CVS diffs, and that minimizes
cognitive overhead on the commiter's side :)

you don't have to checkout the complete repo, in mystuff/ i only have
checkouts of some selected ports i do commits on, eg 'cvs co
ports/www/librewolf && mv ports/www mystuff/' - apply your git diffs
there, learn to do the cvs rm/add dance for removed/new files, and just
run cvs diff. cvs might be seen as more primitive than git, but that's
what the project uses..

As for the Extra: WANTLIB it's been here since a while from www/mozilla
and i havent been bothered enough to remove it there.

Landry