=> 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
--- main.o ---
--- if.o ---
--- wmgeneral.o ---
--- if.o ---
gcc -c -O2 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include if.c -o if.o
--- wmgeneral.o ---
gcc -c -O2 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include wmgeneral.c -o wmgeneral.o
--- main.o ---
gcc -c -O2 -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include main.c -o main.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;
      |                   ^~
*** [if.o] Error code 1

make: stopped in /pbulk/work/net/wminet/work/wmnet-1.2
1 error

make: stopped in /pbulk/work/net/wminet/work/wmnet-1.2
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/net/wminet
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/net/wminet