=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tanked-0.90nb3 cd server && /opt/pkg/bin/bmake cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c main.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c socket.c socket.c:201:63: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getpeername(playerSock[pl], (struct sockaddr *) &sin, &length) < 0) { ^~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ socket.c:606:17: warning: variable 'me' set but not used [-Wunused-but-set-variable] player *p, *me; ^ socket.c:2047:66: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] newsock = accept(listenSock, (struct sockaddr *) &naddr, &len); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:700:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ socket.c:2102:70: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] newsock = accept(playerListSock, (struct sockaddr *) &naddr, &len); ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:700:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ socket.c:1972:9: warning: variable 'st' set but not used [-Wunused-but-set-variable] int st, newsock, len, i; ^ socket.c:2214:57: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(udpSock, (struct sockaddr *) &addr, &len) < 0) { ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ socket.c:2238:57: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (getsockname(udpSock, (struct sockaddr *) &addr, &len) < 0) { ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ 7 warnings generated. cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c data.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c map.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c newplayer.c newplayer.c:216:55: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if (!(getpeername(sock, (struct sockaddr *) &sin, &len))) { ^~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ 1 warning generated. cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c tick.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c sintab.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c log.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c motd.c motd.c:52:21: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration] GLO_motd[i][strlen(GLO_motd[i]) - 1] = 0; ^ motd.c:52:21: note: include the header or explicitly provide a declaration for 'strlen' 1 warning generated. cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c life.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c commands.c commands.c:92:5: warning: implicit declaration of function 'database_save' is invalid in C99 [-Wimplicit-function-declaration] database_save(i); ^ commands.c:94:5: warning: implicit declaration of function 'database_load' is invalid in C99 [-Wimplicit-function-declaration] database_load(i); ^ 2 warnings generated. cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -c database.c cc -g -Wall -DLIFE -DLIFEFREQ=300 -DTANKDIR=\"/opt/pkg/share/tanked\" -I../common -o tankedserv main.o socket.o data.o map.o newplayer.o tick.o sintab.o log.o motd.o life.o commands.o database.o -lc -lm cd client && xmkmf -a && /opt/pkg/bin/bmake imake -DUseInstalled -I/opt/pkg/lib/X11/config imake: executing: /opt/pkg/bin/tradcpp -I. -D__aarch64__ -traditional -D__APPLE__ -D__DARWIN__ -debuglog .imake.cpplog -DUseInstalled -I/opt/pkg/lib/X11/config -DBuildHtmlManPages=NO .imake.start.c make Makefiles making Makefiles in libsprite... imake: executing: /opt/pkg/bin/tradcpp -I. -D__aarch64__ -traditional -D__APPLE__ -D__DARWIN__ -debuglog .imake.cpplog -DUseInstalled -I/opt/pkg/lib/X11/config -Wundef -DTOPDIR=.. -DCURDIR=libsprite -DBuildHtmlManPages=NO .imake.start.c In file included from .imake.start.c:14:2: /opt/pkg/lib/X11/config/Imake.tmpl:1075:16: Warning: value of undefined symbol LinuxBinUtilsMajorVersion is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:382:13: Warning: value of undefined symbol XF86Server is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:783:10: Warning: value of undefined symbol HasCThreads is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:3864:18: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4081:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4102:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4124:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4142:13: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4163:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4215:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4234:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4306:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4336:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4352:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 In file included from .imake.start.c:14:2: In file included from /opt/pkg/lib/X11/config/Imake.tmpl:2133:2: /opt/pkg/lib/X11/config/X11.tmpl:4423:12: Warning: value of undefined symbol UseInstalledOnCrossCompile is 0 make includes make depend makedepend -- -I/opt/pkg/include DarwinMachineDefines -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/usr/include/X11 -I./libsprite -I../common -DUSE_MAKEDEPEND -- `echo main.o data.o images.o sintab.o socket.o message.o playerwin.o motd.o redraw.o input.o outfit.o dash.o option.o defaults.o | sed -e 's/\.o/.c/g'` makedepend: warning: cannot open "DarwinMachineDefines" makedepend: warning: main.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: main.c, line 5: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: main.c, line 6: cannot find include file "unistd.h" not in /opt/pkg/include/unistd.h not in /usr/include/X11/unistd.h not in ./libsprite/unistd.h not in ../common/unistd.h not in /usr/include/unistd.h makedepend: warning: main.c, line 7: cannot find include file "sys/time.h" not in /opt/pkg/include/sys/time.h not in /usr/include/X11/sys/time.h not in ./libsprite/sys/time.h not in ../common/sys/time.h not in /usr/include/sys/time.h makedepend: warning: main.c, line 8: cannot find include file "math.h" not in /opt/pkg/include/math.h not in /usr/include/X11/math.h not in ./libsprite/math.h not in ../common/math.h not in /usr/include/math.h makedepend: warning: main.c, line 9: cannot find include file "pwd.h" not in /opt/pkg/include/pwd.h not in /usr/include/X11/pwd.h not in ./libsprite/pwd.h not in ../common/pwd.h not in /usr/include/pwd.h makedepend: warning: main.c, line 10: cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: main.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: main.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: data.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: data.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: images.c, line 4: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: images.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: images.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: socket.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: socket.c, line 5: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: socket.c, line 6: cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: socket.c, line 7: cannot find include file "sys/socket.h" not in /opt/pkg/include/sys/socket.h not in /usr/include/X11/sys/socket.h not in ./libsprite/sys/socket.h not in ../common/sys/socket.h not in /usr/include/sys/socket.h makedepend: warning: socket.c, line 8: cannot find include file "sys/time.h" not in /opt/pkg/include/sys/time.h not in /usr/include/X11/sys/time.h not in ./libsprite/sys/time.h not in ../common/sys/time.h not in /usr/include/sys/time.h makedepend: warning: socket.c, line 9: cannot find include file "netinet/in.h" not in /opt/pkg/include/netinet/in.h not in /usr/include/X11/netinet/in.h not in ./libsprite/netinet/in.h not in ../common/netinet/in.h not in /usr/include/netinet/in.h makedepend: warning: socket.c, line 10: cannot find include file "arpa/inet.h" not in /opt/pkg/include/arpa/inet.h not in /usr/include/X11/arpa/inet.h not in ./libsprite/arpa/inet.h not in ../common/arpa/inet.h not in /usr/include/arpa/inet.h makedepend: warning: socket.c, line 11: cannot find include file "netdb.h" not in /opt/pkg/include/netdb.h not in /usr/include/X11/netdb.h not in ./libsprite/netdb.h not in ../common/netdb.h not in /usr/include/netdb.h makedepend: warning: socket.c, line 12: cannot find include file "sys/errno.h" not in /opt/pkg/include/sys/errno.h not in /usr/include/X11/sys/errno.h not in ./libsprite/sys/errno.h not in ../common/sys/errno.h not in /usr/include/sys/errno.h makedepend: warning: socket.c, line 13: cannot find include file "sys/ioctl.h" not in /opt/pkg/include/sys/ioctl.h not in /usr/include/X11/sys/ioctl.h not in ./libsprite/sys/ioctl.h not in ../common/sys/ioctl.h not in /usr/include/sys/ioctl.h makedepend: warning: socket.c, line 14: cannot find include file "sys/file.h" not in /opt/pkg/include/sys/file.h not in /usr/include/X11/sys/file.h not in ./libsprite/sys/file.h not in ../common/sys/file.h not in /usr/include/sys/file.h makedepend: warning: socket.c, line 15: cannot find include file "signal.h" not in /opt/pkg/include/signal.h not in /usr/include/X11/signal.h not in ./libsprite/signal.h not in ../common/signal.h not in /usr/include/signal.h makedepend: warning: socket.c, line 16: cannot find include file "sys/wait.h" not in /opt/pkg/include/sys/wait.h not in /usr/include/X11/sys/wait.h not in ./libsprite/sys/wait.h not in ../common/sys/wait.h not in /usr/include/sys/wait.h makedepend: warning: socket.c, line 17: cannot find include file "sys/stat.h" not in /opt/pkg/include/sys/stat.h not in /usr/include/X11/sys/stat.h not in ./libsprite/sys/stat.h not in ../common/sys/stat.h not in /usr/include/sys/stat.h makedepend: warning: socket.c, line 18: cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/X11/string.h not in ./libsprite/string.h not in ../common/string.h not in /usr/include/string.h makedepend: warning: socket.c, line 19: cannot find include file "unistd.h" not in /opt/pkg/include/unistd.h not in /usr/include/X11/unistd.h not in ./libsprite/unistd.h not in ../common/unistd.h not in /usr/include/unistd.h makedepend: warning: socket.c, line 20: cannot find include file "errno.h" not in /opt/pkg/include/errno.h not in /usr/include/X11/errno.h not in ./libsprite/errno.h not in ../common/errno.h not in /usr/include/errno.h makedepend: warning: socket.c, line 21: cannot find include file "time.h" not in /opt/pkg/include/time.h not in /usr/include/X11/time.h not in ./libsprite/time.h not in ../common/time.h not in /usr/include/time.h makedepend: warning: message.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: message.c, line 5: cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/X11/string.h not in ./libsprite/string.h not in ../common/string.h not in /usr/include/string.h makedepend: warning: message.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: message.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: playerwin.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: motd.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: motd.c, line 5: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: motd.c, line 6: cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/X11/string.h not in ./libsprite/string.h not in ../common/string.h not in /usr/include/string.h makedepend: warning: motd.c, line 7: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/X11/ctype.h not in ./libsprite/ctype.h not in ../common/ctype.h not in /usr/include/ctype.h makedepend: warning: redraw.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: redraw.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: redraw.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: input.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: input.c, line 5: cannot find include file "math.h" not in /opt/pkg/include/math.h not in /usr/include/X11/math.h not in ./libsprite/math.h not in ../common/math.h not in /usr/include/math.h makedepend: warning: input.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: input.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: outfit.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: outfit.c, line 5: cannot find include file "math.h" not in /opt/pkg/include/math.h not in /usr/include/X11/math.h not in ./libsprite/math.h not in ../common/math.h not in /usr/include/math.h makedepend: warning: outfit.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: outfit.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: dash.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: dash.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: dash.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: option.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: option.c, line 5: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: option.c, line 6: cannot find include file "ctype.h" not in /opt/pkg/include/ctype.h not in /usr/include/X11/ctype.h not in ./libsprite/ctype.h not in ../common/ctype.h not in /usr/include/ctype.h makedepend: warning: option.c (reading /opt/pkg/include/X11/Xlib.h, line 38): cannot find include file "sys/types.h" not in /opt/pkg/include/sys/types.h not in /usr/include/X11/sys/types.h not in ./libsprite/sys/types.h not in ../common/sys/types.h not in /usr/include/sys/types.h makedepend: warning: option.c (reading /opt/pkg/include/X11/Xlib.h, line 51): cannot find include file "stddef.h" not in /opt/pkg/include/stddef.h not in /usr/include/X11/stddef.h not in ./libsprite/stddef.h not in ../common/stddef.h not in /usr/include/stddef.h makedepend: warning: defaults.c, line 4: cannot find include file "stdio.h" not in /opt/pkg/include/stdio.h not in /usr/include/X11/stdio.h not in ./libsprite/stdio.h not in ../common/stdio.h not in /usr/include/stdio.h makedepend: warning: defaults.c, line 5: cannot find include file "stdlib.h" not in /opt/pkg/include/stdlib.h not in /usr/include/X11/stdlib.h not in ./libsprite/stdlib.h not in ../common/stdlib.h not in /usr/include/stdlib.h makedepend: warning: defaults.c, line 6: cannot find include file "string.h" not in /opt/pkg/include/string.h not in /usr/include/X11/string.h not in ./libsprite/string.h not in ../common/string.h not in /usr/include/string.h making all in ./libsprite... rm -f border.o gcc -c -O -Wall -Wpointer-arith -no-cpp-precomp -I/usr/include/X11 -I/opt/pkg/include DarwinMachineDefines -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/usr/include/X11 border.c clang: error: no such file or directory: 'DarwinMachineDefines' *** Error code 1 Stop. bmake[2]: stopped in /Users/pbulk/build/games/tanked/work/tanked-0.90/client/libsprite *** Error code 1 Stop. bmake[1]: stopped in /Users/pbulk/build/games/tanked/work/tanked-0.90/client *** Error code 1 Stop. bmake: stopped in /Users/pbulk/build/games/tanked/work/tanked-0.90 *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/tanked *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/games/tanked