=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 portsentry-1.2 --- netbsd --- SYSTYPE=netbsd Making gcc -O -Wall -DBSD44 -o ./portsentry ./portsentry.c ./portsentry_io.c ./portsentry_util.c ./portsentry.c: In function 'PortSentryModeTCP': ./portsentry.c:1187:8: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] &length); ^ In file included from ./portsentry.h:39:0, from ./portsentry.c:20: /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); ^~~~~~ ./portsentry.c: In function 'PortSentryModeUDP': ./portsentry.c:1384:39: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] (struct sockaddr *) &client, &length) < 0) ^ In file included from ./portsentry.h:39:0, from ./portsentry.c:20: /usr/include/sys/socket.h:632:9: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' ssize_t recvfrom(int, void *__restrict, size_t, int, ^~~~~~~~ ./portsentry_io.c: In function 'ConfigTokenRetrieve': ./portsentry_io.c:321:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((strstr (buffer, token) != (char) NULL) && ^ ./portsentry_io.c:321:36: warning: comparison between pointer and integer if ((strstr (buffer, token) != (char) NULL) && ^~ ./portsentry_io.c:324:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (strstr (buffer, "\"") == (char) NULL) ^ ./portsentry_io.c:324:31: warning: comparison between pointer and integer if (strstr (buffer, "\"") == (char) NULL) ^~ ./portsentry_io.c: In function 'IsBlocked': ./portsentry_io.c:670:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if((ipOffset = strstr(buffer, target)) != (char) NULL) ^ ./portsentry_io.c:670:41: warning: comparison between pointer and integer if((ipOffset = strstr(buffer, target)) != (char) NULL) ^~ ./portsentry_io.c: In function 'SubstString': ./portsentry_io.c:727:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (strstr (target, find) == (char) NULL) ^ ./portsentry_io.c:727:30: warning: comparison between pointer and integer if (strstr (target, find) == (char) NULL) ^~