=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for wminet-1.2nb1 gcc -c -O2 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include main.c -o main.o gcc -c -O2 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include if.c -o if.o if.c: In function 'addIfData': if.c:124:25: error: 'const struct ifnet' has no member named 'if_ibytes' 124 | ptr->rcvLast = theData->if_ibytes; | ^~ if.c:125:25: error: 'const struct ifnet' has no member named 'if_obytes' 125 | ptr->xmtLast = theData->if_obytes; | ^~ if.c: In function 'ifSample': if.c:385:27: error: 'const struct ifnet' has no member named 'if_obytes' 385 | d->xmt[d->current] = ptr->if_obytes - d->xmtLast; | ^~ if.c:386:19: error: 'const struct ifnet' has no member named 'if_obytes' 386 | d->xmtLast = ptr->if_obytes; | ^~ if.c:390:27: error: 'const struct ifnet' has no member named 'if_ibytes' 390 | d->rcv[d->current] = ptr->if_ibytes - d->rcvLast; | ^~ if.c:391:19: error: 'const struct ifnet' has no member named 'if_ibytes' 391 | d->rcvLast = ptr->if_ibytes; | ^~ *** Error code 1 Stop. make: stopped in /shared/pkgsrc/net/wminet/work/wmnet-1.2 *** Error code 1 Stop. make[1]: stopped in /shared/pkgsrc/net/wminet *** Error code 1 Stop. make: stopped in /shared/pkgsrc/net/wminet