------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXi-1.7.10,1.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by coolmail-1.3_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by coolmail-1.3_3 for building => SHA256 Checksum OK for coolmail-1.3.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by coolmail-1.3_3 for building ===> Extracting for coolmail-1.3_3 => SHA256 Checksum OK for coolmail-1.3.tgz. Extracted Memory Use: 0.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for coolmail-1.3_3 ===> Applying ports patches for coolmail-1.3_3 ===> Cleanly applied ports patch(es) patch-Makefile patch-coolmail.c patch-coolmail.man patch-display_list.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> Configuring for coolmail-1.3_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for coolmail-1.3_3 --- coolmail.o --- --- display_list.o --- --- render1.o --- --- colors.o --- --- coolmail.o --- cc -DNO_CUSERID -DSUPPORT_MAILDIR -I/usr/local/include coolmail.c -c --- render1.o --- cc -DNO_CUSERID -DSUPPORT_MAILDIR -I/usr/local/include render1.c -c --- colors.o --- cc -DNO_CUSERID -DSUPPORT_MAILDIR -I/usr/local/include system/X11/colors.c -c --- display_list.o --- cc -DNO_CUSERID -DSUPPORT_MAILDIR -I/usr/local/include system/X11/display_list.c -c --- render1.o --- render1.c: In function 'rend_init': render1.c:75:14: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(!strcmp(argv[i], "-mono")) ^~~~~~ --- coolmail.o --- coolmail.c: In function 'main': coolmail.c:111:27: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (getenv("MAILDIR") && strlen(getenv("MAILDIR"))) { ^~~~~~ coolmail.c:111:27: warning: incompatible implicit declaration of built-in function 'strlen' coolmail.c:111:27: note: include '' or provide a declaration of 'strlen' coolmail.c:38:1: +#include coolmail.c:111:27: if (getenv("MAILDIR") && strlen(getenv("MAILDIR"))) { ^~~~~~ coolmail.c:112:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(mailfile_str,getenv("MAILDIR")); ^~~~~~ coolmail.c:112:3: warning: incompatible implicit declaration of built-in function 'strcpy' coolmail.c:112:3: note: include '' or provide a declaration of 'strcpy' coolmail.c:114:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(mailfile_str,getenv("MAIL")); ^~~~~~ coolmail.c:114:5: note: include '' or provide a declaration of 'strcpy' coolmail.c:120:5: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(mailfile_str, getlogin()); ^~~~~~ coolmail.c:120:5: warning: incompatible implicit declaration of built-in function 'strcat' coolmail.c:120:5: note: include '' or provide a declaration of 'strcat' coolmail.c: In function 'cool_parseargs': coolmail.c:366:12: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(argv[i], "-f")) ^~~~~~ coolmail.c:369:10: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(mailfile_str, argv[i], 1023); ^~~~~~~ coolmail.c:369:10: warning: incompatible implicit declaration of built-in function 'strncpy' coolmail.c:369:10: note: include '' or provide a declaration of 'strncpy' coolmail.c:374:10: warning: incompatible implicit declaration of built-in function 'strncpy' strncpy(command_str, argv[i], 1023); ^~~~~~~ coolmail.c:374:10: note: include '' or provide a declaration of 'strncpy' coolmail.c: In function 'cool_do_command': coolmail.c:483:4: warning: implicit declaration of function 'disp_sync' [-Wimplicit-function-declaration] disp_sync(); ^~~~~~~~~ coolmail.c: In function 'cool_get_inboxstatus': coolmail.c:703:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(maildir,filename); ^~~~~~ coolmail.c:703:5: note: include '' or provide a declaration of 'strcpy' coolmail.c:704:17: warning: incompatible implicit declaration of built-in function 'strlen' if (maildir[strlen(maildir)-1]!='/') ^~~~~~ coolmail.c:704:17: note: include '' or provide a declaration of 'strlen' coolmail.c:705:7: warning: incompatible implicit declaration of built-in function 'strcat' strcat(maildir,"/"); ^~~~~~ coolmail.c:705:7: note: include '' or provide a declaration of 'strcat' coolmail.c:706:5: warning: incompatible implicit declaration of built-in function 'strcat' strcat(maildir,"new"); ^~~~~~ coolmail.c:706:5: note: include '' or provide a declaration of 'strcat' coolmail.c:727:16: warning: incompatible implicit declaration of built-in function 'strlen' if (mfn[strlen(mfn)-1]!='/') ^~~~~~ coolmail.c:727:16: note: include '' or provide a declaration of 'strlen' --- coolmail --- cc coolmail.o display_list.o render1.o colors.o -L/usr/local/lib -lXt -lX11 -lm -lXext -Wl,-rpath,/usr/local/lib -o coolmail SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for coolmail-1.3_3 ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> coolmail-1.3_3 depends on file: /usr/local/libdata/pkgconfig/xi.pc - found ===> Generating temporary packing list install -s -m 555 /construction/mail/coolmail/coolmail-1.3/coolmail /construction/mail/coolmail/stage/usr/local/bin/coolmail install -m 444 /construction/mail/coolmail/coolmail-1.3/coolmail.man /construction/mail/coolmail/stage/usr/local/man/man1/coolmail.1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/coolmail is linked to /usr/local/lib/libXt.so.6 from x11-toolkits/libXt but it is not declared as a dependency Warning: you need USE_XORG+=xt Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for coolmail-1.3_3 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06