Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: New: archivers/py-zstd - dependency for py-steam
To:
Thomas Frohwein <tfrohwein@fastmail.com>
Cc:
ports@openbsd.org
Date:
Wed, 27 Aug 2025 21:17:58 +0100

Download raw body.

Thread
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