------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The mboxstats port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mboxstats-3.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The mboxstats port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mboxstats-3.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mboxstats-3.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The mboxstats port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mboxstats-3.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mboxstats-3.1 for building => SHA256 Checksum OK for mboxstats-3.1.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The mboxstats port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> mboxstats-3.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mboxstats-3.1 for building ===> Extracting for mboxstats-3.1 => SHA256 Checksum OK for mboxstats-3.1.tgz. Extracted Memory Use: 0.13M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mboxstats-3.1 ===> Applying ports patches for mboxstats-3.1 ===> Cleanly applied ports patch(es) patch-br.cpp SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mboxstats-3.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mboxstats-3.1 --- array.o --- --- funcs.o --- --- main.o --- --- io.o --- --- mem.o --- --- val.o --- --- br.o --- --- array.o --- c++ -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c array.cpp --- funcs.o --- c++ -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c funcs.cpp --- main.o --- c++ -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c main.cpp --- mem.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c mem.c --- val.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c val.c --- br.o --- c++ -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c br.cpp --- io.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -O2 -DVERSION=\"3.1\" -g -c io.c --- array.o --- array.cpp: In member function 'int array::addelement(char*)': array.cpp:140:85: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] strings = (char **)myrealloc(strings, sizeof(char *) * (nin + 1), "list of strings"); ^ array.cpp:141:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] counters = (long int *)myrealloc(counters, sizeof(long int) * ncounters * (nin + 1), "list of counters"); ^ array.cpp:145:107: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] subarrays = (array **)myrealloc(subarrays, sizeof(array *) * nsubarrays * (nin + 1), "list of subarrays"); ^ --- funcs.o --- funcs.cpp: In function 'char* stripstring(char*)': funcs.cpp:40:57: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *dummy = (char *)mymalloc(len+1, "stripped string"); ^ --- br.o --- br.cpp: In member function 'char* buffered_reader::read_line()': br.cpp:217:26: warning: variable 'search_start' set but not used [-Wunused-but-set-variable] long long int n_bytes, search_start; ^~~~~~~~~~~~ --- main.o --- main.cpp: In function 'char* url_escape(char*)': main.cpp:159:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *out = (char *)mymalloc(len * 3 + 1, "url escape"); ^ main.cpp: In function 'char* emit_url(char*, char*)': main.cpp:182:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return mystrdup(""); ^ main.cpp:184:85: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] buffer = (char *)mymalloc(strlen(searcher_in) + 128 + strlen(string) * 5 + 1, "url"); ^ main.cpp: In function 'char* b2kb(long unsigned int, char)': main.cpp:200:51: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *buffer = (char *)mymalloc(64, "b2kb output"); ^ main.cpp: In function 'int main(int, char**)': main.cpp:759:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] boundary = (char *)mymalloc(len + 1, "boundary"); ^ main.cpp:770:56: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] boundary = (char *)mymalloc(len + 1, "boundary"); ^ main.cpp:982:98: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] MessageIDs = (char **)myrealloc(MessageIDs, (nMessageIDs + 1) * sizeof(char *), "MessageIDs"); ^ main.cpp:984:108: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] MessageIDst = (time_t *)myrealloc(MessageIDst, (nMessageIDs + 1) * sizeof(time_t), "MessageIDs time_t"); ^ main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *weekday[7+1] = { "", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}; ^ main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1176:105: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] char *month[12+1] = { "", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; ^ main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] main.cpp:1177:111: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] --- mboxstats --- cc -Wall -W array.o funcs.o main.o io.o mem.o val.o br.o -lm -lstdc++ -g -o mboxstats SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mboxstats-3.1 ===> Generating temporary packing list install -s -m 555 /construction/mail/mboxstats/mboxstats-3.1/mboxstats /construction/mail/mboxstats/stage/usr/local/bin ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: Makefile sed failed: file content unchanged from backup: Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mboxstats-3.1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06