===> Building for xmagv-1.11 rm -f xmagv._man if test -z "" ; then cd `dirname xmagv` && ln -s `basename xmagv.man` `basename xmagv._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" < xmagv.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/\@\@$/\/' >xmagv._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 -I/opt/pkg/include -c fblib.c fblib.c:103:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int GetFontmetric(fontname, str) ^ fblib.c:232:23: warning: call to undeclared library function 'malloc' with type 'void *(unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] img->data = (char *)malloc(img->bytes_per_line * fb_ysize); ^ fblib.c:232:23: note: include the header or explicitly provide a declaration for 'malloc' fblib.c:157:7: warning: unused variable 'i' [-Wunused-variable] int i, pad, format; ^ fblib.c:158:8: warning: unused variable 'fnt' [-Wunused-variable] Font fnt; ^ fblib.c:150:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int OpenWindow(argc, argv, wname) ^ fblib.c:274:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setevent(p) ^ fblib.c:281:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setkeyevent(p) ^ fblib.c:288:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setmouseevent(p) ^ fblib.c:294:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setredrawevent(p) ^ fblib.c:300:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setredraw2event(p) ^ fblib.c:306:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setresizeevent(p) ^ fblib.c:334:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int FB_redrawimage(x0, y0, xs, ys) ^ fblib.c:339:26: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((f = (*redraw_hook)(x0, y0, xs, ys)) < 0) ^ fblib.c:379:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return (*redraw_hook2)(x0, y0, xs, ys) < 0; ^ fblib.c:385:21: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((*resize_hook)(x, y, w, h)) ^ fblib.c:382:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void ResizeWindow(x,y,w,h) ^ fblib.c:403:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = (*press_hook)(f, x, y)) < 0) ^ fblib.c:397:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int mouse_button(f, x, y) ^ fblib.c:433:25: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = (*keybd_hook)(keybuf, &key)) < 0) ^ fblib.c:423:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int keyboard(e) ^ fblib.c:448:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((i = (*event_hook)(XEventsQueued(dsp, QueuedAfterFlush))) < 0) ^ fblib.c:479:22: warning: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XKeyEvent *' [-Wincompatible-pointer-types] fin = keyboard(&e); ^~ fblib.c:490:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int FB_libinit(fbname) ^ fblib.c:511:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int FB_open(argc, argv, wname) ^ fblib.c:530:3: warning: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] free(fb_xcolf); ^ fblib.c:530:3: note: include the header or explicitly provide a declaration for 'free' fblib.c:535:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_disp(mode) ^ fblib.c:546:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_putline2(x, y, xs, p) ^ fblib.c:581:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int FB_alloccol(px, p) ^ fblib.c:600:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_freecol(px) ^ fblib.c:606:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_putline3(x, y, xs, p) ^ fblib.c:623:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FB_setmousecursor(f) ^ 31 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 -I/opt/pkg/include -c xmagv.c xmagv.c:173:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void usage(fp) ^ xmagv.c:201:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *getmyname(str) ^ xmagv.c:209:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *getdispname(str) ^ xmagv.c:228:36: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf(" header offset %3d\n", p->hdofs); ~~~ ^~~~~~~~ %3ld xmagv.c:222:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void disp_info(p) ^ xmagv.c:244:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int is_compressed_file(name) ^ xmagv.c:259:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FILE *open_mag_file(p, str) ^ xmagv.c:313:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ReadHeader(fp, p) ^ xmagv.c:372:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int CheckPixlen(p) ^ xmagv.c:386:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ReadColors(p) ^ xmagv.c:406:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int AllocColors_sub(p) ^ xmagv.c:449:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FreeColors_sub(p) ^ xmagv.c:465:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FreeColors(p) ^ xmagv.c:475:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void AllocColors(p) ^ xmagv.c:502:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int SeekMagFile(p, pos) ^ xmagv.c:523:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int ReadMagFile(p) ^ xmagv.c:559:17: warning: passing arguments to 'keyboard' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (keyboard(&e)) ^ xmagv.c:566:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void DumpColors(p) ^ xmagv.c:576:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] PreDumpPixels(p) ^ int xmagv.c:579:7: warning: unused variable 'r' [-Wunused-variable] int r; ^ xmagv.c:576:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PreDumpPixels(p) ^ xmagv.c:613:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] PostDumpPixels(p) ^ int xmagv.c:613:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:629:24: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm6(wp, x, y, xs, n, buf, pp) ^ xmagv.c:629:20: warning: parameter 'xs' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm6(wp, x, y, xs, n, buf, pp) ^ xmagv.c:629:17: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm6(wp, x, y, xs, n, buf, pp) ^ xmagv.c:629:14: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm6(wp, x, y, xs, n, buf, pp) ^ xmagv.c:629:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm6(wp, x, y, xs, n, buf, pp) ^ int xmagv.c:629:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:642:23: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm(wp, x, y, xs, n, buf, pp) ^ xmagv.c:642:19: warning: parameter 'xs' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm(wp, x, y, xs, n, buf, pp) ^ xmagv.c:642:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm(wp, x, y, xs, n, buf, pp) ^ xmagv.c:642:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm(wp, x, y, xs, n, buf, pp) ^ xmagv.c:642:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPpm(wp, x, y, xs, n, buf, pp) ^ int xmagv.c:645:10: warning: unused variable 'cnt' [-Wunused-variable] int i, cnt; ^ xmagv.c:642:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DumpPpm(wp, x, y, xs, n, buf, pp) ^ xmagv.c:666:23: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPix(wp, x, y, xs, n, buf, pp) ^ xmagv.c:666:19: warning: parameter 'xs' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPix(wp, x, y, xs, n, buf, pp) ^ xmagv.c:666:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPix(wp, x, y, xs, n, buf, pp) ^ xmagv.c:666:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPix(wp, x, y, xs, n, buf, pp) ^ xmagv.c:666:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPix(wp, x, y, xs, n, buf, pp) ^ int xmagv.c:669:10: warning: unused variable 'cnt' [-Wunused-variable] int i, cnt; ^ xmagv.c:666:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] DumpPix(wp, x, y, xs, n, buf, pp) ^ xmagv.c:690:23: warning: parameter 'n' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpBit(wp, x, y, xs, n, buf, pp) ^ xmagv.c:690:19: warning: parameter 'xs' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpBit(wp, x, y, xs, n, buf, pp) ^ xmagv.c:690:16: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpBit(wp, x, y, xs, n, buf, pp) ^ xmagv.c:690:13: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpBit(wp, x, y, xs, n, buf, pp) ^ xmagv.c:690:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpBit(wp, x, y, xs, n, buf, pp) ^ int xmagv.c:690:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:733:22: warning: parameter 'xs' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPixels(wp, x, y, xs, pp) ^ xmagv.c:733:19: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPixels(wp, x, y, xs, pp) ^ xmagv.c:733:16: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPixels(wp, x, y, xs, pp) ^ xmagv.c:733:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] DumpPixels(wp, x, y, xs, pp) ^ int xmagv.c:733:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:765:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int readpixel(p, px) ^ xmagv.c:781:36: warning: parameter 'f' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int DecodePixGroup(p, pbuf, y, x2, f) ^ xmagv.c:781:32: warning: parameter 'x2' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int DecodePixGroup(p, pbuf, y, x2, f) ^ xmagv.c:781:29: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int DecodePixGroup(p, pbuf, y, x2, f) ^ xmagv.c:781:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int DecodePixGroup(p, pbuf, y, x2, f) ^ xmagv.c:808:23: warning: unused variable 'flag' [-Wunused-variable] unsigned char a_bit,flag,*pf, *pp, *pa, *pb; ^ xmagv.c:808:34: warning: unused variable 'pp' [-Wunused-variable] unsigned char a_bit,flag,*pf, *pp, *pa, *pb; ^ xmagv.c:804:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int DecodeMag(p) ^ xmagv.c:860:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] AllocMemories(p) ^ int xmagv.c:860:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:874:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void FreeMemories(p) ^ xmagv.c:886:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void optstr(ac, av, opt) ^ xmagv.c:893:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] optnum(ac, av, n, max) ^ int xmagv.c:893:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:913:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void tilepixmap(src, dst, dstx, dsty) ^ xmagv.c:988:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] f_bit1(ac, av) ^ int xmagv.c:988:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:1076:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return ((FUNCPTR)(p->parm))(ac, av); ^ xmagv.c:1067:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ xmagv.c:1062:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int parse_option(ac, av) ^ xmagv.c:1102:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void default_onoff(str, f) ^ xmagv.c:1111:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void default_string(str, f) ^ xmagv.c:1170:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void Scroll(dx, dy) ^ xmagv.c:1215:7: warning: variable 'dx' set but not used [-Wunused-but-set-variable] int dx, dy; ^ xmagv.c:1212:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int mouseop(f, x, y) ^ xmagv.c:1243:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int scraccel(n) ^ xmagv.c:1253:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int mainevent(f) ^ xmagv.c:1287:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int keyop(p, sym) ^ xmagv.c:1398:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] disp_mag_file(path) ^ int xmagv.c:1398:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xmagv.c:1483:10: warning: unused variable 'ac' [-Wunused-variable] int i, ac; ^ xmagv.c:1484:10: warning: unused variable 'av' [-Wunused-variable] char **av; ^ xmagv.c:1480:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int main(argc, argv) ^ 87 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 -I/opt/pkg/include -c error.c In file included from error.c:8: ./error.h:18:19: error: initializer element is not a compile-time constant FILE *errstream = stderr; ^~~~~~ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/stdio.h:121:16: note: expanded from macro 'stderr' #define stderr __stderrp ^~~~~~~~~ 1 error generated. *** [error.o] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/graphics/xmagv/work/xmagv bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/graphics/xmagv/work/xmagv *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/xmagv *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/graphics/xmagv