>>> Building on exopi-5 under x11/xcolors BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/xcolors:xcolors.tar.gz] FULLPKGNAME = xcolors-1.3p3 (Junk lock obtained for exopi-5 at 1713349517.76) >>> Running depends in x11/xcolors at 1713349517.82 last junk was in graphics/jpeg2ps /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in x11/xcolors at 1713349520.21 ===> x11/xcolors ===> Building from scratch xcolors-1.3p3 ===> xcolors-1.3p3 depends on: imake-* -> imake-1.0.9 ===> xcolors-1.3p3 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xpm Xt c m ===> found ICE.11.0 SM.9.0 Xau.10.0 Xdmcp.11.0 X11.18.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 m.10.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-5 at 1713349521.41) distfiles size=6316 >>> Running build in x11/xcolors at 1713349521.46 ===> x11/xcolors ===> Checking files for xcolors-1.3p3 `/exopi-cvs/ports/distfiles/xcolors.tar.gz' is up to date. >> (SHA256) xcolors.tar.gz: OK ===> Extracting for xcolors-1.3p3 tar: End of archive volume 1 reached ===> Patching for xcolors-1.3p3 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Tue Jun 7 02:28:45 1994 |+++ Imakefile Fri Oct 26 22:41:13 2007 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 8. done ===> Applying OpenBSD patch patch-xcolors_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- xcolors.c.orig Sat Apr 22 18:30:16 2017 |+++ xcolors.c Sat Apr 22 18:33:53 2017 -------------------------- Patching file xcolors.c using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 76. Hunk #3 succeeded at 278. 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 xcolors-1.3p3 ===> Configuring for xcolors-1.3p3 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 -DFUNCPROTO=15 -DNARROWPROTO -DRGB_TXT=\"/usr/X11R6/share/X11/rgb.txt\" -- xcolors.c > .depend ===> Building for xcolors-1.3p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DRGB_TXT=\"/usr/X11R6/share/X11/rgb.txt\" -c xcolors.c xcolors.c:89: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 usage(outf) ^ xcolors.c:112:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_set_color(w, colorname, foreground_flag) ^ xcolors.c:147:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_foreground(w, event, params, num_params) ^ xcolors.c:158:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_background(w, event, params, num_params) ^ xcolors.c:169:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] quit_action(w, event, params, num_params) ^ xcolors.c:189:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc, argv) ^ int xcolors.c:189:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xcolors.c:282:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] colordemo(parent, startcolor, nearcolor, maxdist) ^ xcolors.c:310:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ xcolors.c:322:21: warning: passing arguments to 'do_color' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (!do_color(parent, save_colorname)) ^ xcolors.c:331:21: warning: passing arguments to 'do_color' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void)do_color(parent, save_colorname); ^ xcolors.c:346:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] do_color(parent, colorname) ^ xcolors.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] l_strcasecmp(s1, s2) ^ 13 warnings generated. rm -f xcolors cc -o xcolors -O2 -L/usr/X11R6/lib -L/usr/local/lib xcolors.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib xcolors.c(xcolors.o:(colordemo)): warning: strcpy() is almost always misused, please use strlcpy() rm -f xcolors._man if test -z "" ; then cd `dirname xcolors` && ln -s `basename xcolors.man` `basename xcolors._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" < xcolors.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/\@\@$/\\/' >xcolors._man; fi >>> Running package in x11/xcolors at 1713349523.67 ===> x11/xcolors ===> Faking installation for xcolors-1.3p3 install -c xcolors /exopi-obj/pobj/xcolors-1.3/fake-amd64/usr/local/bin/xcolors + mkdir -p /exopi-obj/pobj/xcolors-1.3/fake-amd64/etc/X11/app-defaults install -c -m 0444 Xcolors.ad /exopi-obj/pobj/xcolors-1.3/fake-amd64/usr/local/lib/X11/app-defaults/Xcolors install in . done install -c -m 0444 xcolors._man /exopi-obj/pobj/xcolors-1.3/fake-amd64/usr/local/man/man1/xcolors.1 install.man in . done ===> Building package for xcolors-1.3p3 Create /exopi-cvs/ports/packages/amd64/all/xcolors-1.3p3.tgz Creating package xcolors-1.3p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 9% checksumming|******** | 14% checksumming|*********** | 18% checksumming|************** | 23% checksumming|***************** | 27% checksumming|******************* | 32% checksumming|********************** | 36% checksumming|************************* | 41% checksumming|**************************** | 45% checksumming|******************************* | 50% checksumming|********************************* | 55% checksumming|************************************ | 59% checksumming|*************************************** | 64% checksumming|****************************************** | 68% checksumming|******************************************** | 73% checksumming|*********************************************** | 77% checksumming|************************************************** | 82% checksumming|***************************************************** | 86% checksumming|******************************************************* | 91% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xcolors-1.3p3.tgz >>> Running clean in x11/xcolors at 1713349526.47 ===> x11/xcolors ===> Cleaning for xcolors-1.3p3 >>> Ended at 1713349527.01 max_stuck=0.00/depends=2.39/show-prepare-results=1.27/build=2.10/package=2.91/clean=0.57