>>> Building on exopi-3 under games/dungeon BDEPENDS = [archivers/unzip] DIST = [games/dungeon:dungn27s.zip] FULLPKGNAME = dungeon-2.7sp1 Avoided depends for unzip-6.0p18 distfiles size=261107 >>> Running build in games/dungeon at 1764751155.66 ===> games/dungeon ===> Building from scratch dungeon-2.7sp1 ===> dungeon-2.7sp1 depends on: unzip-* -> unzip-6.0p18 ===> Verifying specs: c curses ===> found c.102.2 curses.16.0 ===> Checking files for dungeon-2.7sp1 `/exopi-cvs/ports/distfiles/dungn27s.zip' is up to date. >> (SHA256) all files: OK ===> Extracting for dungeon-2.7sp1 find /exopi-obj/pobj/dungeon-2.7s -type f -exec perl -pi -e 's/\015//g; s/\032//g' {} + (cd /exopi-obj/pobj/dungeon-2.7s; for f in `awk '{ print $1 }' MANIFEST | tail +3`; do mv `echo $f | tr a-z A-Z` $f; done) ===> Patching for dungeon-2.7sp1 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu Dec 1 20:01:45 2011 |+++ Makefile Thu Dec 1 20:07:14 2011 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 42. 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 dungeon-2.7sp1 ===> Configuring for dungeon-2.7sp1 ===> Building for dungeon-2.7sp1 cc -O2 -pipe -c actors.c actors.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical aappli_(ri) | ^ 1 warning generated. cc -O2 -pipe -c ballop.c ballop.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical ballop_(arg) | ^ 1 warning generated. cc -O2 -pipe -c clockr.c clockr.c:13:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | void cevapp_(ri) | ^ clockr.c:766:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 766 | static void litint_(obj, ctr, cev, ticks, tickln) | ^ 2 warnings generated. cc -O2 -pipe -c demons.c demons.c:178:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 178 | integer blow_(h, v, rmk, hflg, out) | ^ demons.c:584:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 584 | static logical infest_(r) | ^ 2 warnings generated. cc -O2 -pipe -c dgame.c dgame.c:208:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | static void xendmv_(flag) | ^ dgame.c:244:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 244 | static logical xvehic_(n) | ^ 2 warnings generated. cc -O2 -pipe -DTEXTFILE=\"/usr/local/share/dungeon/dtextc.dat\" -c dinit.c dinit.c:46:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 46 | static void rdints(c, pi, indxfile) | ^ dinit.c:61:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 61 | static void rdpartialints(c, pi, indxfile) | ^ dinit.c:88:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 88 | static void rdflags(c, pf, indxfile) | ^ 3 warnings generated. cc -O2 -pipe -c dmain.c dmain.c:13:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | int main(argc, argv) /* void changed to int, Volker Blasius, 11jul93 */ | ^ 1 warning generated. cc -O2 -pipe -c dso1.c dso1.c:10:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | void princr_(full, rm) | ^ dso1.c:99:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 99 | void invent_(adv) | ^ dso1.c:161:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 161 | void princo_(obj, desc) | ^ 3 warnings generated. cc -O2 -pipe -c dso2.c dso2.c:11:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | logical moveto_(nr, who) | ^ dso2.c:97:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 97 | void score_(flg) | ^ dso2.c:165:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 165 | void scrupd_(n) | ^ 3 warnings generated. cc -O2 -pipe -c dso3.c dso3.c:11:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | logical findxt_(dir, rm) | ^ dso3.c:73:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 73 | integer fwim_(f1, f2, rm, con, adv, nocare) | ^ dso3.c:109:17: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses] 109 | if (~ (nocare) & (objcts_1.oflag1[i - 1] & TAKEBT) == 0 || ( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dso3.c:109:17: note: place parentheses around the '==' expression to silence this warning 109 | if (~ (nocare) & (objcts_1.oflag1[i - 1] & TAKEBT) == 0 || ( | ^ | ( ) dso3.c:109:17: note: place parentheses around the & expression to evaluate it first 109 | if (~ (nocare) & (objcts_1.oflag1[i - 1] & TAKEBT) == 0 || ( | ^ | ( ) dso3.c:163:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 163 | logical yesno_(q, y, n) | ^ 4 warnings generated. cc -O2 -pipe -c dso4.c dso4.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | integer robadv_(adv, nr, nc, na) | ^ dso4.c:43:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 43 | integer robrm_(rm, pr, nr, nc, na) | ^ dso4.c:94:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 94 | logical winnin_(vl, hr) | ^ dso4.c:141:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 141 | integer fights_(h, flg) | ^ dso4.c:165:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 165 | integer vilstr_(v) | ^ 5 warnings generated. cc -O2 -pipe -c dso5.c dso5.c:10:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | void gttime_(t) | ^ dso5.c:28:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 28 | logical opncls_(obj, so, sc) | ^ dso5.c:80:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 80 | logical lit_(rm) | ^ dso5.c:147:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 147 | integer weight_(rm, cn, ad) | ^ 4 warnings generated. cc -O2 -pipe -c dso6.c dso6.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical ghere_(obj, rm) | ^ dso6.c:133:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | integer mrhere_(rm) | ^ 2 warnings generated. cc -O2 -pipe -c dso7.c dso7.c:11:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 11 | void encryp_(inw, outw) | ^ dso7.c:65:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 65 | void cpgoto_(st) | ^ dso7.c:95:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 95 | void cpinfo_(rmk, st) | ^ 3 warnings generated. cc -O2 -pipe -c dsub.c dsub.c:25:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 25 | void rspeak_(n) | ^ dsub.c:37:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 37 | void rspsub_(n, s1) | ^ dsub.c:50:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 50 | void rspsb2_(n, s1, s2) | ^ dsub.c:60:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 60 | static void rspsb2nl_(n, y, z, nl) | ^ dsub.c:84:53: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 84 | fprintf(stderr, "Error seeking database loc %d\n", x); | ~~ ^ | %ld dsub.c:96:57: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 96 | fprintf(stderr, "Error reading database loc %d\n", x); | ~~ ^ | %ld dsub.c:114:54: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 114 | fprintf(stderr, "Error seeking database loc %d\n", iloc); | ~~ ^~~~ | %ld dsub.c:170:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 170 | void bug_(a, b) | ^ dsub.c:192:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 192 | void newsta_(o, r, rm, cn, ad) | ^ dsub.c:209:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | logical qhere_(obj, rm) | ^ dsub.c:243:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | logical qempty_(obj) | ^ dsub.c:271:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 271 | void jigsup_(desc) | ^ dsub.c:435:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 435 | integer oactor_(obj) | ^ dsub.c:464:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 464 | logical prob_(g, b) | ^ dsub.c:490:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 490 | logical rmdesc_(full) | ^ dsub.c:602:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 602 | logical rappli_(ri) | ^ 16 warnings generated. cc -O2 -pipe -c dverb1.c dverb1.c:12:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 12 | logical take_(flg) | ^ dverb1.c:104:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 104 | logical drop_(z) | ^ dverb1.c:193:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 193 | logical put_(flg) | ^ dverb1.c:334:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 334 | void valuac_(v) | ^ 4 warnings generated. cc -O2 -pipe -c dverb2.c dverb2.c:354:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 354 | static integer cxappl_(ri) | ^ dverb2.c:493:38: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] 493 | curxt_1.xroom1 = (curxt_1.xroom1 - rindex_1.mra << 1) + rindex_1.mrae; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ dverb2.c:493:38: note: place parentheses around the '-' expression to silence this warning 493 | curxt_1.xroom1 = (curxt_1.xroom1 - rindex_1.mra << 1) + rindex_1.mrae; | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ dverb2.c:557:37: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] 557 | curxt_1.xroom1 = (findex_1.mloc - rindex_1.mra << 1) + rindex_1.mrae + 1 | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~ dverb2.c:557:37: note: place parentheses around the '-' expression to silence this warning 557 | curxt_1.xroom1 = (findex_1.mloc - rindex_1.mra << 1) + rindex_1.mrae + 1 | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -c gdt.c cc -O2 -pipe -c lightp.c lightp.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical lightp_(obj) | ^ 1 warning generated. cc -O2 -pipe -c local.c cc -O2 -pipe -c nobjs.c nobjs.c:14:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 14 | logical nobjs_(ri, arg) | ^ nobjs.c:858:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 858 | static logical mirpan_(st, pnf) | ^ 2 warnings generated. cc -O2 -pipe -c np.c np.c:18:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 18 | void rdline_(buffer, who) | ^ np.c:66:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 66 | logical parse_(inbuf, vbflag) | ^ np.c:136:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 136 | void orphan_(o1, o2, o3, o4, o5) | ^ np.c:155:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 155 | static logical lex_(inbuf, outbuf, op, vbflag) | ^ 4 warnings generated. cc -O2 -pipe -c np1.c np1.c:18:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 18 | integer sparse_(lbuf, llnt, vbflag) | ^ 1 warning generated. cc -O2 -pipe -c np2.c np2.c:15:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 15 | integer getobj_(oidx, aidx, spcobj) | ^ np2.c:151:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 151 | integer schlst_(oidx, aidx, rm, cn, ad, spcobj) | ^ np2.c:255:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 255 | static logical thisit_(oidx, aidx, obj, spcobj) | ^ 3 warnings generated. cc -O2 -pipe -c np3.c np3.c:209:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 209 | static void unpack_(oldj, j) | ^ np3.c:275:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 275 | static logical syneql_(prep, obj, sprep, sfl1, sfl2) | ^ np3.c:303:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 303 | static logical takeit_(obj, sflag) | ^ np3.c:422:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 422 | static integer gwim_(sflag, sfw1, sfw2) | ^ 4 warnings generated. cc -O2 -pipe -c nrooms.c nrooms.c:13:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | logical rappl2_(ri) | ^ nrooms.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 412 | static void lookto_(nrm, srm, nt, st, ht) | ^ nrooms.c:495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 495 | static void ewtell_(rm, st) | ^ 3 warnings generated. cc -O2 -pipe -c objcts.c objcts.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical oappli_(ri, arg) | ^ 1 warning generated. cc -O2 -pipe -c rooms.c rooms.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical rappl1_(ri) | ^ 1 warning generated. cc -O2 -pipe -c sobjs.c sobjs.c:12:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 12 | logical sobjs_(ri, arg) | ^ 1 warning generated. cc -O2 -pipe -c supp.c supp.c:29:19: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 29 | extern struct tm *localtime (); | ^ /usr/include/time.h:118:12: note: conflicting prototype is here 118 | struct tm *localtime(const time_t *); | ^ supp.c:41:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 41 | void itime_(hrptr, minptr, secptr) | ^ supp.c:59:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 59 | integer rnd_(maxval) | ^ supp.c:208:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 208 | void more_output(z) | ^ 4 warnings generated. cc -O2 -pipe -c sverbs.c sverbs.c:13:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 13 | logical sverbs_(ri) | ^ 1 warning generated. cc -O2 -pipe -c verbs.c verbs.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical vappli_(ri) | ^ 1 warning generated. cc -O2 -pipe -c villns.c villns.c:10:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 10 | logical trollp_(arg) | ^ villns.c:170:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 170 | logical cyclop_(arg) | ^ villns.c:309:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 309 | logical thiefp_(arg) | ^ 3 warnings generated. cat dtextc.uu1 dtextc.uu2 dtextc.uu3 dtextc.uu4 | uudecode cc -O2 -pipe -o dungeon actors.o ballop.o clockr.o demons.o dgame.o dinit.o dmain.o dso1.o dso2.o dso3.o dso4.o dso5.o dso6.o dso7.o dsub.o dverb1.o dverb2.o gdt.o lightp.o local.o nobjs.o np.o np1.o np2.o np3.o nrooms.o objcts.o rooms.o sobjs.o supp.o sverbs.o verbs.o villns.o -ltermcap ld: warning: supp.c(supp.o:(rnd_)): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/dungeon at 1764751168.84 ===> games/dungeon ===> Faking installation for dungeon-2.7sp1 /exopi-obj/pobj/dungeon-2.7s/bin/install -d -m 755 /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/share/dungeon cp dungeon /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/bin cp dtextc.dat /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/share/dungeon /exopi-obj/pobj/dungeon-2.7s/bin/install -c -m 644 /exopi-obj/pobj/dungeon-2.7s/dungeon.6 /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/man/man6 /exopi-obj/pobj/dungeon-2.7s/bin/install -d -m 755 /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/share/doc/dungeon /exopi-obj/pobj/dungeon-2.7s/bin/install -c -m 644 /exopi-obj/pobj/dungeon-2.7s/History /exopi-obj/pobj/dungeon-2.7s/fake-amd64/usr/local/share/doc/dungeon ===> Building package for dungeon-2.7sp1 Create /exopi-cvs/ports/packages/amd64/all/dungeon-2.7sp1.tgz Creating package dungeon-2.7sp1 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|****************************** | 46% archiving|******************************** | 49% archiving|********************************* | 51% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/dungeon-2.7sp1.tgz >>> Running clean in games/dungeon at 1764751174.03 ===> games/dungeon ===> Cleaning for dungeon-2.7sp1 >>> Ended at 1764751174.68 max_stuck=0.00/build=13.14/package=5.06/clean=0.88