=> Bootstrap dependency digest>=20010302: found digest-20190127
WARNING: [license.mk] Every package should define a LICENSE.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for torsmo-0.18nb3
--- netbsd.o ---
--- ./stamp-h.in ---
--- netbsd.o ---
clang -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2  -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2 -Wall -I/usr/pkg/include -I/usr/pkg/include -D_REENTRANT -I/usr/pkg/include/freetype2 -I/usr/pkg/include/uuid  -Wall -W -c netbsd.c
--- ./stamp-h.in ---
cd . && autoheader
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.in'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
--- netbsd.o ---
netbsd.c:105:36: warning: incompatible pointer types passing 'int *' to parameter of type 'size_t *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
    if ((sysctl(mib, 2, &boottime, &size, NULL, 0) != -1) 
                                   ^~~~~
/usr/include/sys/sysctl.h:1172:48: note: passing argument to parameter here
int     sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
                                                   ^
netbsd.c:156:13: warning: missing field 'n_type' initializer [-Wmissing-field-initializers]
        { "_ifnet" },
                   ^
netbsd.c:157:9: warning: missing field 'n_type' initializer [-Wmissing-field-initializers]
        { NULL },
               ^
netbsd.c:198:12: error: no member named 'if_ibytes' in 'struct ifnet'
        if (ifnet.if_ibytes < ns->last_read_recv)
            ~~~~~ ^
netbsd.c:200:9: error: no member named 'if_ibytes' in 'struct ifnet'
                ifnet.if_ibytes;
                ~~~~~ ^
netbsd.c:202:25: error: no member named 'if_ibytes' in 'struct ifnet'
            ns->recv += (ifnet.if_ibytes - ns->last_read_recv);
                         ~~~~~ ^
netbsd.c:204:29: error: no member named 'if_ibytes' in 'struct ifnet'
        ns->last_read_recv = ifnet.if_ibytes;
                             ~~~~~ ^
netbsd.c:206:12: error: no member named 'if_obytes' in 'struct ifnet'
        if (ifnet.if_obytes < ns->last_read_trans)
            ~~~~~ ^
netbsd.c:208:9: error: no member named 'if_obytes' in 'struct ifnet'
                ifnet.if_obytes;
                ~~~~~ ^
netbsd.c:210:26: error: no member named 'if_obytes' in 'struct ifnet'
            ns->trans += (ifnet.if_obytes - ns->last_read_trans);
                          ~~~~~ ^
netbsd.c:212:30: error: no member named 'if_obytes' in 'struct ifnet'
        ns->last_read_trans = ifnet.if_obytes;
                              ~~~~~ ^
netbsd.c:214:21: error: no member named 'if_ibytes' in 'struct ifnet'
        ns->recv += (ifnet.if_ibytes - ns->last_read_recv);
                     ~~~~~ ^
netbsd.c:215:30: error: no member named 'if_ibytes' in 'struct ifnet'
        ns->last_read_recv  = ifnet.if_ibytes;
                              ~~~~~ ^
netbsd.c:216:22: error: no member named 'if_obytes' in 'struct ifnet'
        ns->trans += (ifnet.if_obytes - ns->last_read_trans);
                      ~~~~~ ^
netbsd.c:217:30: error: no member named 'if_obytes' in 'struct ifnet'
        ns->last_read_trans = ifnet.if_obytes;
                              ~~~~~ ^
3 warnings and 12 errors generated.
*** [netbsd.o] Error code 1

make: stopped in /data/scratch/sysutils/torsmo/work/torsmo-0.18
1 error

make: stopped in /data/scratch/sysutils/torsmo/work/torsmo-0.18
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/sysutils/torsmo
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/sysutils/torsmo
