From: Stuart Henderson Subject: Re: UPDATE sysutils/sleuthkit and take MAINTAINER To: Sebastian Reitenbach Cc: ports Date: Wed, 18 Feb 2026 21:17:27 +0000 On 2026/02/18 21:23, Sebastian Reitenbach wrote: > Hi, > > > > On Wed, Feb 18, 2026 at 3:23 PM Stuart Henderson wrote: > > : +VERSION=             4.14.0 > : +GH_ACCOUNT=          sleuthkit > : +GH_PROJECT=          sleuthkit > : +GH_TAGNAME=          sleuthkit-${VERSION} > : +DISTNAME=            sleuthkit-${VERSION} > ... > : -SITES =      https://github.com/sleuthkit/sleuthkit/releases/download/${DISTNAME}/ > > They are still providing proper uploaded tarballs at > https://github.com/sleuthkit/sleuthkit/releases/download/, please don't > switch to the autogenerated git-archive files with GH_* > > > > I switched to the tarball as advised.  > It seems, at least since 4.13.0 the tsk_lvm.hpp file is not included :/ > I took it from the source, to let it build again. > > updated version attached, hope that's OK now? oh what a pain! yes that's a reasonable workaround. : VERSION= 4.14.0 : DISTNAME= sleuthkit-${VERSION} VERSION isn't needed, please just set DISTNAME= sleuthkit-4.14.0 ok sthen