>>> Building on exopi-5 under x11/unclutter BDEPENDS = [devel/imake-cf;devel/imake] DIST = [x11/unclutter:unclutter-8.tar.Z] FULLPKGNAME = unclutter-8p1 (Junk lock failure for exopi-5 at 1713949723.47051) Received IO (Junk lock obtained for exopi-5 at 1713949726.06) Woken up x11/unclutter Woken up x11/unclutter Woken up x11/unclutter Woken up x11/unclutter Woken up x11/unclutter Woken up x11/unclutter Woken up x11/unclutter >>> Running depends in x11/unclutter at 1713949732.85 last junk was in sysutils/p5-Data-Entropy /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/unclutter at 1713949736.31 ===> x11/unclutter ===> Building from scratch unclutter-8p1 ===> unclutter-8p1 depends on: imake-* -> imake-1.0.9 ===> unclutter-8p1 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 Xau Xdmcp Xext c ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.100.0 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-5 at 1713949738.11) distfiles size=12344 >>> Running build in x11/unclutter at 1713949738.24 ===> x11/unclutter ===> Checking files for unclutter-8p1 `/exopi-cvs/ports/distfiles/unclutter-8.tar.Z' is up to date. >> (SHA256) unclutter-8.tar.Z: OK ===> Extracting for unclutter-8p1 ===> Patching for unclutter-8p1 ===> Applying OpenBSD patch patch-unclutter_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- unclutter.c.orig Thu Sep 6 19:47:04 2007 |+++ unclutter.c Thu Sep 6 19:47:28 2007 -------------------------- Patching file unclutter.c using Plan A... Hunk #1 succeeded at 24. 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 unclutter-8p1 ===> Configuring for unclutter-8p1 mv -f Makefile Makefile.bak 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 -- unclutter.c > .depend ===> Building for unclutter-8p1 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c unclutter.c In file included from unclutter.c:28: ./vroot.h:41:24: warning: parameter 'screen' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] VirtualRootWindow(dpy, screen) ^ ./vroot.h:41:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VirtualRootWindow(dpy, screen) ^ unclutter.c:31:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] pexit(str)char *str;{ ^ int unclutter.c:31:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unclutter.c:35:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] usage(){ ^ int unclutter.c:50:1: warning: non-void function does not return a value [-Wreturn-type] } ^ unclutter.c:67:19: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (*defaulthandler)(display,error); ^ unclutter.c:62: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 errorhandler(display,error) ^ unclutter.c:68:1: warning: non-void function does not return a value [-Wreturn-type] } ^ unclutter.c:76:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] nameinlist(display,window) ^ int unclutter.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unclutter.c:97:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] createnullcursor(display,root) ^ int unclutter.c:97:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unclutter.c:121:6: warning: parameter 'argc' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc,argv)char **argv;{ ^ unclutter.c:121:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc,argv)char **argv;{ ^ int unclutter.c:121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] 16 warnings generated. rm -f unclutter cc -o unclutter -O2 -L/usr/X11R6/lib -L/usr/local/lib unclutter.o -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib rm -f unclutter._man if test -z "" ; then cd `dirname unclutter` && ln -s `basename unclutter.man` `basename unclutter._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" < unclutter.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/\@\@$/\\/' >unclutter._man; fi >>> Running package in x11/unclutter at 1713949740.47 ===> x11/unclutter ===> Faking installation for unclutter-8p1 install -c unclutter /exopi-obj/pobj/unclutter-8/fake-amd64/usr/local/bin/unclutter install in . done install -c -m 0444 unclutter._man /exopi-obj/pobj/unclutter-8/fake-amd64/usr/local/man/man1/unclutter.1 install.man in . done ===> Building package for unclutter-8p1 Create /exopi-cvs/ports/packages/amd64/all/unclutter-8p1.tgz Creating package unclutter-8p1 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|*** | 5% archiving|****************************************************** | 84% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/unclutter-8p1.tgz >>> Running clean in x11/unclutter at 1713949742.86 ===> x11/unclutter ===> Cleaning for unclutter-8p1 >>> Ended at 1713949743.40 max_stuck=0.00/waiting-for-lock #27=9.22/depends=3.40/show-prepare-results=2.03/build=2.13/package=2.54/clean=0.60