------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The bibcursed 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 ------------------------------------------------------------------------------- ===> bibcursed-2.0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The bibcursed 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 ===> bibcursed-2.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bibcursed-2.0.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The bibcursed 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 ===> bibcursed-2.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bibcursed-2.0.1 for building => SHA256 Checksum OK for bibcursed_2.0.1.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The bibcursed 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 ===> bibcursed-2.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by bibcursed-2.0.1 for building ===> Extracting for bibcursed-2.0.1 => SHA256 Checksum OK for bibcursed_2.0.1.tgz. Extracted Memory Use: 0.10M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for bibcursed-2.0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> bibcursed-2.0.1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> bibcursed-2.0.1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for bibcursed-2.0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for bibcursed-2.0.1 (cd /construction/print/bibcursed/bibcursed && /usr/bin/env XDG_DATA_HOME=/construction/print/bibcursed XDG_CONFIG_HOME=/construction/print/bibcursed HOME=/construction/print/bibcursed TMPDIR="/tmp" PATH=/construction/print/bibcursed/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/local/lib " LIBS="" CXX="c++" CXXFLAGS=" -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing bibcursed.c -o bibcursed -L/usr/local/lib -Wl,-rpath=/usr/local/lib -lncurses) bibcursed.c: In function 'menu': bibcursed.c:77:10: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] lch = tolower(ch); ^~~~~~~ bibcursed.c:81:18: warning: implicit declaration of function 'search_menu' [-Wimplicit-function-declaration] case 's' : search_menu(); break; ^~~~~~~~~~~ bibcursed.c:82:18: warning: implicit declaration of function 'add_entry'; did you mean 'addstr'? [-Wimplicit-function-declaration] case 'a' : add_entry(); break; ^~~~~~~~~ addstr bibcursed.c:83:18: warning: implicit declaration of function 'delete_entry'; did you mean 'deleteln'? [-Wimplicit-function-declaration] case 'd' : delete_entry(); break; ^~~~~~~~~~~~ deleteln bibcursed.c:84:18: warning: implicit declaration of function 'change_entry'; did you mean 'cgetent'? [-Wimplicit-function-declaration] case 'c' : change_entry(); break; ^~~~~~~~~~~~ cgetent bibcursed.c:85:18: warning: implicit declaration of function 'config_options' [-Wimplicit-function-declaration] case 'o' : config_options(); break; ^~~~~~~~~~~~~~ bibcursed.c:86:18: warning: implicit declaration of function 'help'; did you mean 'beep'? [-Wimplicit-function-declaration] case 'h' : help(); break; ^~~~ beep bibcursed.c:87:18: warning: implicit declaration of function 'quit_prog' [-Wimplicit-function-declaration] case 'q' : quit_prog(); break; ^~~~~~~~~ bibcursed.c: At top level: bibcursed.c:93:1: warning: return type defaults to 'int' [-Wimplicit-int] help() ^~~~ bibcursed.c:142:1: warning: return type defaults to 'int' [-Wimplicit-int] config_options() ^~~~~~~~~~~~~~ bibcursed.c:147:1: warning: return type defaults to 'int' [-Wimplicit-int] add_entry() ^~~~~~~~~ bibcursed.c: In function 'add_entry': bibcursed.c:387:19: warning: implicit declaration of function 'field_menu'; did you mean 'fileno'? [-Wimplicit-function-declaration] print_pos+= field_menu(use_institution, set_institution, "A. Institution"); ^~~~~~~~~~ fileno bibcursed.c: At top level: bibcursed.c:857:1: warning: return type defaults to 'int' [-Wimplicit-int] delete_entry() ^~~~~~~~~~~~ bibcursed.c:963:1: warning: return type defaults to 'int' [-Wimplicit-int] change_entry() ^~~~~~~~~~~~ bibcursed.c: In function 'change_entry': bibcursed.c:1032:7: warning: implicit declaration of function 'change_field'; did you mean 'change_entry'? [-Wimplicit-function-declaration] change_field(entry_name); ^~~~~~~~~~~~ change_entry bibcursed.c: At top level: bibcursed.c:1037:1: warning: return type defaults to 'int' [-Wimplicit-int] change_field(char *entry_name) ^~~~~~~~~~~~ bibcursed.c: In function 'change_field': bibcursed.c:1068:10: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] lch = toupper(ch); ^~~~~~~ bibcursed.c: At top level: bibcursed.c:1188:1: warning: return type defaults to 'int' [-Wimplicit-int] search_file(int what) ^~~~~~~~~~~ bibcursed.c:1319:1: warning: return type defaults to 'int' [-Wimplicit-int] search_menu() ^~~~~~~~~~~ bibcursed.c:1383:1: warning: return type defaults to 'int' [-Wimplicit-int] quit_prog() ^~~~~~~~~ bibcursed.c:1390:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc, char *argv[]) ^~~~ SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> bibcursed-2.0.1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for bibcursed-2.0.1 ===> bibcursed-2.0.1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/print/bibcursed/bibcursed/bibcursed /construction/print/bibcursed/stage/usr/local/bin install -m 444 /construction/print/bibcursed/bibcursed/bibcursed.1 /construction/print/bibcursed/stage/usr/local/man/man1 ====> 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 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for bibcursed-2.0.1 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:01 TOTAL TIME 00:00:05