>>> Building on exopi-6 under productivity/xquote BDEPENDS = [x11/motif;devel/imake;x11/xbae;devel/imake-cf] DIST = [productivity/xquote:xquote-2.6.10.tar.gz] FULLPKGNAME = xquote-2.6.10p10 RDEPENDS = [x11/xbae;x11/motif] (Junk lock obtained for exopi-6 at 1713990735.03) >>> Running depends in productivity/xquote at 1713990735.06 last junk was in x11/gnome/settings-daemon /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 motif-2.3.8p1 xbae-4.60.4p18 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 motif-2.3.8p1 xbae-4.60.4p18 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 motif-2.3.8p1 xbae-4.60.4p18 >>> Running show-prepare-results in productivity/xquote at 1713990739.92 ===> productivity/xquote ===> Building from scratch xquote-2.6.10p10 ===> xquote-2.6.10p10 depends on: imake-* -> imake-1.0.9 ===> xquote-2.6.10p10 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> xquote-2.6.10p10 depends on: xbae-* -> xbae-4.60.4p18 ===> xquote-2.6.10p10 depends on: motif-* -> motif-2.3.8p1 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xpm Xt c m Xbae Xm ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 m.10.1 Xbae.4.60 Xm.6.1 imake-1.0.9 imake-cf-1.0.7p0 motif-2.3.8p1 xbae-4.60.4p18 (Junk lock released for exopi-6 at 1713990741.21) distfiles size=106006 >>> Running build in productivity/xquote at 1713990741.24 ===> productivity/xquote ===> Checking files for xquote-2.6.10p10 `/exopi-cvs/ports/distfiles/xquote-2.6.10.tar.gz' is up to date. >> (SHA256) xquote-2.6.10.tar.gz: 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] 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] 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] 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] switch ((int)menu_pos) { ^~~~~~~~~~~~~ optdetail.c:248:5: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] (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] write_lastupdate_line(line); ^ optdetail.c:618:10: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] switch ((int)which) { ^~~~~~~~~~ optdetail.c:718:5: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (XtPointer)num); ^~~~~~~~~~~~~~ optdetail.c:821:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 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] 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] 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] 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] 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] 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] 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] 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] } else if (p = strchr(price, ',')) { /* Europe */ ~~^~~~~~~~~~~~~~~~~~~~ optnet.c:113:15: note: place parentheses around the assignment to silence this warning } else if (p = strchr(price, ',')) { /* Europe */ ^ ( ) optnet.c:113:15: note: use '==' to turn this assignment into an equality comparison } else if (p = strchr(price, ',')) { /* Europe */ ^ == optnet.c:193:36: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] sprintf ( buf, "GET http://%.*s%s%s HTTP/1.0\r\n" ~~^~ optnet.c:203:29: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] sprintf ( buf, "GET %.*s%s%s HTTP/1.0\r\n" ~~^~ 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] set_current_time(); ^ optnet.c:490:60: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] sprintf ( errmsg, "%s: re-read limit reached on %d %.*s", ~~^~ optnet.c:522:35: warning: field precision should have type 'int', but argument has type 'long' [-Wformat] sprintf ( errmsg, "%s: %d %.*s", ~~^~ optnet.c:626:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] switch ((int) which) { ^~~~~~~~~~~ optnet.c:808:55: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (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] (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] tickSetName(int which, char *name) ^ int opttick.c:310:1: warning: non-void function does not return a value [-Wreturn-type] } ^ opttick.c:319:60: warning: address of array 'tickTable[which]->detail->values' will always evaluate to 'true' [-Wpointer-bool-conversion] 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] 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] 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] curType = (int)client_data; ^~~~~~~~~~~~~~~~ opttick.c:618:7: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] 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] curServer = (int)client_data; ^~~~~~~~~~~~~~~~ opttick.c:653:63: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] 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] 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] (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] 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] (XtPointer) command); ^~~~~~~~~~~~~~~~~~~ optupdate.c:381:11: warning: cast to smaller integer type 'int' from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast] switch ((int)which) { ^~~~~~~~~~ optupdate.c:627:49: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (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] XtVaGetValues( parent, XmNbackground, &bg, 0 ); ^ , NULL /usr/X11R6/include/X11/Intrinsic.h:1626:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ pixmap.c:556:48: warning: missing sentinel in function call [-Wsentinel] XtVaGetValues(parent, XmNbackground, &bg, 0 ); ^ , NULL /usr/X11R6/include/X11/Intrinsic.h:1626:13: note: function has been explicitly marked sentinel here extern void XtVaGetValues( ^ 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 C2x [-Wdeprecated-non-prototype] 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] 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] 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] XrmParseCommand ( &database, kill_options, XtNumber(kill_options), ^~~~~~~~~~~~~~~~~~~~~~ /usr/X11R6/include/X11/Intrinsic.h:123:49: note: expanded from macro 'XtNumber' #define XtNumber(arr) ((Cardinal) (sizeof(arr) / sizeof(arr[0]))) ~~~~~~~~~~~ ^ session.c:53:26: note: pointer 'kill_options' declared here 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] 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 C2x [-Wdeprecated-non-prototype] 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] 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] /* XmNrightPosition, 50, /* Do this with app resources */ ^ xquote.c:534:31: warning: '/*' within block comment [-Wcomment] /* 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] 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] 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] (XtPointer) numbuttons ); ^~~~~~~~~~~~~~~~~~~~~~ xutil.c:450:18: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'int' [-Wint-to-void-pointer-cast] (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 fileXq.c(fileXq.o:(fileCB)): warning: sprintf() is often misused, please use snprintf() fileXq.c(fileXq.o:(loadfileselect)): warning: strcpy() is almost always misused, please use strlcpy() fileXq.c(fileXq.o:(loadfileselect)): warning: strcat() is almost always misused, please use strlcat() session.c(session.o:(sessSaveFile)): warning: mktemp() possibly used unsafely; consider using mkstemp() >>> Running package in productivity/xquote at 1713990751.07 ===> 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 1713990754.69 ===> productivity/xquote ===> Cleaning for xquote-2.6.10p10 >>> Ended at 1713990754.88 max_stuck=0.00/depends=4.85/show-prepare-results=1.34/build=9.83/package=3.63/clean=0.22