>>> Building on exopi-2 under x11/xwit BDEPENDS = [textproc/groff;devel/imake;devel/imake-cf] DIST = [x11/xwit:xwit-3.4.tar.gz] FULLPKGNAME = xwit-3.4p2 (Junk lock obtained for exopi-2 at 1764615082.95) >>> Running depends in x11/xwit at 1764615082.99 last junk was in mail/thunderbird-i18n/ro /usr/sbin/pkg_add -aI -Drepair groff-1.22.4p4 imake-1.0.10 imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair groff-1.22.4p4 imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair groff-1.22.4p4 imake-1.0.10 imake-cf-1.0.8 New and changed readme(s): /usr/local/share/doc/pkg-readmes/groff >>> Running show-prepare-results in x11/xwit at 1764615087.82 ===> x11/xwit ===> Building from scratch xwit-3.4p2 ===> xwit-3.4p2 depends on: imake-* -> imake-1.0.10 ===> xwit-3.4p2 depends on: imake-cf-* -> imake-cf-1.0.8 ===> xwit-3.4p2 depends on: groff->=1.21 -> groff-1.22.4p4 ===> Verifying specs: X11 Xau Xdmcp Xext c ===> found X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.102.2 groff-1.22.4p4 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for exopi-2 at 1764615091.76) distfiles size=14536 >>> Running build in x11/xwit at 1764615091.93 ===> x11/xwit ===> Checking files for xwit-3.4p2 `/exopi-cvs/ports/distfiles/xwit-3.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xwit-3.4p2 ===> Patching for xwit-3.4p2 ===> Applying OpenBSD patch patch-dsimple_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- dsimple.c.orig Sun Apr 23 18:07:35 2017 |+++ dsimple.c Sun Apr 23 18:12:08 2017 -------------------------- Patching file dsimple.c using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 19. Hunk #3 succeeded at 50. Hunk #4 succeeded at 66. Hunk #5 succeeded at 476. Hunk #6 succeeded at 493. done ===> Applying OpenBSD patch patch-xwit_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xwit.c.orig Tue Oct 21 03:32:54 1997 |+++ xwit.c Sun Apr 23 18:07:19 2017 -------------------------- Patching file xwit.c using Plan A... Hunk #1 succeeded at 30. Hunk #2 succeeded at 130. Hunk #3 succeeded at 167. Hunk #4 succeeded at 189. Hunk #5 succeeded at 212. Hunk #6 succeeded at 229. Hunk #7 succeeded at 302. Hunk #8 succeeded at 346. Hunk #9 succeeded at 378. Hunk #10 succeeded at 392. Hunk #11 succeeded at 421. Hunk #12 succeeded at 432. Hunk #13 succeeded at 712. 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 xwit-3.4p2 ===> Configuring for xwit-3.4p2 imake -DPorts -DUseGroff -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 -DFUNCPROTO=15 -DNARROWPROTO -- xwit.c dsimple.c ClientWin.c > .depend ===> Building for xwit-3.4p2 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xwit.c xwit.c:134:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 134 | mssleep(ms) | ^ xwit.c:154:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 154 | Fatal_Error("XQueryTree failed"); | ^ xwit.c:159:7: warning: passing arguments to 'doit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 159 | doit(child[i]); | ^ xwit.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | downtree(top) | ^ xwit.c:202:14: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 202 | Fatal_Error("XGetWindowAttributes(0x%x)", window); | ^ xwit.c:193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | getpos(window, xp, yp) | ^ xwit.c:223:14: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 223 | Fatal_Error("XGetWindowAttributes(0x%x)", window); | ^ xwit.c:216:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 216 | getsize(window, wp, hp) | ^ xwit.c:246:15: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 246 | Fatal_Error("XGetWindowAttributes(0x%x)", window); | ^ xwit.c:272:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 272 | Fatal_Error("XGetWindowAttributes(0x%x)", | ^ xwit.c:299:14: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 299 | Fatal_Error("move failed"); | ^ xwit.c:233:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 233 | domove(window, x, y, right, bottom) | ^ xwit.c:321:17: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 321 | Fatal_Error("resize: XReconfigureWMWindow"); | ^ xwit.c:343:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 343 | Fatal_Error("resize: XReconfigureWMWindow 2"); | ^ xwit.c:306:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 306 | doresize(window, w, h) | ^ xwit.c:362:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 362 | Fatal_Error("XAllocSizeHints"); | ^ xwit.c:365:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 365 | Fatal_Error("XGetWMNormalHints"); | ^ xwit.c:368:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 368 | Fatal_Error("missing PBaseSize and/or PResizeInc hint"); | ^ xwit.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 350 | rcresize(what, window) | ^ xwit.c:392:14: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 392 | Fatal_Error("XReadBitmapFile failed"); | ^ xwit.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | loadbitmap(window, file, pmp) | ^ xwit.c:407:15: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 407 | Fatal_Error("XAllocWMHints"); | ^ xwit.c:396:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | setbitmap(window) | ^ xwit.c:436:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 436 | setwinattr(window) | ^ xwit.c:496:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 496 | Fatal_Error("rmove failed"); | ^ xwit.c:535:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 535 | Fatal_Error("iconify failed"); | ^ xwit.c:568:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 568 | Fatal_Error("no WM_HINTS"); | ^ xwit.c:578:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 578 | Fatal_Error("no WM_HINTS"); | ^ xwit.c:585:16: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 585 | Fatal_Error("no current icon position"); | ^ xwit.c:461:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 461 | doit(window) | ^ xwit.c:128:13: 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] 128 | static void doit(); | ^ xwit.c:616:25: warning: passing arguments to 'Select_Window' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 616 | window = Select_Window(dpy); | ^ xwit.c:597:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 597 | xwit_select_window(dpy, current) | ^ xwit.c:637:13: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 637 | Fatal_Error("Invalid ID format: %s", s); | ^ xwit.c:628:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 628 | getxid(s) | ^ xwit.c:639:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] 639 | } | ^ xwit.c:642:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 642 | matchopt(key, nargs, argc, argv) | ^ xwit.c:727:26: warning: passing arguments to 'Setup_Display_And_Screen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 727 | Setup_Display_And_Screen(pargc, argv); | ^ xwit.c:923: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 previous declaration [-Wdeprecated-non-prototype] 923 | extern char *getenv(); | ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here 110 | char *getenv(const char *); | ^ xwit.c:932:17: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 932 | Fatal_Error("WINDOWID not set"); | ^ xwit.c:919:10: warning: enumeration values 'WID_none', 'WID_num', and 'WID_names' not handled in switch [-Wswitch] 919 | switch (Winidmode) { | ^~~~~~~~~ xwit.c:956:15: warning: passing arguments to 'Fatal_Error' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 956 | Fatal_Error("no window selected"); | ^ xwit.c:716:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 716 | main(argc, argv) | ^ 43 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c dsimple.c dsimple.c:50:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | char *Malloc(size) | ^ dsimple.c:65:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | char *Realloc(ptr, size) | ^ dsimple.c:85:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 85 | char *Get_Display_Name(pargc, argv) | ^ dsimple.c:121:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 121 | Display *Open_Display(display_name) | ^ dsimple.c:145:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | void Setup_Display_And_Screen(argc, argv) | ^ dsimple.c:157:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 157 | XFontStruct *Open_Font(name) | ^ dsimple.c:182:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 182 | static void _bitmap_error(status, filename) | ^ dsimple.c:194:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | Pixmap ReadBitmapFile(d, filename, width, height, x_hot, y_hot) | ^ dsimple.c:216:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 216 | void WriteBitmapFile(filename, bitmap, width, height, x_hot, y_hot) | ^ dsimple.c:281:24: warning: passing arguments to 'Window_With_Name' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 281 | w = Window_With_Name(dpy, RootWindow(dpy, screen), | ^ dsimple.c:252:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 252 | Window Select_Window_Args(rargc, argv) | ^ dsimple.c:324:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 324 | unsigned long Resolve_Color(w, name) | ^ dsimple.c:18:15: 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] 18 | unsigned long Resolve_Color(); | ^ dsimple.c:360:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | Pixmap Bitmap_To_Pixmap(dpy, d, gc, bitmap, width, height) | ^ dsimple.c:19:8: 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] 19 | Pixmap Bitmap_To_Pixmap(); | ^ dsimple.c:396:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 396 | Window Select_Window(dpy) | ^ dsimple.c:20:8: 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] 20 | Window Select_Window(); | ^ dsimple.c:447:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 447 | Window Window_With_Name(dpy, top, name) | ^ dsimple.c:24:8: 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] 24 | Window Window_With_Name(); | ^ 19 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c ClientWin.c ClientWin.c:43:22: warning: passing arguments to 'TryChildren' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 43 | inf = TryChildren(dpy, win, WM_STATE); | ^ ClientWin.c:25:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | Window XmuClientWindow (dpy, win) | ^ ClientWin.c:50:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | Window TryChildren (dpy, win, WM_STATE) | ^ ClientWin.c:21:15: 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] 21 | static Window TryChildren(); | ^ 4 warnings generated. rm -f xwit cc -o xwit -O2 -L/usr/X11R6/lib -L/usr/local/lib xwit.o dsimple.o ClientWin.o -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib rm -f xwit._man if test -z "" ; then cd `dirname xwit` && ln -s `basename xwit.man` `basename xwit._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" < xwit.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/\@\@$/\\/' >xwit._man; fi >>> Running package in x11/xwit at 1764615095.53 ===> x11/xwit ===> Faking installation for xwit-3.4p2 install -c xwit /exopi-obj/pobj/xwit-3.4/fake-amd64/usr/local/bin/xwit install in . done install -c -m 0444 xwit._man /exopi-obj/pobj/xwit-3.4/fake-amd64/usr/local/man/man1/xwit.1 install.man in . done ===> Building package for xwit-3.4p2 Create /exopi-cvs/ports/packages/amd64/all/xwit-3.4p2.tgz Creating package xwit-3.4p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|********* | 14% checksumming|************* | 21% checksumming|***************** | 29% checksumming|********************** | 36% checksumming|************************** | 43% checksumming|******************************* | 50% checksumming|*********************************** | 57% checksumming|*************************************** | 64% checksumming|******************************************** | 71% checksumming|************************************************ | 79% checksumming|**************************************************** | 86% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|***************************************************** | 83% archiving|****************************************************************|100% /tmp/manpage.JT2eVbvwqm/usr/local/man/cat1/xwit.0: Section "1X" manual in 1 directory Link to /exopi-cvs/ports/packages/amd64/ftp/xwit-3.4p2.tgz >>> Running clean in x11/xwit at 1764615098.12 ===> x11/xwit ===> Cleaning for xwit-3.4p2 >>> Ended at 1764615098.59 max_stuck=1.17/depends=4.63/show-prepare-results=4.18/build=3.72/package=2.60/clean=0.50