=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/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 pptp.c:350:23: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations] if (!debug && daemon(0, 0) != 0) { ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:292:6: note: 'daemon' has been explicitly marked deprecated here int daemon(int, int) __DARWIN_1050(daemon) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_5, __IPHONE_2_0, __IPHONE_2_0, "Use posix_spawn APIs instead.") __WATCHOS_PROHIBITED __TVOS_PROHIBITED; ^ 1 warning generated. gcc -Wall -O0 -g -c pptp_gre.c pptp_gre.c:203:53: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if(getsockopt(fd, IPPROTO_IP, IP_MTU, &optval, &optlen) < 0) ^~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:708:76: note: passing argument to parameter here int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ 1 warning generated. gcc -Wall -O0 -g -c ppp_fcs.c gcc -Wall -O0 -g -c pptp_ctrl.c pptp_ctrl.c:364:17: warning: passing 'u_int8_t [64]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] strncpy(packet.phone_num, phonenr, sizeof(packet.phone_num)); ^~~~~~~~~~~~~~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/secure/_string.h:128:28: note: expanded from macro 'strncpy' __builtin___strncpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^~~~ 1 warning generated. 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:198:67: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((s = accept(unix_sock, (struct sockaddr *) &from, &len)) < 0) { ^~~~ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:700:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ 1 warning generated. 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