On Tue, Aug 22, 2023 at 06:51:12PM +0200, Lorenz (xha) wrote: > hi, > > when trying to build sysutils/seatd, i am getting this error: > > ======== > lorenz@/usr/ports/sysutils/seatd % doas make build > ===> Building from scratch seatd-20230813p0 > > [...] > > ===> Checking files for seatd-20230813p0 > >> No size recorded for seatd-openbsd-20230813.tar.gz > ======== > > this is probably because of a wrong/old distinfo? i ran `make makesum` and > included the patch below, but i am not quite sure if this is correct. it > fixed the problem for me. > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/sysutils/seatd/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 distinfo > --- distinfo 13 Aug 2023 08:36:22 -0000 1.1.1.1 > +++ distinfo 22 Aug 2023 16:17:27 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (seatd-obsd.tar.gz) = ZkPab8XOEjTkLaDjaJB5MUa7ybsLGVvfu0w2NCZX+98= > -SIZE (seatd-obsd.tar.gz) = 39441 > +SHA256 (seatd-openbsd-20230813.tar.gz) = > mw/4GTTgnfi7E5yMIDxH6KqWeYsX+K3VsFxvftDW+9U= > +SIZE (seatd-openbsd-20230813.tar.gz) = 39459 >
Fixed. Sorry for this. -- Matthieu Herrb