WARNING: [license.mk] Every package should define a LICENSE. ===> Building for xcolorsel-1.1anb5 rm -f xcolorsel._man if test -z "" ; then cd `dirname xcolorsel` && ln -s `basename xcolorsel.man` `basename xcolorsel._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" < xcolorsel.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/\@\@$/\/' >xcolorsel._man; fi 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 -DHELPFILE=\"/opt/pkg/lib/X11/xcolorsel/Xcolorsel.help\" -I/opt/pkg/include -c RgbText.c RgbText.c:544:21: warning: unused variable 'ptn' [-Wunused-variable] register char *ptr,*ptn; ^ RgbText.c:548:7: warning: unused variable 'fd' [-Wunused-variable] FILE *fd; ^ RgbText.c:882:16: warning: unused variable 'requested' [-Wunused-variable] XtGeometryMask requested; ^ RgbText.c:1134:8: warning: unused variable 'mycolor' [-Wunused-variable] XColor mycolor; ^ 4 warnings generated. 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 -DHELPFILE=\"/opt/pkg/lib/X11/xcolorsel/Xcolorsel.help\" -I/opt/pkg/include -c RgbSink.c RgbSink.c:184:5: warning: unused variable 'tile' [-Wunused-variable] int tile,linum; ^ 1 warning generated. 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 -DHELPFILE=\"/opt/pkg/lib/X11/xcolorsel/Xcolorsel.help\" -I/opt/pkg/include -c RgbSrc.c 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 -DHELPFILE=\"/opt/pkg/lib/X11/xcolorsel/Xcolorsel.help\" -I/opt/pkg/include -c xcolorsel.c xcolorsel.c:255:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(int argc,char *argv[]) ^ xcolorsel.c:255:1: note: change return type to 'int' void main(int argc,char *argv[]) ^~~~ int xcolorsel.c:270:1: warning: '/*' within block comment [-Wcomment] /* Select normal fallbacks: */ ^ xcolorsel.c:761:17: warning: unused variable 'ptr' [-Wunused-variable] register String ptr,templ; ^ xcolorsel.c:761:21: warning: unused variable 'templ' [-Wunused-variable] register String ptr,templ; ^ xcolorsel.c:762:17: warning: unused variable 'needed' [-Wunused-variable] register size_t needed; ^ xcolorsel.c:763:5: warning: unused variable 'tmp' [-Wunused-variable] int tmp; ^ xcolorsel.c:764:9: warning: unused variable 'flag' [-Wunused-variable] Boolean flag; ^ xcolorsel.c:803:8: warning: unused variable 'ptr' [-Wunused-variable] String ptr; ^ 8 warnings generated. rm -f xcolorsel clang -o xcolorsel -pipe -Os -I/opt/pkg/include -Wall -Wpointer-arith -no-cpp-precomp -L/opt/pkg/lib -L/opt/pkg/lib RgbText.o RgbSink.o RgbSrc.o xcolorsel.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11 ld: warning: ignoring duplicate libraries: '-lICE', '-lSM', '-lX11', '-lXext', '-lXt'