From: Thomas Frohwein Subject: Re: New: archivers/py-zstd - dependency for py-steam To: Stuart Henderson Cc: ports@openbsd.org Date: Wed, 27 Aug 2025 17:46:36 -0400 On Wed, 27 Aug 2025 21:17:58 +0100 Stuart Henderson wrote: > On 2025/08/27 16:02, Thomas Frohwein wrote: > > Hi, > > > > Pretty straightforward pypi port of py-zstd which I would need to > > update py-steam and fix (some) broken downloads from Steam. For > > example, without this, downloading Cattle Country with steamctl > > (which calls py3-steam) fails because it doesn't know what to do > > with the format. With py-zstd and an update to py3-steam, that > > problem is fixed. > > > > ok? > > I'd prefer to use the ports libzstd, hopefully that will also increase > the chances of pkg_add -u updating what's needed when libc/libpthread > are bumped: > > WANTLIB = zstd > > LIB_DEPENDS = archivers/zstd > CFLAGS += -I${LOCALBASE}/include > MAKE_ENV = ZSTD_EXTERNAL=true > > ok Awesome, that makes this a lot better. I committed it, thanks!