=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for sendfile-2.1bnb2 cd src; make cc -O2 -march=i586 -DUNKNOWN -c sendfile.c cc -O2 -march=i586 -DUNKNOWN -c message.c cc -O2 -march=i586 -DUNKNOWN -c utf7.c cc -O2 -march=i586 -DUNKNOWN -c pstring.c cc -O2 -march=i586 -DUNKNOWN -c string.c cc -O2 -march=i586 -DUNKNOWN -c io.c cc -O2 -march=i586 -DUNKNOWN -c net.c cc -O2 -march=i586 -DUNKNOWN -c address.c cc -O2 -march=i586 -DUNKNOWN -c spool.c cc -Wl,-R/usr/pkg/lib sendfile.o message.o utf7.o pstring.o string.o io.o net.o address.o spool.o -o sendfile cc -O2 -march=i586 -DUNKNOWN -c sendmsg.c cc -O2 -march=i586 -DUNKNOWN -c getline.c cc -Wl,-R/usr/pkg/lib sendmsg.o message.o utf7.o pstring.o string.o io.o net.o address.o getline.o -o sendmsg cc -O2 -march=i586 -DUNKNOWN -c receive.c cc -O2 -march=i586 -DUNKNOWN -c getdate.c cc -O2 -march=i586 -DUNKNOWN -c lock.c cc -Wl,-R/usr/pkg/lib receive.o message.o utf7.o pstring.o string.o io.o spool.o getdate.o getline.o lock.o -o receive cc -O2 -march=i586 -DUNKNOWN -c sendfiled.c sendfiled.c:2597:26: error: no member named 'ut_user' in 'struct utmp' strncpy(user,uinfo.ut_user,8); ~~~~~ ^ sendfiled.c:2598:17: error: no member named 'ut_type' in 'struct utmp'; did you mean 'ut_time'? if (uinfo.ut_type==USER_PROCESS && str_eq(recipient,user)) { ^~~~~~~ ut_time /usr/include/utmp.h:60:9: note: 'ut_time' declared here time_t ut_time; ^ sendfiled.c:2598:26: error: use of undeclared identifier 'USER_PROCESS' if (uinfo.ut_type==USER_PROCESS && str_eq(recipient,user)) { ^ 3 errors generated. *** Error code 1 Stop. make: stopped in /usr/pkgsrc/work/net/sendfile/work/sendfile-2.1b/src *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/sendfile/work/sendfile-2.1b *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/sendfile *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/sendfile