>>> Building on exopi-2 under astro/xphoon BDEPENDS = [devel/imake;devel/imake-cf] DIST = [astro/xphoon:xphoon-20000613.tar.gz] FULLPKGNAME = xphoon-20000613p2 (Junk lock obtained for exopi-2 at 1714743974.09) >>> Running depends in astro/xphoon at 1714743974.13 /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 astro/xphoon at 1714743977.06 ===> astro/xphoon ===> Building from scratch xphoon-20000613p2 ===> xphoon-20000613p2 depends on: imake-* -> imake-1.0.9 ===> xphoon-20000613p2 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: X11 Xau Xdmcp Xext c m ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 c.100.0 m.10.1 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-2 at 1714743979.58) distfiles size=90463 >>> Running build in astro/xphoon at 1714743979.66 ===> astro/xphoon ===> Checking files for xphoon-20000613p2 `/exopi-cvs/ports/distfiles/xphoon-20000613.tar.gz' is up to date. >> (SHA256) xphoon-20000613.tar.gz: OK ===> Extracting for xphoon-20000613p2 ===> Patching for xphoon-20000613p2 ===> Applying OpenBSD patch patch-dtime_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- dtime.c.orig Sat Sep 14 07:15:25 1991 |+++ dtime.c Fri Nov 29 21:38:33 2013 -------------------------- Patching file dtime.c using Plan A... Hunk #1 succeeded at 22. Hunk #2 succeeded at 35. Hunk #3 succeeded at 56. done ===> Applying OpenBSD patch patch-xphoon_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Don't use malloc.h header on OpenBSD. | |--- xphoon.c.orig Tue Jun 13 17:50:16 2000 |+++ xphoon.c Mon Nov 3 22:38:23 2014 -------------------------- Patching file xphoon.c using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 64. 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 xphoon-20000613p2 ===> Configuring for xphoon-20000613p2 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I. -I. -I./X11 -I./X11/bitmaps -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- xphoon.c moon.c phase.c dtime.c > .depend ===> Building for xphoon-20000613p2 cc -O2 -I. -I. -I./X11 -I./X11/bitmaps -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c xphoon.c In file included from xphoon.c:20: ./vroot.h:44:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VirtualRootWindowOfScreen(screen) ^ In file included from xphoon.c:27: ./tws.h:72:7: warning: extra tokens at end of #else directive [-Wextra-tokens] #else ATZ ^ // ./tws.h:74:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif ATZ ^ // xphoon.c:73:12: warning: passing arguments to 'getbits' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getbits( &moon_w, &moon_h, &moon, &cx, &cy, &r ); ^ xphoon.c:164:10: warning: passing arguments to 'xinit' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xinit( display_name ); ^ xphoon.c:175:11: warning: passing arguments to 'hack_bits' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hack_bits( ^ xphoon.c:178:10: warning: passing arguments to 'set_root' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_root( moon_w, moon_h, moon, cx, cy, r ); ^ xphoon.c:231:11: warning: passing arguments to 'hack_bits' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hack_bits( ^ xphoon.c:234:10: warning: passing arguments to 'set_root' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_root( moon_w, moon_h, mooncopy, cx, cy, r ); ^ xphoon.c:57: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 ) ^ xphoon.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] xinit( display_name ) ^ xphoon.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 xinit(); ^ xphoon.c:395:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_flip( orig_bits ) ^ xphoon.c:464:15: warning: passing arguments to 'jtime' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] jd = jtime( t ); ^ xphoon.c:472:21: warning: passing arguments to 'phase' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] angphase = phase( jd, &cphase, &aom, &cdist, &cangdia, &csund, &csuang ); ^ xphoon.c:442:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hack_bits( t, bits_w, bits_h, bits, cx, cy, r, blackflag, demoflag, southflag ) ^ xphoon.c:46: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 hack_bits(); ^ xphoon.c:552: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_root( bits_w, bits_h, bits, cx, cy, r ) ^ xphoon.c:47: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 set_root(); ^ cc -O2 -I. -I. -I./X11 -I./X11/bitmaps -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c moon.c 19 warnings generated. moon.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getbits( wP, hP, moonP, cxP, cyP, rP ) ^ 1 warning generated. cc -O2 -I. -I. -I./X11 -I./X11/bitmaps -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c phase.c In file included from phase.c:13: ./tws.h:72:7: warning: extra tokens at end of #else directive [-Wextra-tokens] #else ATZ ^ // ./tws.h:74:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif ATZ ^ // phase.c:68: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 long jdate(t) ^ phase.c:92:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double jtime(t) ^ phase.c:109: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 jyear(td, yy, mm, dd) ^ phase.c:152:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double meanphase(sdate, phase, usek) ^ phase.c:256:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ phase.c:256:5: note: include the header or explicitly provide a declaration for 'exit' phase.c:182:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double truephase(k, phase) ^ phase.c:266: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 phasehunt5(sdate, phases) ^ phase.c:294: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 phasehunt2(sdate, phases, which) ^ phase.c:338:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static double kepler(m, ecc) ^ phase.c:364:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double phase(pdate, pphase, mage, dist, angdia, sudist, suangdia) ^ 12 warnings generated. cc -O2 -I. -I. -I./X11 -I./X11/bitmaps -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c dtime.c In file included from dtime.c:18: ./tws.h:72:7: warning: extra tokens at end of #else directive [-Wextra-tokens] #else ATZ ^ // ./tws.h:74:8: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif ATZ ^ // dtime.c:33:22: warning: passing arguments to 'dlocaltime' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return dlocaltime( &clock ); ^ dtime.c:60:9: warning: extra tokens at end of #else directive [-Wextra-tokens] #else SYS5 ^ // dtime.c:63:9: warning: extra tokens at end of #endif directive [-Wextra-tokens] #endif SYS5 ^ // dtime.c:37:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dlocaltime( clock ) ^ In file included from dtime.c:18: ./tws.h:52: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] struct tws *dlocaltime( ); ^ 7 warnings generated. rm -f xphoon cc -o xphoon -O2 -L/usr/X11R6/lib -L/usr/local/lib xphoon.o moon.o phase.o dtime.o -lXext -lX11 -lXdmcp -lXau -lm -Wl,-rpath,/usr/local/lib xphoon.c(xphoon.o:(main)): warning: random() may return deterministic values, is that what you want? rm -f xphoon._man if test -z "" ; then cd `dirname xphoon` && ln -s `basename xphoon.man` `basename xphoon._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" < xphoon.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/\@\@$/\\/' >xphoon._man; fi >>> Running package in astro/xphoon at 1714743984.16 ===> astro/xphoon ===> Faking installation for xphoon-20000613p2 install -c xphoon /exopi-obj/pobj/xphoon-20000613/fake-amd64/usr/local/bin/xphoon install in . done install -c -m 0444 xphoon._man /exopi-obj/pobj/xphoon-20000613/fake-amd64/usr/local/man/man1/xphoon.1 install.man in . done ===> Building package for xphoon-20000613p2 Create /exopi-cvs/ports/packages/amd64/all/xphoon-20000613p2.tgz Creating package xphoon-20000613p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xphoon-20000613p2.tgz >>> Running clean in astro/xphoon at 1714743986.53 ===> astro/xphoon ===> Cleaning for xphoon-20000613p2 >>> Ended at 1714743987.03 max_stuck=0.87/depends=2.93/show-prepare-results=2.55/build=4.46/package=2.37/clean=0.60