>>> Building on exopi-2 under sysutils/xuvmstat DIST = [sysutils/xuvmstat:xuvmstat20050909.tar.gz] FULLPKGNAME = xuvmstat-20050909p3 distfiles size=7661 >>> Running build in sysutils/xuvmstat at 1713856755.88 ===> sysutils/xuvmstat ===> Building from scratch xuvmstat-20050909p3 ===> Verifying specs: X11 c ===> found X11.18.0 c.100.0 ===> Checking files for xuvmstat-20050909p3 `/exopi-cvs/ports/distfiles/xuvmstat20050909.tar.gz' is up to date. >> (SHA256) xuvmstat20050909.tar.gz: OK ===> Extracting for xuvmstat-20050909p3 ===> Patching for xuvmstat-20050909p3 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu Jun 14 21:07:11 2001 |+++ Makefile Thu Jun 14 21:07:24 2001 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-get_uvmexp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- get_uvmexp.c.orig Mon Feb 19 10:23:55 2001 |+++ get_uvmexp.c Wed Aug 28 00:18:44 2002 -------------------------- Patching file get_uvmexp.c using Plan A... Hunk #1 succeeded at 20. done ===> Applying OpenBSD patch patch-libcdcx_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libcdcx.c.orig Wed Aug 28 00:14:32 2002 |+++ libcdcx.c Wed Aug 28 00:16:45 2002 -------------------------- Patching file libcdcx.c using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 165. Hunk #3 succeeded at 253. done ===> Applying OpenBSD patch patch-xuvmstat_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xuvmstat.c.orig Fri Sep 9 15:38:48 2005 |+++ xuvmstat.c Mon Apr 24 04:19:26 2017 -------------------------- Patching file xuvmstat.c using Plan A... Hunk #1 succeeded at 24. Hunk #2 succeeded at 45. Hunk #3 succeeded at 107. Hunk #4 succeeded at 155. Hunk #5 succeeded at 217. Hunk #6 succeeded at 241. Hunk #7 succeeded at 358. 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 xuvmstat-20050909p3 ===> Configuring for xuvmstat-20050909p3 ===> Building for xuvmstat-20050909p3 cc -O2 -pipe -I/usr/X11R6/include -DUVM -MD -MP -nostdinc -idirafter /usr/include -c libcdcx.c libcdcx.c:46:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] u_long create_color(xdpy, colormap, colorname, defaultcol) ^ libcdcx.c:66:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XFontStruct *create_font(xdpy, font, fallback) ^ libcdcx.c:86:4: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GC create_gc(xdpy, drawable, fg, bg) ^ libcdcx.c:108: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 draw_barbox(xdpy, win, gc, font, x0, x1, y, n, total, ^ libcdcx.c:195: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 draw_barlvl(xdpy, win, gc, font, x0, x1, y, n, total, names, vals, ^ libcdcx.c:283:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] struct graph *create_graph(nlines, title, names, before, after, ^ libcdcx.c:311: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 draw_graph(xdpy, win, gc, font, x, y, w, h, gp, was_timeout) ^ libcdcx.c:453:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Display *open_display(dpy_name, xdpy) ^ libcdcx.c:480:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Window open_window(xdpy, parent, x, y, w, h, bordercolor, backcolor, ^ libcdcx.c:513: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 set_classhints(xdpy, win, res_name, res_class) ^ libcdcx.c:530: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 set_sizehints(xdpy, win, x, y, w, h) ^ libcdcx.c:560: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 set_stdhints(xdpy, win, app_name, win_name, x, y, w, h) ^ libcdcx.c:578: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 set_windowname(xdpy, win, win_name) ^ libcdcx.c:597: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 set_wmhints(xdpy, win, init_state) ^ libcdcx.c:616: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 setup_colormap(xdpy, screen, win, visual, colormap) ^ libcdcx.c:646: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 setup_visual(xdpy, screen, visual, depth) ^ 16 warnings generated. cc -O2 -pipe -I/usr/X11R6/include -DUVM -MD -MP -nostdinc -idirafter /usr/include -c get_uvmexp.c get_uvmexp.c:31: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 get_uvmexp(uvmexp) ^ cc -O2 -pipe -I/usr/X11R6/include -DUVM -MD -MP -nostdinc -idirafter /usr/include -c xuvmstat.c 1 warning generated. xuvmstat.c:56:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ xuvmstat.c:166: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 redraw(xdpy, win, gc, was_timeout) ^ 2 warnings generated. cc -o xuvmstat libcdcx.o get_uvmexp.o xuvmstat.o -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -lX11 >>> Running package in sysutils/xuvmstat at 1713856759.37 ===> sysutils/xuvmstat ===> Faking installation for xuvmstat-20050909p3 /exopi-obj/pobj/xuvmstat-20050909/bin/install -c -s -m 755 /exopi-obj/pobj/xuvmstat-20050909/xuvmstat/xuvmstat /exopi-obj/pobj/xuvmstat-20050909/fake-amd64/usr/local/bin /exopi-obj/pobj/xuvmstat-20050909/bin/install -d -m 755 /exopi-obj/pobj/xuvmstat-20050909/fake-amd64/usr/local/share/doc/xuvmstat /exopi-obj/pobj/xuvmstat-20050909/bin/install -c -m 644 /exopi-obj/pobj/xuvmstat-20050909/xuvmstat/README /exopi-obj/pobj/xuvmstat-20050909/fake-amd64/usr/local/share/doc/xuvmstat ===> Building package for xuvmstat-20050909p3 Create /exopi-cvs/ports/packages/amd64/all/xuvmstat-20050909p3.tgz Creating package xuvmstat-20050909p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xuvmstat-20050909p3.tgz >>> Running clean in sysutils/xuvmstat at 1713856763.11 ===> sysutils/xuvmstat ===> Cleaning for xuvmstat-20050909p3 >>> Ended at 1713856763.95 max_stuck=0.00/build=3.43/package=3.13/clean=1.54