>>> Building on exopi-4 under audio/ascd BDEPENDS = [devel/imake-cf;devel/imake;audio/libworkman] DIST = [audio/ascd:ascd-0.13pr6-themes.tgz;audio/ascd:ascd-0.13.2-src.tgz] FULLPKGNAME = ascd-0.13.2p5 RDEPENDS = [audio/libworkman] (Junk lock obtained for exopi-4 at 1713956335.95) >>> Running depends in audio/ascd at 1713956335.99 last junk was in www/py-mastodon.py,python3 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 libworkman-1.4p2 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 libworkman-1.4p2 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 libworkman-1.4p2 >>> Running show-prepare-results in audio/ascd at 1713956337.89 ===> audio/ascd ===> Building from scratch ascd-0.13.2p5 ===> ascd-0.13.2p5 depends on: imake-* -> imake-1.0.9 ===> ascd-0.13.2p5 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> ascd-0.13.2p5 depends on: libworkman-* -> libworkman-1.4p2 ===> Verifying specs: X11 Xau Xdmcp Xext Xpm c workman>=1 ===> found X11.18.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xpm.10.0 c.100.0 workman.1.4 imake-1.0.9 imake-cf-1.0.7p0 libworkman-1.4p2 (Junk lock released for exopi-4 at 1713956338.73) distfiles size=321213 >>> Running build in audio/ascd at 1713956338.76 ===> audio/ascd ===> Checking files for ascd-0.13.2p5 `/exopi-cvs/ports/distfiles/ascd-0.13.2-src.tgz' is up to date. `/exopi-cvs/ports/distfiles/ascd-0.13pr6-themes.tgz' is up to date. >> (SHA256) ascd-0.13.2-src.tgz: OK >> (SHA256) ascd-0.13pr6-themes.tgz: OK ===> Extracting for ascd-0.13.2p5 rm -r /exopi-obj/pobj/ascd-0.13.2/ascd-0.13.2/workman ===> Patching for ascd-0.13.2p5 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Sun Sep 5 00:24:23 1999 |+++ Imakefile Thu Apr 25 17:26:18 2013 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 48. done ===> Applying OpenBSD patch patch-ascd_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ascd.c.orig Mon Jul 5 17:58:51 1999 |+++ ascd.c Thu Apr 25 17:27:22 2013 -------------------------- Patching file ascd.c using Plan A... Hunk #1 succeeded at 63. Hunk #2 succeeded at 570. Hunk #3 succeeded at 605. Hunk #4 succeeded at 634. done ===> Applying OpenBSD patch patch-ext_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ext.h.orig Thu Apr 25 17:27:12 2013 |+++ ext.h Thu Apr 25 17:27:18 2013 -------------------------- Patching file ext.h using Plan A... Hunk #1 succeeded at 25. done ===> Applying OpenBSD patch patch-faktory_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- faktory.c.orig Mon Jul 5 17:52:38 1999 |+++ faktory.c Thu Apr 25 17:26:18 2013 -------------------------- Patching file faktory.c using Plan A... Hunk #1 succeeded at 58. done ===> Applying OpenBSD patch patch-misc_config_h_default Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- misc/config.h.default.orig Mon Apr 19 19:25:01 1999 |+++ misc/config.h.default Sat Feb 3 16:16:19 2001 -------------------------- Patching file misc/config.h.default using Plan A... Hunk #1 succeeded at 1. done ===> Applying OpenBSD patch patch-misc_dirs_h_default Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- misc/dirs.h.default.orig Mon Apr 19 19:24:12 1999 |+++ misc/dirs.h.default Sat Feb 3 16:16:50 2001 -------------------------- Patching file misc/dirs.h.default using Plan A... Hunk #1 succeeded at 1. 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 ascd-0.13.2p5 ===> Configuring for ascd-0.13.2p5 imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend ===> Building for ascd-0.13.2p5 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c cdcontrol.c cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c misc.c misc.c:39:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern tes_xgets(); ~~~~~~ ^ int misc.c:40:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern fak_parse_line(); ~~~~~~ ^ int misc.c:41:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern cd_control_version(); ~~~~~~ ^ int misc.c:223:20: warning: passing arguments to 'tes_xgets' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (tes_xgets(txt, 256, in)) { ^ misc.c:224:22: warning: passing arguments to 'fak_parse_line' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] fak_parse_line(txt, key, arguments); ^ misc.c:380:66: warning: cast to 'char *' from smaller integer type 'int' [-Wint-to-pointer-cast] fprintf(stderr, "%s %s (CDcontrol %s, %s) ", PACKAGE, VERSION, (char *)cd_control_version(), wm_libver_string()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c faktory.c faktory.c:287:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (in = fopen(txt, "r")) { ~~~^~~~~~~~~~~~~~~~~ faktory.c:287:12: note: place parentheses around the assignment to silence this warning if (in = fopen(txt, "r")) { ^ ( ) faktory.c:287:12: note: use '==' to turn this assignment into an equality comparison if (in = fopen(txt, "r")) { ^ == faktory.c:639:28: warning: illegal character encoding in string literal [-Winvalid-source-encoding] for (j = 0 ; j <= strlen(ACCTABLE) - 2 ; j = j + 2) { ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:640:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] if ( txt[x] == (unsigned char)ACCTABLE[j] ) { ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:641:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding] txt[x] = ACCTABLE[j + 1]; ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:649:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding] for (j = 0 ; j <= strlen(UPACCTABLE) - 2 ; j = j + 2) { ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:650:33: warning: illegal character encoding in string literal [-Winvalid-source-encoding] if ( txt[x] == (unsigned char)UPACCTABLE[j] ) { ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:651:16: warning: illegal character encoding in string literal [-Winvalid-source-encoding] txt[x] = UPACCTABLE[j + 1]; ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:655:15: warning: call to undeclared library function 'toupper' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] txt[x] = toupper(txt[x]); ^ faktory.c:655:15: note: include the header or explicitly provide a declaration for 'toupper' faktory.c:771:28: warning: illegal character encoding in string literal [-Winvalid-source-encoding] for (j = 0 ; j <= strlen(ACCTABLE) - 2 ; j = j + 2) { ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:772:37: warning: illegal character encoding in string literal [-Winvalid-source-encoding] if ( txt[x] == (unsigned char)ACCTABLE[j] ) { ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:773:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding] txt[x] = ACCTABLE[j + 1]; ^~~~~~~~ ./ascd.h:16:19: note: expanded from macro 'ACCTABLE' #define ACCTABLE "eeeaauuioc**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:781:31: warning: illegal character encoding in string literal [-Winvalid-source-encoding] for (j = 0 ; j <= strlen(UPACCTABLE) - 2 ; j = j + 2) { ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:782:33: warning: illegal character encoding in string literal [-Winvalid-source-encoding] if ( txt[x] == (unsigned char)UPACCTABLE[j] ) { ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:783:16: warning: illegal character encoding in string literal [-Winvalid-source-encoding] txt[x] = UPACCTABLE[j + 1]; ^~~~~~~~~~ ./ascd.h:17:21: note: expanded from macro 'UPACCTABLE' #define UPACCTABLE "EEEAAUUIOC**" ^~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ ~~~~ faktory.c:1081:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("A.Repeat"); ^ faktory.c:1083:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PLAY); ^ faktory.c:1085:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(STOPONLY); /* added in 0.13 */ ^ faktory.c:1114:7: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(DIRECTTRACK); ^ faktory.c:1738:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PAUSE); ^ faktory.c:1759:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PAUSE); ^ 20 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c handlers.c handlers.c:180:3: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(DIRECTTRACK); ^ handlers.c:207:2: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Saving"); ^ handlers.c:208:2: warning: call to undeclared function 'save_rc_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] save_rc_file(); ^ handlers.c:212:2: warning: call to undeclared function 'load_rc_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] load_rc_file(); ^ handlers.c:215:2: warning: call to undeclared function 'quick_reference'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] quick_reference(thdata[but_current].arg); ^ handlers.c:233:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Playing"); ^ handlers.c:235:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PAUSE); ^ handlers.c:240:3: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(DIRECTTRACK); ^ handlers.c:242:3: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Paused"); ^ handlers.c:243:3: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PAUSE); ^ handlers.c:247:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(CLOSETRAY); ^ handlers.c:249:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Play"); ^ handlers.c:251:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(PLAY); ^ handlers.c:263:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Stop"); ^ handlers.c:264:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(STOPONLY); ^ handlers.c:274:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Stop"); ^ handlers.c:275:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(STOPONLY); ^ handlers.c:282:6: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Eject"); ^ handlers.c:283:6: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(EJECT); ^ handlers.c:290:2: warning: call to undeclared function 'newtext'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] newtext("Eject"); ^ handlers.c:291:2: warning: call to undeclared function 'cd_control'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] cd_control(EJECT); ^ 21 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c ascd.c ascd.c:66:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern cd_control(int); ~~~~~~ ^ int ascd.c:67:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] extern cd_control_version(); ~~~~~~ ^ int ascd.c:232:35: warning: call to undeclared function 'fak_event_handle'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if ((j >= 1) && (j <= 49)) fak_event_handle(j, Event); ^ ascd.c:233:41: warning: call to undeclared function 'cd_event_handle'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] else if ((j >= 50) && (j <= 99)) cd_event_handle(j, Event); ^ ascd.c:438:11: warning: comparison of array 'cd->artist' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (cd->artist != NULL) { ~~~~^~~~~~ ~~~~ ascd.c:511:11: warning: comparison of array 'cd->artist' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (cd->artist != NULL) { ~~~~^~~~~~ ~~~~ ascd.c:704:5: warning: call to undeclared function 'load_rc_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] load_rc_file(FALSE); ^ ascd.c:705:5: warning: call to undeclared function 'command_line_parse'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] command_line_parse(argc, argv); ^ 8 warnings generated. rm -f ascd cc -o ascd -O2 -L/usr/X11R6/lib -L/usr/local/lib cdcontrol.o misc.o faktory.o handlers.o ascd.o -lXext -lX11 -lXdmcp -lXau -lXpm -lworkman -lXext -lX11 -lXdmcp -lXau -lXpm -Wl,-rpath,/usr/local/lib misc.c(misc.o:(load_rc_file)): warning: sprintf() is often misused, please use snprintf() misc.c(misc.o:(load_rc_file)): warning: strcpy() is almost always misused, please use strlcpy() ascd.c(ascd.o:(show_icon_db_f)): warning: strcat() is almost always misused, please use strlcat() rm -f ascd._man if test -z "" ; then cd `dirname ascd` && ln -s `basename ascd.man` `basename ascd._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" < ascd.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/\@\@$/\\/' >ascd._man; fi >>> Running package in audio/ascd at 1713956341.59 ===> audio/ascd ===> Faking installation for ascd-0.13.2p5 install -c ascd /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/bin/ascd + mkdir -p /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd + install -c -m 0444 themes/themes-manual.ps.gz /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd install in . done install -c -m 0444 ascd._man /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/man/man1/ascd.1 install.man in . done /exopi-obj/pobj/ascd-0.13.2/bin/install -d -m 755 /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd tar xfC /exopi-obj/pobj/ascd-0.13.2/ascd-0.13.2/themes/default.tar /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd/ tar xfC /exopi-obj/pobj/ascd-0.13.2/ascd-0.13.2/themes/themes.tar /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd/ tar xfC /exopi-obj/pobj/ascd-0.13.2/ascd-0.13pr6-themes/themes.tar /exopi-obj/pobj/ascd-0.13.2/fake-amd64/usr/local/share/AScd/Themes ===> Building package for ascd-0.13.2p5 Create /exopi-cvs/ports/packages/amd64/all/ascd-0.13.2p5.tgz Creating package ascd-0.13.2p5 reading plist| checking dependencies| checking dependencies|audio/libworkman checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 13% archiving|********* | 13% archiving|********* | 14% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 32% archiving|********************* | 32% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|****************************** | 47% archiving|******************************* | 48% archiving|*********************************** | 54% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 89% archiving|********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/ascd-0.13.2p5.tgz >>> Running clean in audio/ascd at 1713956343.77 ===> audio/ascd ===> Cleaning for ascd-0.13.2p5 >>> Ended at 1713956344.07 max_stuck=0.00/depends=1.91/show-prepare-results=0.87/build=2.82/package=2.17/clean=0.35