WARNING: [license.mk] Every package should define a LICENSE. ===> Building for root-tail-0.0.10nb3 clang -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -I/opt/pkg/include -c root-tail.c root-tail.c:547:54: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &width, &listlen); ^~~~~~ /Users/pbulk/build/misc/root-tail/work/.buildlink/include/X11/Xlib.h:2871:37: note: passing argument to parameter here unsigned int* /* width_return */, ^ root-tail.c:547:62: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &width, &listlen); ^~~~~~~~ /Users/pbulk/build/misc/root-tail/work/.buildlink/include/X11/Xlib.h:2873:1: note: passing argument to parameter here ); ^ root-tail.c:629:4: warning: array index 255 is past the end of the array (which contains 255 elements) [-Warray-bounds] e->fname[255] = '\0'; /* just in case */ ^ ~~~ root-tail.c:49:5: note: array 'fname' declared here char fname[255]; /* name of file */ ^ root-tail.c:631:4: warning: array index 255 is past the end of the array (which contains 255 elements) [-Warray-bounds] e->desc[255] = '\0'; /* just in case */ ^ ~~~ root-tail.c:50:5: note: array 'desc' declared here char desc[255]; /* alternative description */ ^ 4 warnings generated. rm -f root-tail._man if test -z "" ; then cd `dirname root-tail` && ln -s `basename root-tail.man` `basename root-tail._man`; else /usr/bin/cpp -undef -traditional -D__GNUC__ -D__apploaddir__=/opt/pkg/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\ /'` X.Org" < root-tail.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\/' >root-tail._man; fi rm -f root-tail clang -o root-tail -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -L/opt/pkg/lib -L/opt/pkg/lib root-tail.o -lXext -lX11