From: Slava Voronzoff Subject: Re: [update] lang/gravity to 0.9.0 and adding "static" flavor To: ports@openbsd.org, benoit@openbsd.org, stu@spacehopper.org Date: Mon, 23 Feb 2026 02:19:48 +0300 сб, 21 февр. 2026 г. в 22:09, Stuart Henderson : > > On 2026/02/21 19:25, Slava Voronzoff wrote: > > Do you mind also to look in -static flavor part of my patch? This > > little gravity thingy really neat to drop in cgi-bin of chroot and > > start hacking some little scripts. > > you still need to copy it into /var/www, so why not copy libc/libm > across as well? (easily scripted, and then you don't end up with a copy > of the file that doesn't get updated when the libraries change in base) > Hm, interesting idea, but isn't lib update on current will rebuild package? About bin+lib copy instead of just bin - yeah, while (thanks to "no deps") there is not much to copy it is I guess more a matter of taste. I just prefer solo binary as it is more tidy.