>>> Building on exopi-2 under productivity/xquote BDEPENDS = [x11/motif;devel/imake;devel/imake-cf;x11/xbae] DIST = [productivity/xquote:xquote-2.6.10.tar.gz] FULLPKGNAME = xquote-2.6.10p10 RDEPENDS = [x11/xbae;x11/motif] (Junk lock obtained for exopi-2 at 1764975905.68) >>> Running depends in productivity/xquote at 1764975905.73 last junk was in net/yggdrasil-go /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 motif-2.3.8p2 xbae-4.60.4p19 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 motif-2.3.8p2 xbae-4.60.4p19 /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 motif-2.3.8p2 xbae-4.60.4p19 >>> Running show-prepare-results in productivity/xquote at 1764975908.70 ===> productivity/xquote ===> Building from scratch xquote-2.6.10p10 ===> xquote-2.6.10p10 depends on: imake-* -> imake-1.0.10 ===> xquote-2.6.10p10 depends on: imake-cf-* -> imake-cf-1.0.8 ===> xquote-2.6.10p10 depends on: xbae-* -> xbae-4.60.4p19 ===> xquote-2.6.10p10 depends on: motif-* -> motif-2.3.8p2 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m Xbae Xm ===> found ICE.12.0 SM.9.0 X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.102.2 m.10.1 Xbae.4.60 Xm.6.1 imake-1.0.10 imake-cf-1.0.8 motif-2.3.8p2 xbae-4.60.4p19 (Junk lock released for exopi-2 at 1764975909.67) distfiles size=106006 >>> Running build in productivity/xquote at 1764975909.73 ===> productivity/xquote ===> Checking files for xquote-2.6.10p10 `/exopi-cvs/ports/distfiles/xquote-2.6.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xquote-2.6.10p10 ===> Patching for xquote-2.6.10p10 ===> Applying OpenBSD patch patch-color_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- color.c.orig Sat May 1 21:57:42 2004 |+++ color.c Fri Mar 30 18:29:27 2007 -------------------------- Patching file color.c using Plan A... Hunk #1 succeeded at 34. done ===> Applying OpenBSD patch patch-color_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: color.h |--- color.h.orig |+++ color.h -------------------------- Patching file color.h using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 53. done ===> Applying OpenBSD patch patch-pixmap_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- pixmap.c.orig Sat May 1 21:57:42 2004 |+++ pixmap.c Fri Mar 30 18:29:27 2007 -------------------------- Patching file pixmap.c using Plan A... Hunk #1 succeeded at 39. done ===> Applying OpenBSD patch patch-pixmap_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: pixmap.h |--- pixmap.h.orig |+++ pixmap.h -------------------------- Patching file pixmap.h using Plan A... Hunk #1 succeeded at 34. done ===> Applying OpenBSD patch patch-pixnamePXq_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: pixnamePXq.h |--- pixnamePXq.h.orig |+++ pixnamePXq.h -------------------------- Patching file pixnamePXq.h using Plan A... Hunk #1 succeeded at 33. 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 xquote-2.6.10p10 ===> Configuring for xquote-2.6.10p10 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -- about.c color.c fileXq.c help.c optdetail.c option.c optnet.c opttick.c optupdate.c parse.c pixmap.c remoteXq.c server.c session.c sessionXi.c status.c tape.c util.c view.c xquote.c xutil.c > .depend ===> Building for xquote-2.6.10p10 cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c about.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c color.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c fileXq.c fileXq.c:102:17: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 102 | int menu_pos = (int)client; | ^~~~~~~~~~~ fileXq.c:121:3: warning: call to undeclared function 'workNet'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 121 | workNet(7); | ^ fileXq.c:209:3: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 209 | exit (0); | ^ fileXq.c:209:3: note: include the header or explicitly provide a declaration for 'exit' 3 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c help.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c optdetail.c optdetail.c:195:10: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 195 | switch ((int)menu_pos) { | ^~~~~~~~~~~~~ optdetail.c:248:5: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 248 | (int)menu_pos, CurrentRow); | ^~~~~~~~~~~~~ optdetail.c:514:3: warning: call to undeclared function 'write_lastupdate_line'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 514 | write_lastupdate_line(line); | ^ optdetail.c:618:10: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 618 | switch ((int)which) { | ^~~~~~~~~~ optdetail.c:718:5: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 718 | (XtPointer)num); | ^~~~~~~~~~~~~~ optdetail.c:821:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 821 | int ix = (int)client; /* This is the line number in the menu */ | ^~~~~~~~~~~ optdetail.c:836:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 836 | int ix = (int)client; /* This is the line number in the menu */ | ^~~~~~~~~~~ optdetail.c:889:61: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 889 | XtAddCallback(w, XmNactivateCallback, TickerTypeOptionCB, (XtPointer)i); | ^~~~~~~~~~~~ optdetail.c:918:60: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 918 | XtAddCallback(w, XmNactivateCallback, WebServerOptionCB, (XtPointer)i); | ^~~~~~~~~~~~ optdetail.c:1032:3: warning: call to undeclared function 'tickSetName'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 1032 | tickSetName(cbp->row, cbp->value); | ^ 10 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c option.c option.c:244:17: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 244 | fileCB (w, (XtPointer)menu_pos, call_data); | ^~~~~~~~~~~~~~~~~~~ option.c:247:26: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 247 | case 12: aboutCB (w, (XtPointer)menu_pos, call_data); | ^~~~~~~~~~~~~~~~~~~ option.c:250:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 250 | case 13: helpCB (w, (XtPointer)menu_pos, call_data); | ^~~~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c optnet.c optnet.c:113:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 113 | } else if (p = strchr(price, ',')) { /* Europe */ | ~~^~~~~~~~~~~~~~~~~~~~ optnet.c:113:15: note: place parentheses around the assignment to silence this warning 113 | } else if (p = strchr(price, ',')) { /* Europe */ | ^ | ( ) optnet.c:113:15: note: use '==' to turn this assignment into an equality comparison 113 | } else if (p = strchr(price, ',')) { /* Europe */ | ^ | == optnet.c:193:36: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] 193 | sprintf ( buf, "GET http://%.*s%s%s HTTP/1.0\r\n" | ~~^~ 194 | "Host: %s\r\n" 195 | "User-Agent: Xquote/2.0\r\n" 196 | "Accept: */*\r\n" 197 | "\r\n", 198 | insert-url, url, | ~~~~~~~~~~ optnet.c:203:29: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] 203 | sprintf ( buf, "GET %.*s%s%s HTTP/1.0\r\n" | ~~^~ 204 | "Host: %s\r\n" 205 | "User-Agent: Xquote/2.0\r\n" 206 | "Accept: */*\r\n" 207 | "\r\n", 208 | insert-nohost, nohost, | ~~~~~~~~~~~~~ optnet.c:457:7: warning: call to undeclared function 'set_current_time'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 457 | set_current_time(); | ^ optnet.c:490:60: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] 490 | sprintf ( errmsg, "%s: re-read limit reached on %d %.*s", | ~~^~ 491 | (command!=WORK_NEWS) ? tickGetName(i):"Xquote News", 492 | code, end-start, start); | ~~~~~~~~~ optnet.c:522:35: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] 522 | sprintf ( errmsg, "%s: %d %.*s", | ~~^~ 523 | (command!=WORK_NEWS) ? tickGetName(i):"Xquote News", 524 | code, end-start, start); | ~~~~~~~~~ optnet.c:626:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 626 | switch ((int) which) { | ^~~~~~~~~~~ optnet.c:808:55: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 808 | (XtCallbackProc) procNet, (XtPointer)num ); | ^~~~~~~~~~~~~~ 8 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c opttick.c opttick.c:116:4: warning: cast to smaller integer type 'unsigned int' from 'char *' [-Wpointer-to-int-cast] 116 | (unsigned int)item, serv, type); | ^~~~~~~~~~~~~~~~~~ opttick.c:294:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 294 | tickSetName(int which, char *name) | ^ | int opttick.c:310:1: warning: non-void function does not return a value [-Wreturn-type] 310 | } | ^ opttick.c:319:60: warning: address of array 'tickTable[which]->detail->values' will always evaluate to 'true' [-Wpointer-bool-conversion] 319 | if (tickTable[which]->detail && tickTable[which]->detail->values) | ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ opttick.c:554:16: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 554 | int otherW = (int)client_data; | ^~~~~~~~~~~~~~~~ opttick.c:608:7: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 608 | if ((int)client_data != curType) { | ^~~~~~~~~~~~~~~~ opttick.c:609:15: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 609 | curType = (int)client_data; | ^~~~~~~~~~~~~~~~ opttick.c:618:7: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 618 | if ((int)client_data != curServer) { | ^~~~~~~~~~~~~~~~ opttick.c:621:17: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 621 | curServer = (int)client_data; | ^~~~~~~~~~~~~~~~ opttick.c:653:63: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 653 | XtAddCallback (button, XmNactivateCallback, tickTypeCB, (XtPointer)i); | ^~~~~~~~~~~~ opttick.c:660:65: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 660 | XtAddCallback (button, XmNactivateCallback, tickServerCB, (XtPointer)i); | ^~~~~~~~~~~~ opttick.c:799:56: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 799 | (XtCallbackProc) procTick, (XtPointer)num); | ^~~~~~~~~~~~~~ 12 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c optupdate.c optupdate.c:174:14: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 174 | int item = (int) client_data; | ^~~~~~~~~~~~~~~~~ optupdate.c:310:4: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 310 | (XtPointer) command); | ^~~~~~~~~~~~~~~~~~~ optupdate.c:381:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 381 | switch ((int)which) { | ^~~~~~~~~~ optupdate.c:627:49: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 627 | (XtCallbackProc) procUpdate, (XtPointer)num ); | ^~~~~~~~~~~~~~ 4 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c parse.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c pixmap.c pixmap.c:452:46: warning: missing sentinel in function call [-Wsentinel] 452 | XtVaGetValues( parent, XmNbackground, &bg, 0 ); | ^ | , NULL /usr/X11R6/include/X11/Intrinsic.h:1621:13: note: function has been explicitly marked sentinel here 1621 | extern void XtVaGetValues( | ^ 1622 | Widget /* widget */, 1623 | ... 1624 | ) _X_SENTINEL(0); | ~~~~~~~~~~~~~~ pixmap.c:556:48: warning: missing sentinel in function call [-Wsentinel] 556 | XtVaGetValues(parent, XmNbackground, &bg, 0 ); | ^ | , NULL /usr/X11R6/include/X11/Intrinsic.h:1621:13: note: function has been explicitly marked sentinel here 1621 | extern void XtVaGetValues( | ^ 1622 | Widget /* widget */, 1623 | ... 1624 | ) _X_SENTINEL(0); | ~~~~~~~~~~~~~~ 2 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c remoteXq.c In file included from remoteXq.c:58: ./vroot.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | VirtualRootWindowOfScreen(screen) | ^ 1 warning generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c server.c server.c:133:36: warning: comparison of array 'serv_data[serv]->types[type]->values' equal to a null pointer is always false [-Wtautological-pointer-compare] 133 | if (serv_data[serv]->types[type]->values == 0) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ ~ server.c:434:15: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 434 | int server = (int)menu_pos; | ^~~~~~~~~~~~~ 2 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c session.c session.c:173:47: warning: 'sizeof (kill_options)' will return the size of the pointer, not the array itself [-Wsizeof-pointer-div] 173 | XrmParseCommand ( &database, kill_options, XtNumber(kill_options), | ^~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:118:49: note: expanded from macro 'XtNumber' 118 | #define XtNumber(arr) ((Cardinal) (sizeof(arr) / sizeof(arr[0]))) | ~~~~~~~~~~~ ^ session.c:53:26: note: pointer 'kill_options' declared here 53 | extern XrmOptionDescRec *kill_options; | ^ 1 warning generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c sessionXi.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c status.c status.c:171:8: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 171 | if ( (int)client_data != 0) { | ^~~~~~~~~~~~~~~~ status.c:262:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 262 | int bound_ok ( value, bound, status, flag ) | ^ 2 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c tape.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c util.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c view.c cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c xquote.c xquote.c:268:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 268 | exit(0); | ^ xquote.c:268:5: note: include the header or explicitly provide a declaration for 'exit' xquote.c:512:32: warning: '/*' within block comment [-Wcomment] 512 | /* XmNrightPosition, 50, /* Do this with app resources */ | ^ xquote.c:534:31: warning: '/*' within block comment [-Wcomment] 534 | /* XmNleftPosition, 50, /* Do this with app resources */ | ^ xquote.c:592:5: warning: call to undeclared function 'ProcessOneLine'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 592 | ProcessOneLine(s); | ^ xquote.c:593:5: warning: call to undeclared function 'free'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 593 | free(s); | ^ 5 warnings generated. cc -O2 -I/usr/local/include/X11 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DSHAPE -DXQUOTE -c xutil.c xutil.c:146:5: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 146 | (XtPointer) numbuttons ); | ^~~~~~~~~~~~~~~~~~~~~~ xutil.c:450:18: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 450 | (XtPointer) pos ); | ^~~~~~~~~~~~~~~ 2 warnings generated. rm -f Xquote cc -o Xquote -O2 -L/usr/X11R6/lib -L/usr/local/lib about.o color.o fileXq.o help.o optdetail.o option.o optnet.o opttick.o optupdate.o parse.o pixmap.o remoteXq.o server.o session.o sessionXi.o status.o tape.o util.o view.o xquote.o xutil.o -lXbae -lXm -lXpm -lXmu -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXt -lSM -lICE -lXext -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib ld: warning: fileXq.c(fileXq.o:(fileCB)): warning: sprintf() is often misused, please use snprintf() ld: warning: fileXq.c(fileXq.o:(loadfileselect)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: fileXq.c(fileXq.o:(loadfileselect)): warning: strcat() is almost always misused, please use strlcat() ld: warning: session.c(session.o:(sessSaveFile)): warning: mktemp() possibly used unsafely; consider using mkstemp() >>> Running package in productivity/xquote at 1764975916.91 ===> productivity/xquote ===> Faking installation for xquote-2.6.10p10 /exopi-obj/pobj/xquote-2.6.10/bin/install -c -s -m 755 /exopi-obj/pobj/xquote-2.6.10/xquote-2.6.10/Xquote /exopi-obj/pobj/xquote-2.6.10/fake-amd64/usr/local/bin/xquote /exopi-obj/pobj/xquote-2.6.10/bin/install -c -m 644 /exopi-obj/pobj/xquote-2.6.10/xquote-2.6.10/Xquote.ad /exopi-obj/pobj/xquote-2.6.10/fake-amd64/usr/local/lib/X11/app-defaults/ /exopi-obj/pobj/xquote-2.6.10/bin/install -d -m 755 /exopi-obj/pobj/xquote-2.6.10/fake-amd64/usr/local/share/doc/xquote /exopi-obj/pobj/xquote-2.6.10/bin/install -c -m 644 /exopi-obj/pobj/xquote-2.6.10/xquote-2.6.10/README /exopi-obj/pobj/xquote-2.6.10/fake-amd64/usr/local/share/doc/xquote ===> Building package for xquote-2.6.10p10 Create /exopi-cvs/ports/packages/amd64/all/xquote-2.6.10p10.tgz Creating package xquote-2.6.10p10 reading plist| checking dependencies| checking dependencies|x11/motif checking dependencies|x11/xbae checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 7% checksumming|******* | 11% checksumming|********* | 15% checksumming|*********** | 19% checksumming|************** | 22% checksumming|**************** | 26% checksumming|****************** | 30% checksumming|******************** | 33% checksumming|*********************** | 37% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************** | 63% checksumming|***************************************** | 67% checksumming|******************************************* | 70% checksumming|********************************************* | 74% checksumming|*********************************************** | 78% checksumming|************************************************** | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 89% checksumming|******************************************************** | 93% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******************************************************* | 86% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xquote-2.6.10p10.tgz >>> Running clean in productivity/xquote at 1764975919.21 ===> productivity/xquote ===> Cleaning for xquote-2.6.10p10 >>> Ended at 1764975919.42 max_stuck=0.00/depends=2.97/show-prepare-results=1.02/build=7.20/package=2.29/clean=0.26