=> Bootstrap dependency digest>=20010302: found digest-20211023 ===> 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 pptp-1.7.1nb1 echo "/* text added by Makefile target config.h */" > config.h echo "#define PPTP_LINUX_VERSION \"1.7.1\"" >> config.h echo "#define PPPD_BINARY \"/usr/sbin/pppd\"" >> config.h gcc -Wall -O0 -g -c pptp.c gcc -Wall -O0 -g -c pptp_gre.c pptp_gre.c: In function 'decaps_hdlc': pptp_gre.c:203:53: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if(getsockopt(fd, IPPROTO_IP, IP_MTU, &optval, &optlen) < 0) ^ In file included from /usr/include/netinet6/in6.h:73:0, from /usr/include/netinet/in.h:372, from pptp_gre.c:9: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ gcc -Wall -O0 -g -c ppp_fcs.c gcc -Wall -O0 -g -c pptp_ctrl.c pptp_ctrl.c: In function 'pptp_call_open': pptp_ctrl.c:364:17: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(packet.phone_num, phonenr, sizeof(packet.phone_num)); ^~~~~~ In file included from pptp_ctrl.c:16:0: /usr/include/string.h:64:7: note: expected 'char * restrict' but argument is of type 'u_int8_t * {aka unsigned char *}' char *strncpy(char * __restrict, const char * __restrict, size_t); ^~~~~~~ gcc -Wall -O0 -g -c dirutil.c gcc -Wall -O0 -g -c vector.c gcc -Wall -O0 -g -c inststr.c gcc -Wall -O0 -g -c util.c gcc -Wall -O0 -g -c version.c gcc -Wall -O0 -g -c pptp_quirks.c gcc -Wall -O0 -g -c orckit_quirks.c gcc -Wall -O0 -g -c pqueue.c gcc -Wall -O0 -g -c pptp_callmgr.c pptp_callmgr.c: In function 'callmgr_main': pptp_callmgr.c:198:67: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] if ((s = accept(unix_sock, (struct sockaddr *) &from, &len)) < 0) { ^ In file included from pptp_callmgr.c:11:0: /usr/include/sys/socket.h:620:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o inststr.o util.o version.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o -lutil