>>> Building on exopi-5 under x11/x2x BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/x2x:x2x-1.27.tar.gz] FULLPKGNAME = x2x-1.27p6 (Junk lock obtained for exopi-5 at 1764444166.73) >>> Running depends in x11/x2x at 1764444166.77 last junk was in mail/exim,-eximon /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 >>> Running show-prepare-results in x11/x2x at 1764444168.41 ===> x11/x2x ===> Building from scratch x2x-1.27p6 ===> x2x-1.27p6 depends on: imake-* -> imake-1.0.10 ===> x2x-1.27p6 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: X11 Xau Xdmcp Xext Xtst c ===> found X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xtst.11.0 c.102.2 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-5 at 1764444169.19) distfiles size=16776 >>> Running build in x11/x2x at 1764444169.24 ===> x11/x2x ===> Checking files for x2x-1.27p6 `/exopi-cvs/ports/distfiles/x2x-1.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for x2x-1.27p6 ===> Patching for x2x-1.27p6 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Various fixes including -north/-south support. | From Debian's x2x_1.27-8 patch. | |--- Imakefile.orig Wed Aug 20 18:14:52 1997 |+++ Imakefile Fri Oct 11 01:34:09 2013 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-x2x_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Fix display of usage line. |- Various fixes including -north/-south support. | From Debian's x2x_1.27-8 patch. | |--- x2x.1.orig Wed Aug 20 18:14:51 1997 |+++ x2x.1 Mon Nov 21 14:46:52 2011 -------------------------- Patching file x2x.1 using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 17. Hunk #3 succeeded at 55. Hunk #4 succeeded at 78. Hunk #5 succeeded at 93. Hunk #6 succeeded at 133. Hunk #7 succeeded at 152. done ===> Applying OpenBSD patch patch-x2x_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Various fixes including -north/-south support. | From Debian's x2x_1.27-8 patch. | |--- x2x.c.orig Wed Aug 20 18:14:52 1997 |+++ x2x.c Mon Nov 21 14:57:27 2011 -------------------------- Patching file x2x.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 37. Hunk #3 succeeded at 108. Hunk #4 succeeded at 132. Hunk #5 succeeded at 160. Hunk #6 succeeded at 180. Hunk #7 succeeded at 220. Hunk #8 succeeded at 235. Hunk #9 succeeded at 256. Hunk #10 succeeded at 329. Hunk #11 succeeded at 363. Hunk #12 succeeded at 401. Hunk #13 succeeded at 449. Hunk #14 succeeded at 513. Hunk #15 succeeded at 523. Hunk #16 succeeded at 570. Hunk #17 succeeded at 594. Hunk #18 succeeded at 604. Hunk #19 succeeded at 616. Hunk #20 succeeded at 635. Hunk #21 succeeded at 649. Hunk #22 succeeded at 726. Hunk #23 succeeded at 796. Hunk #24 succeeded at 825. Hunk #25 succeeded at 885. Hunk #26 succeeded at 1038. Hunk #27 succeeded at 1075. Hunk #28 succeeded at 1091. Hunk #29 succeeded at 1124. Hunk #30 succeeded at 1145. Hunk #31 succeeded at 1171. Hunk #32 succeeded at 1183. Hunk #33 succeeded at 1263. Hunk #34 succeeded at 1300. Hunk #35 succeeded at 1338. Hunk #36 succeeded at 1346. Hunk #37 succeeded at 1364. Hunk #38 succeeded at 1434. Hunk #39 succeeded at 1658. Hunk #40 succeeded at 1692. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for x2x-1.27p6 ===> Configuring for x2x-1.27p6 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -- lawyerese.c x2x.c > .depend ===> Building for x2x-1.27p6 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -c lawyerese.c cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -c x2x.c x2x.c:250:19: warning: passing arguments to 'ParseCommandLine' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 250 | ParseCommandLine(argc, argv); | ^ x2x.c:280:45: warning: passing arguments to 'OpenAndCheckDisplay' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 280 | if (!(pShadow->dpy = OpenAndCheckDisplay(pShadow->name))) | ^ x2x.c:284:8: warning: passing arguments to 'DoX2X' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 284 | DoX2X(fromDpy, shadows->dpy); | ^ x2x.c:310:26: warning: passing arguments to 'CheckTestExtension' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 310 | if (!CheckTestExtension(openDpy)) { | ^ x2x.c:294:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | static Display *OpenAndCheckDisplay(name) | ^ x2x.c:81:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 81 | static Display *OpenAndCheckDisplay(); | ^ x2x.c:498:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 498 | printf(lawyerese); | ^~~~~~~~~ x2x.c:498:14: note: treat the string as an argument to avoid this 498 | printf(lawyerese); | ^ | "%s", x2x.c:323:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 323 | static void ParseCommandLine(argc, argv) | ^ x2x.c:80:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 80 | static void ParseCommandLine(); | ^ x2x.c:535:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 535 | static Bool CheckTestExtension(dpy) | ^ x2x.c:82:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 82 | static Bool CheckTestExtension(); | ^ x2x.c:563:14: warning: passing arguments to 'InitDpyInfo' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 563 | InitDpyInfo(&dpyInfo); | ^ x2x.c:564:24: warning: passing arguments to 'RegisterEventHandlers' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 564 | RegisterEventHandlers(&dpyInfo); | ^ x2x.c:574:23: warning: passing arguments to 'ProcessEvent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 574 | if (ProcessEvent(fromDpy, &dpyInfo)) /* done! */ | ^ x2x.c:578:23: warning: passing arguments to 'ProcessEvent' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 578 | if (ProcessEvent(toDpy, &dpyInfo)) /* done! */ | ^ x2x.c:550:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 550 | static void DoX2X(fromDpy, toDpy) | ^ x2x.c:83:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 83 | static void DoX2X(); | ^ x2x.c:860:24: warning: passing arguments to 'RefreshPointerMapping' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 860 | RefreshPointerMapping(toDpy, pDpyInfo); | ^ x2x.c:593:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 593 | static void InitDpyInfo(pDpyInfo) | ^ x2x.c:84:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 84 | static void InitDpyInfo(); | ^ x2x.c:907:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 907 | static void DoConnect(pDpyInfo) | ^ x2x.c:85:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 85 | static void DoConnect(); | ^ x2x.c:955:17: warning: passing arguments to 'FakeThingsUp' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 955 | FakeThingsUp(pDpyInfo); | ^ x2x.c:929:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 929 | static void DoDisconnect(pDpyInfo) | ^ x2x.c:86:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 86 | static void DoDisconnect(); | ^ x2x.c:958:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 958 | static void RegisterEventHandlers(pDpyInfo) | ^ x2x.c:87:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 87 | static void RegisterEventHandlers(); | ^ x2x.c:1017:23: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1017 | return ((*handler)(dpy, pDpyInfo, &ev)); | ^ x2x.c:1002:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1002 | static Bool ProcessEvent(dpy, pDpyInfo) | ^ x2x.c:88:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static Bool ProcessEvent(); | ^ x2x.c:1029:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1029 | static Bool ProcessMotionNotify(unused, pDpyInfo, pEv) | ^ x2x.c:89:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 89 | static Bool ProcessMotionNotify(); | ^ x2x.c:1121:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1121 | static Bool ProcessExpose(dpy, pDpyInfo, pEv) | ^ x2x.c:90:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 90 | static Bool ProcessExpose(); | ^ x2x.c:1137:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1137 | static Bool ProcessEnterNotify(dpy, pDpyInfo, pEv) | ^ x2x.c:91:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 91 | static Bool ProcessEnterNotify(); | ^ x2x.c:1225:13: warning: passing arguments to 'FakeAction' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1225 | FakeAction(pDpyInfo, FAKE_BUTTON, toButton, True); | ^ x2x.c:1166:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1166 | static Bool ProcessButtonPress(dpy, pDpyInfo, pEv) | ^ x2x.c:92:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 92 | static Bool ProcessButtonPress(); | ^ x2x.c:1279:13: warning: passing arguments to 'FakeAction' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1279 | FakeAction(pDpyInfo, FAKE_BUTTON, toButton, False); | ^ x2x.c:1254:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1254 | static Bool ProcessButtonRelease(dpy, pDpyInfo, pEv) | ^ x2x.c:93:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 93 | static Bool ProcessButtonRelease(); | ^ x2x.c:1332:12: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 1332 | keysym = XKeycodeToKeysym(pDpyInfo->fromDpy, pEv->keycode, 0); | ^ /usr/X11R6/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here 1682 | _X_DEPRECATED | ^ /usr/X11R6/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' 136 | # define _X_DEPRECATED __attribute__((deprecated)) | ^ x2x.c:1355:17: warning: passing arguments to 'FakeAction' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1355 | FakeAction(pDpyInfo, FAKE_KEY, keysym, bPress); | ^ x2x.c:1321:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1321 | static Bool ProcessKeyEvent(dpy, pDpyInfo, pEv) | ^ x2x.c:94:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 94 | static Bool ProcessKeyEvent(); | ^ x2x.c:1362:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1362 | static Bool ProcessConfigureNotify(dpy, pDpyInfo, pEv) | ^ x2x.c:95:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 95 | static Bool ProcessConfigureNotify(); | ^ x2x.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1376 | static Bool ProcessClientMessage(dpy, pDpyInfo, pEv) | ^ x2x.c:96:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 96 | static Bool ProcessClientMessage(); | ^ x2x.c:1405:24: warning: passing arguments to 'SendSelectionNotify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1405 | SendSelectionNotify(pEv); /* blam! */ | ^ x2x.c:1408:13: warning: passing arguments to 'SendPing' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1408 | SendPing(otherDpy, GETDPYXTRA(otherDpy, pDpyInfo)); /* get started */ | ^ x2x.c:1412:26: warning: passing arguments to 'SendSelectionNotify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1412 | SendSelectionNotify(&(pDpyInfo->sEv)); /* blam! */ | ^ x2x.c:1387:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1387 | static Bool ProcessSelectionRequest(dpy, pDpyInfo, pEv) | ^ x2x.c:97:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 97 | static Bool ProcessSelectionRequest(); | ^ x2x.c:1421:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1421 | static void SendPing(dpy, pDpyXtra) | ^ x2x.c:98:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 98 | static void SendPing(); | ^ x2x.c:1432:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1432 | static Bool ProcessPropertyNotify(dpy, pDpyInfo, pEv) | ^ x2x.c:99:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 99 | static Bool ProcessPropertyNotify(); | ^ x2x.c:1512:26: warning: passing arguments to 'SendSelectionNotify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1512 | SendSelectionNotify(pSelReq); | ^ x2x.c:1515:26: warning: passing arguments to 'SendSelectionNotify' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1515 | SendSelectionNotify(pSelReq); | ^ x2x.c:1463:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1463 | static Bool ProcessSelectionNotify(dpy, pDpyInfo, pEv) | ^ x2x.c:100:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 100 | static Bool ProcessSelectionNotify(); | ^ x2x.c:1523:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1523 | static void SendSelectionNotify(pSelReq) | ^ x2x.c:101:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 101 | static void SendSelectionNotify(); | ^ x2x.c:1540:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1540 | static Bool ProcessSelectionClear(dpy, pDpyInfo, pEv) | ^ x2x.c:102:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 102 | static Bool ProcessSelectionClear(); | ^ x2x.c:1573:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1573 | static Bool ProcessVisibility(dpy, pDpyInfo, pEv) | ^ x2x.c:103:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 103 | static Bool ProcessVisibility(); | ^ x2x.c:1606:26: warning: passing arguments to 'RefreshPointerMapping' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1606 | RefreshPointerMapping(dpy, pDpyInfo); | ^ x2x.c:1591:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1591 | static Bool ProcessMapping(dpy, pDpyInfo, pEv) | ^ x2x.c:104:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 104 | static Bool ProcessMapping(); | ^ x2x.c:1614:34: warning: parameter 'type' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 1614 | static void FakeAction(pDpyInfo, type, thing, bDown) | ^ 1615 | PDPYINFO pDpyInfo; 1616 | unsigned int thing; 1617 | Bool bDown; 1618 | { x2x.c:1614:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1614 | static void FakeAction(pDpyInfo, type, thing, bDown) | ^ x2x.c:106:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 106 | static void FakeAction(); | ^ x2x.c:1647:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1647 | static void FakeThingsUp(pDpyInfo) | ^ x2x.c:105:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 105 | static void FakeThingsUp(); | ^ x2x.c:1689:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1689 | static void RefreshPointerMapping(dpy, pDpyInfo) | ^ x2x.c:107:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 107 | static void RefreshPointerMapping(); | ^ 79 warnings generated. rm -f x2x cc -o x2x -O2 -L/usr/X11R6/lib -L/usr/local/lib lawyerese.o x2x.o -lXtst -lXext -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib ld: warning: x2x.c(x2x.o:(main)): warning: strcat() is almost always misused, please use strlcat() rm -f x2x._man if test -z "" ; then cd `dirname x2x` && ln -s `basename x2x.man` `basename x2x._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/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" < x2x.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/\@\@$/\\/' >x2x._man; fi >>> Running package in x11/x2x at 1764444171.10 ===> x11/x2x ===> Faking installation for x2x-1.27p6 install -c x2x /exopi-obj/pobj/x2x-1.27/fake-amd64/usr/local/bin/x2x install in . done install -c -m 0444 x2x._man /exopi-obj/pobj/x2x-1.27/fake-amd64/usr/local/man/man1/x2x.1 install.man in . done ===> Building package for x2x-1.27p6 Create /exopi-cvs/ports/packages/amd64/all/x2x-1.27p6.tgz Creating package x2x-1.27p6 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|***************************************************** | 83% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/x2x-1.27p6.tgz >>> Running clean in x11/x2x at 1764444173.32 ===> x11/x2x ===> Cleaning for x2x-1.27p6 >>> Ended at 1764444173.65 max_stuck=1.52/depends=1.62/show-prepare-results=0.84/build=1.87/package=2.12/clean=0.46