>>> Building on exopi-6 under x11/bclock BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/bclock:bclock-1.0.tar.gz] FULLPKGNAME = bclock-1.0p3 (Junk lock obtained for exopi-6 at 1713349303.80) >>> Running depends in x11/bclock at 1713349303.86 last junk was in games/xpilot /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/bclock at 1713349305.70 ===> x11/bclock ===> Building from scratch bclock-1.0p3 ===> bclock-1.0p3 depends on: imake-* -> imake-1.0.9 ===> bclock-1.0p3 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xt c m ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.0 Xt.11.1 c.100.0 m.10.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-6 at 1713349307.99) distfiles size=11981 >>> Running build in x11/bclock at 1713349308.04 ===> x11/bclock ===> Checking files for bclock-1.0p3 `/exopi-cvs/ports/distfiles/bclock-1.0.tar.gz' is up to date. >> (SHA256) bclock-1.0.tar.gz: OK ===> Extracting for bclock-1.0p3 ===> Patching for bclock-1.0p3 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |app-defaults/Clock-color is installed by X.org. | |--- Imakefile.orig Tue Aug 8 13:07:52 2006 |+++ Imakefile Tue Aug 8 13:07:52 2006 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 8. 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 bclock-1.0p3 ===> Configuring for bclock-1.0p3 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 -- bclock.c Clock.c transform.c > .depend ===> Building for bclock-1.0p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c bclock.c bclock.c:53:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void die(w, client_data, call_data) ^ bclock.c:91:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] void main(argc, argv) ^ bclock.c:91:1: note: change return type to 'int' void main(argc, argv) ^~~~ int bclock.c:91: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 main(argc, argv) ^ bclock.c:139:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void quit(w, event, params, num_params) ^ bclock.c:44:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void quit(); ^ 5 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c Clock.c Clock.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Initialize (greq, gnew, args, num_args) ^ Clock.c:88:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); ^ Clock.c:172:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Resize (widget) ^ Clock.c:88:62: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); ^ Clock.c:379:10: warning: incompatible pointer types passing 'ClockWidget' (aka 'struct _ClockRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] Resize (w); ^ Clock.c:380:14: warning: passing arguments to 'new_time' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_time ((XtPointer) gw, 0); ^ Clock.c:349:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Realize (gw, valueMask, attrs) ^ Clock.c:88:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); ^ Clock.c:383:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Destroy (gw) ^ Clock.c:88:38: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); ^ Clock.c:402:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void Redisplay(gw, event, region) ^ Clock.c:88:49: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); ^ Clock.c:459:14: warning: incompatible pointer types passing 'ClockWidget' (aka 'struct _ClockRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] Resize (w); ^ Clock.c:427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void new_time (client_data, id) ^ Clock.c:86:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void new_time(); ^ 15 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c transform.c transform.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TranslatePoints (points, n_points, t, mode) ^ transform.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TFillPolygon (dpy, d, gc, t, points, n_points, shape, mode) ^ transform.c:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TDrawArc (dpy, d, gc, t, x, y, width, height, angle1, angle2) ^ transform.c:120:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] TFillArc (dpy, d, gc, t, x, y, width, height, angle1, angle2) ^ transform.c:146:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetTransform (t, xx1, xx2, xy1, xy2, tx1, tx2, ty1, ty2) ^ 5 warnings generated. rm -f bclock cc -o bclock -O2 -L/usr/X11R6/lib -L/usr/local/lib bclock.o Clock.o transform.o -lXmu -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lXt -lSM -lICE -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib rm -f bclock._man if test -z "" ; then cd `dirname bclock` && ln -s `basename bclock.man` `basename bclock._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" < bclock.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/\@\@$/\\/' >bclock._man; fi >>> Running package in x11/bclock at 1713349313.08 ===> x11/bclock ===> Faking installation for bclock-1.0p3 install -c bclock /exopi-obj/pobj/bclock-1.0/fake-amd64/usr/local/bin/bclock install in . done install -c -m 0444 bclock._man /exopi-obj/pobj/bclock-1.0/fake-amd64/usr/local/man/man1/bclock.1 install.man in . done ===> Building package for bclock-1.0p3 Create /exopi-cvs/ports/packages/amd64/all/bclock-1.0p3.tgz Creating package bclock-1.0p3 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bclock-1.0p3.tgz >>> Running clean in x11/bclock at 1713349315.58 ===> x11/bclock ===> Cleaning for bclock-1.0p3 >>> Ended at 1713349316.33 max_stuck=0.00/depends=1.85/show-prepare-results=2.34/build=5.01/package=2.48/clean=0.84