=> 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 ---
--- main.o ---
gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include main.c -o main.o
--- if.o ---
gcc -c -O2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -I/usr/pkg/include if.c -o if.o
--- main.o ---
distcc[16972] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
--- if.o ---
distcc[2405] ERROR: nonblocking connect to 192.168.1.1:3748 failed: Connection refused
--- main.o ---
distcc[16972] Warning: failed to distribute main.c to 192.168.1.1:3748, running locally instead
--- if.o ---
distcc[2405] Warning: failed to distribute if.c to 192.168.1.1:3748, running locally instead
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;
      |                   ^~
distcc[2405] ERROR: compile if.c on localhost failed
*** [if.o] Error code 1

make: stopped in /tmp/pkgbuild/net/wminet/work.sparc/wmnet-1.2
1 error

make: stopped in /tmp/pkgbuild/net/wminet/work.sparc/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