WARNING: [license.mk] Every package should define a LICENSE. ===> Building for larswm-7.5.3nb1 clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c main.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c event.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c manage.c manage.c:487:10: warning: cast to smaller integer type 'int' from 'char *' [-Wpointer-to-int-cast] return (int) x; ^~~~~~~ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c buttons.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c client.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c error.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c tiling.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c prefs.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c keys.c keys.c:329:7: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] k = XKeycodeToKeysym (dpy, e->keycode, 0); ^ /Users/pbulk/build/wm/larswm/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /Users/pbulk/build/wm/larswm/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c mouse.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c bar.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c larsremote.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c larsclock.c clang -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -D__aarch64__ -D__DARWIN__ -DNO_ALLOCA -DCSRG_BASED -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -I/opt/pkg/include -c larsmenu.c larsmenu.c:150:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void memory (); ^ larsmenu.c:201:1: note: conflicting prototype is here memory (char *s) ^ larsmenu.c:151:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int args (); ^ larsmenu.c:210:1: note: conflicting prototype is here args (int argc, char **argv) ^ larsmenu.c:214:47: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if (argc == 0 || argv == NULL || argv[0] == '\0') ^~~~ (void *)0 larsmenu.c:147:36: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void usage (), run_menu (), spawn (), ask_wm_for_delete (); ^ larsmenu.c:494:1: note: conflicting prototype is here spawn (char *com) ^ larsmenu.c:148:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void reap (), set_wm_hints (); ^ larsmenu.c:533:1: note: conflicting prototype is here reap (int s) ^ larsmenu.c:577:16: warning: passing arguments to 'set_wm_hints' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_wm_hints (wide, dy); ^ larsmenu.c:644:10: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] key = XKeycodeToKeysym (dpy, ev.xkey.keycode, 0); ^ /Users/pbulk/build/wm/larswm/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /Users/pbulk/build/wm/larswm/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ larsmenu.c:702:11: warning: passing arguments to 'redraw' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redraw (cur, high, wide); ^ larsmenu.c:719:16: warning: passing arguments to 'teleportmenu' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] teleportmenu (i, wide, high); ^ larsmenu.c:721:13: warning: passing arguments to 'warpmouse' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] warpmouse (i, wide, high); ^ larsmenu.c:724:11: warning: passing arguments to 'redraw' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redraw (cur = i, high, wide); ^ larsmenu.c:729:11: warning: passing arguments to 'redraw' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redraw (cur, high, wide); ^ larsmenu.c:148:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void reap (), set_wm_hints (); ^ larsmenu.c:745:1: note: conflicting prototype is here set_wm_hints (int wide, int high) ^ larsmenu.c:149:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); ^ larsmenu.c:839:1: note: conflicting prototype is here redraw (int cur, int high, int wide) ^ larsmenu.c:149:24: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); ^ larsmenu.c:856:1: note: conflicting prototype is here teleportmenu (int cur, int wide, int high) ^ larsmenu.c:149:41: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); ^ larsmenu.c:869:1: note: conflicting prototype is here warpmouse (int cur, int wide, int high) ^ 16 warnings generated. rm -f larswm._man if test -z "" ; then cd `dirname larswm` && ln -s `basename larswm.man` `basename larswm._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" < larswm.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/\@\@$/\/' >larswm._man; fi rm -f larsremote._man if test -z "" ; then cd `dirname larsremote` && ln -s `basename larsremote.man` `basename larsremote._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" < larsremote.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/\@\@$/\/' >larsremote._man; fi rm -f larsclock._man if test -z "" ; then cd `dirname larsclock` && ln -s `basename larsclock.man` `basename larsclock._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" < larsclock.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/\@\@$/\/' >larsclock._man; fi rm -f larsmenu._man if test -z "" ; then cd `dirname larsmenu` && ln -s `basename larsmenu.man` `basename larsmenu._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" < larsmenu.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/\@\@$/\/' >larsmenu._man; fi rm -f larswm clang -o larswm -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -L/opt/pkg/lib -L/opt/pkg/lib main.o event.o manage.o buttons.o client.o error.o tiling.o prefs.o keys.o mouse.o bar.o -lXext -lX11 rm -f larsremote clang -o larsremote -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -L/opt/pkg/lib -L/opt/pkg/lib larsremote.o -lXext -lX11 rm -f larsclock clang -o larsclock -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -L/opt/pkg/lib -L/opt/pkg/lib larsclock.o -lXext -lX11 rm -f larsmenu clang -o larsmenu -pipe -Os -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -L/opt/pkg/lib -L/opt/pkg/lib larsmenu.o -lXext -lX11 -lXmu -lXt -lSM -lICE -lXext -lX11 ld: warning: ignoring duplicate libraries: '-lX11', '-lXext'