WARNING: [license.mk] Every package should define a LICENSE. ===> Building for queryperf-2.1 clang -pipe -Os -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_GETHOSTBYNAME2=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_SA_LEN=1 -c queryperf.c queryperf.c:367:7: warning: implicit declaration of function 'is_uint' is invalid in C99 [-Wimplicit-function-declaration] if ((is_uint(new_port, &uint_val)) != TRUE) ^ queryperf.c:1297:30: error: use of undeclared identifier 'PACKETSZ' static u_char packet_buffer[PACKETSZ + 1]; ^ queryperf.c:1299:19: error: use of undeclared identifier 'PACKETSZ' int buffer_len = PACKETSZ; ^ queryperf.c:1304:27: error: use of undeclared identifier 'QUERY' buffer_len = res_mkquery(QUERY, dom, C_IN, qt, NULL, 0, ^ queryperf.c:1304:39: error: use of undeclared identifier 'C_IN' buffer_len = res_mkquery(QUERY, dom, C_IN, qt, NULL, 0, ^ queryperf.c:1305:27: error: use of undeclared identifier 'PACKETSZ' NULL, packet_buffer, PACKETSZ); ^ queryperf.c:1313:31: error: use of undeclared identifier 'PACKETSZ' if (buffer_len + EDNSLEN >= PACKETSZ) { ^ queryperf.c:1483:16: error: use of undeclared identifier 'NOERROR' if (rcode == NOERROR || rcode == NXDOMAIN) ^ queryperf.c:1483:36: error: use of undeclared identifier 'NXDOMAIN' if (rcode == NOERROR || rcode == NXDOMAIN) ^ queryperf.c:1511:21: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] 0, from_addr, &addr_len)) == -1) { ^~~~~~~~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/socket.h:716:27: note: passing argument to parameter here socklen_t * __restrict) __DARWIN_ALIAS_C(recvfrom); ^ queryperf.c:1622:11: warning: format specifies type 'unsigned int' but the argument has type 'long' [-Wformat] s - status); ^~~~~~~~~~ 3 warnings and 8 errors generated. *** [queryperf.o] Error code 1 bmake: stopped making "queryperf" in /Users/pbulk/build/net/queryperf/work/queryperf-nominum-2.1 bmake: 1 error bmake: stopped making "queryperf" in /Users/pbulk/build/net/queryperf/work/queryperf-nominum-2.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/queryperf *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/queryperf