=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for ssmping-0.9 cc -O2 -march=i586 -c ssmpngcl.c ssmpngcl.c:186:34: error: use of undeclared identifier 'IPV6_HOPLIMIT' if (setsockopt(s, IPPROTO_IPV6, IPV6_HOPLIMIT, (char *)&on, sizeof(on)) == -1) ^ ssmpngcl.c:323:30: error: use of undeclared identifier 'IPV6_HOPLIMIT' if (cmsgh->cmsg_type == IPV6_HOPLIMIT && cmsgh->cmsg_len >= MY_CMSG_LEN(sizeof(int))) ^ ssmpngcl.c:612:17: warning: implicit declaration of function 'if_nametoindex' is invalid in C99 [-Wimplicit-function-declaration] *intface = if_nametoindex(optarg); ^ ssmpngcl.c:848:9: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] diff.tv_sec * 1000 + diff.tv_usec / 1000, diff.tv_usec % 1000); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssmpngcl.c:848:51: warning: format specifies type 'long' but the argument has type 'int' [-Wformat] diff.tv_sec * 1000 + diff.tv_usec / 1000, diff.tv_usec % 1000); ^~~~~~~~~~~~~~~~~~~ ssmpngcl.c:895:58: warning: format specifies type 'long' but the argument has type 'long long' [-Wformat] printf("%d packets transmitted, time %ld ms\n", seq, diff.tv_sec * 1000 + diff.tv_usec / 1000); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %lld 4 warnings and 2 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/ssmping/work/ssmping-0.9 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/ssmping *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/ssmping