=> Bootstrap dependency digest>=20010302: found digest-20210928 ===> 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 ssmtp-2.64nb4 gcc -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DSSMTPCONFDIR=\"/usr/pkg/etc/ssmtp\" -DCONFIGURATION_FILE=\"/usr/pkg/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/usr/pkg/etc/ssmtp/revaliases\" -O2 -Wl,-R/usr/lib -L/usr/lib -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o ssmtp.o ssmtp.c gcc -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DSSMTPCONFDIR=\"/usr/pkg/etc/ssmtp\" -DCONFIGURATION_FILE=\"/usr/pkg/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/usr/pkg/etc/ssmtp/revaliases\" -O2 -Wl,-R/usr/lib -L/usr/lib -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o arpadate.o arpadate.c gcc -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DSSMTPCONFDIR=\"/usr/pkg/etc/ssmtp\" -DCONFIGURATION_FILE=\"/usr/pkg/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/usr/pkg/etc/ssmtp/revaliases\" -O2 -Wl,-R/usr/lib -L/usr/lib -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o base64.o base64.c gcc -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DSSMTPCONFDIR=\"/usr/pkg/etc/ssmtp\" -DCONFIGURATION_FILE=\"/usr/pkg/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/usr/pkg/etc/ssmtp/revaliases\" -O2 -Wl,-R/usr/lib -L/usr/lib -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/include -c -o xgethostname.o xgethostname.c ssmtp.c:60:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *auth_user = (char)NULL; ^ ssmtp.c:60:19: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:61:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *auth_pass = (char)NULL; ^ ssmtp.c:61:19: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:62:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *auth_method = (char)NULL; /* Mechanism for SMTP authentication */ ^ ssmtp.c:62:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:63:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *mail_domain = (char)NULL; ^ ssmtp.c:63:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:64:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *from = (char)NULL; /* Use this as the From: address */ ^ ssmtp.c:64:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:67:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *minus_f = (char)NULL; ^ ssmtp.c:67:17: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:68:17: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *minus_F = (char)NULL; ^ ssmtp.c:68:17: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:70:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *prog = (char)NULL; ^ ssmtp.c:70:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:73:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *uad = (char)NULL; ^ ssmtp.c:73:13: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c:74:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char *config_file = (char)NULL; /* alternate configuration file */ ^ ssmtp.c:74:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion] ssmtp.c: In function 'strip_post_ws': ssmtp.c:266:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *p = (char)NULL; ^ ssmtp.c: In function 'addr_parse': ssmtp.c:292:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *p = (char)NULL; ^ ssmtp.c:315:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c: In function 'standardise': ssmtp.c:368:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *p = (char)NULL; ^ ssmtp.c: In function 'revaliases': ssmtp.c:389:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *p = (char)NULL; ^ ssmtp.c: In function 'rcpt_save': ssmtp.c:524:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if(*str == (char)NULL) { ^ ssmtp.c: In function 'rcpt_parse': ssmtp.c:581:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if(*(q + 1) == (char)NULL) { ^ ssmtp.c:589:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c: In function 'header_save': ssmtp.c:681:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if(*(p + 6) == (char)NULL) { ^ ssmtp.c: In function 'header_parse': ssmtp.c:746:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] char l = (char)NULL; ^ ssmtp.c:781:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c:783:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c:814:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c:816:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *q = (char)NULL; ^ ssmtp.c: In function 'read_config': ssmtp.c:881:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *p = (char)NULL; ^ ssmtp.c: In function 'smtp_open': ssmtp.c:1130:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] meth=SSLv23_client_method(); ^ ssmtp.c: In function 'fd_gets': ssmtp.c:1315:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] buf[i] = (char)NULL; ^ ssmtp.c: In function 'parse_options': ssmtp.c:1742:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while(argv[i][++j] != (char)NULL) { ^ gcc -o ssmtp ssmtp.o arpadate.o base64.o xgethostname.o -lssl -lcrypto -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_GETHOSTNAME=1 -DHAVE_SOCKET=1 -DHAVE_STRDUP=1 -DHAVE_STRSTR=1 -DREWRITE_DOMAIN=1 -DHAVE_SSL=1 -DINET6=1 -DSSMTPCONFDIR=\"/usr/pkg/etc/ssmtp\" -DCONFIGURATION_FILE=\"/usr/pkg/etc/ssmtp/ssmtp.conf\" -DREVALIASES_FILE=\"/usr/pkg/etc/ssmtp/revaliases\" -O2 -Wl,-R/usr/lib -L/usr/lib -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include