------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ linkcheck-1.4_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ linkcheck-1.4_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by linkcheck-1.4_1 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ linkcheck-1.4_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by linkcheck-1.4_1 for building => SHA256 Checksum OK for linkcheck-1.4.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ linkcheck-1.4_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by linkcheck-1.4_1 for building ===> Extracting for linkcheck-1.4_1 => SHA256 Checksum OK for linkcheck-1.4.tar.gz. Extracted Memory Use: 0.51M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for linkcheck-1.4_1 ===> Applying ports patches for linkcheck-1.4_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for linkcheck-1.4_1 configure: warning: x86_64-portbld-dragonfly5.7: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking host system type... x86_64-portbld-dragonfly5.7 checking target system type... x86_64-portbld-dragonfly5.7 checking for gcc... cc checking whether the C compiler (cc -pipe -Wno-return-type -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -Wno-return-type -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for perl... false checking for sh... /bin/sh checking how to run the C preprocessor... cpp checking for AIX... no checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /usr/bin/install -c checking for debugging level... zero checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for memory.h... (cached) yes checking for errno.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for resolv.h... (cached) yes checking for signal.h... (cached) yes checking for working const... yes checking for size_t... (cached) yes checking return type of signal handlers... void checking for strchr... (cached) yes checking for memcpy... (cached) yes checking for strstr... (cached) yes checking for strcmp... yes checking for strncmp... (cached) yes checking for strncpy... yes checking for strlen... (cached) yes checking for strncasecmp... (cached) yes checking for strcasecmp... (cached) yes checking for strncmp... (cached) yes checking for socket... yes checking for gethostbyname... (cached) yes checking for socket in -lsocket... no checking for res_query in -lresolv... no updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating doc/Makefile creating include/Makefile creating utils/Makefile creating include/config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for linkcheck-1.4_1 --- all-recursive --- Making all in . Making all in doc Making all in include --- ./config.h.in --- Making all in src --- linkcheck.o --- --- getopt.o --- --- getopt1.o --- --- version.o --- --- getopt.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -pipe -Wno-return-type -O2 -fno-strict-aliasing -c getopt.c --- linkcheck.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -pipe -Wno-return-type -O2 -fno-strict-aliasing -c linkcheck.c --- getopt1.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -pipe -Wno-return-type -O2 -fno-strict-aliasing -c getopt1.c --- version.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -pipe -Wno-return-type -O2 -fno-strict-aliasing -c version.c --- getopt.o --- getopt.c: In function '_getopt_internal': getopt.c:386:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ getopt.c:460:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, s - nextchar)) ^~~~~~~ getopt.c:462:26: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (s - nextchar == strlen (p->name)) ^~~~~~ getopt.c:462:26: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:462:26: note: include '' or provide a declaration of 'strlen' getopt.c:98:1: +#include getopt.c:462:26: if (s - nextchar == strlen (p->name)) ^~~~~~ getopt.c:486:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:486:16: note: include '' or provide a declaration of 'strlen' getopt.c:516:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:516:17: note: include '' or provide a declaration of 'strlen' getopt.c:529:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:529:17: note: include '' or provide a declaration of 'strlen' getopt.c:533:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:533:16: note: include '' or provide a declaration of 'strlen' --- linkcheck.o --- linkcheck.c:207:1: warning: return type defaults to 'int' [-Wimplicit-int] main( argc, argv ) ^~~~ linkcheck.c: In function 'main': linkcheck.c:212:2: warning: implicit declaration of function 'init_all'; did you mean 'initstate'? [-Wimplicit-function-declaration] init_all(); ^~~~~~~~ initstate linkcheck.c:218:2: warning: implicit declaration of function 'get_site'; did you mean 'getbsize'? [-Wimplicit-function-declaration] get_site(); ^~~~~~~~ getbsize linkcheck.c:221:2: warning: implicit declaration of function 'report_urls' [-Wimplicit-function-declaration] report_urls(1); ^~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:231:1: warning: return type defaults to 'int' [-Wimplicit-int] connect_to_server(site) ^~~~~~~~~~~~~~~~~ linkcheck.c:316:1: warning: return type defaults to 'int' [-Wimplicit-int] parse_for_hrefs(html_text,urll) ^~~~~~~~~~~~~~~ linkcheck.c: In function 'parse_for_hrefs': linkcheck.c:325:2: warning: implicit declaration of function 'set_return_code' [-Wimplicit-function-declaration] set_return_code( urll, html_text); ^~~~~~~~~~~~~~~ linkcheck.c:328:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:316:1: note: declared here parse_for_hrefs(html_text,urll) ^~~~~~~~~~~~~~~ linkcheck.c:332:2: warning: implicit declaration of function 'html_lower' [-Wimplicit-function-declaration] html_lower(html_text); ^~~~~~~~~~ linkcheck.c:336:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while ( *tmpstr != (char)NULL ) { ^ linkcheck.c:344:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while(*tmpstr!=(char)NULL) { ^ linkcheck.c:356:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while( *tmpstr != (char)NULL && i < (MAX_MEDIUM_BUF-1)) { ^ linkcheck.c:367:5: warning: implicit declaration of function 'parse_control'; did you mean 'parse_cmdline'? [-Wimplicit-function-declaration] parse_control(HBuf, urll); ^~~~~~~~~~~~~ parse_cmdline linkcheck.c:373:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while( *tmpstr != (char)NULL && *tmpstr != '>' && ^ linkcheck.c:383:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ( *tmpstr != (char)NULL ) { ^ linkcheck.c: In function 'add_url_link': linkcheck.c:411:2: warning: implicit declaration of function 'full_out_url' [-Wimplicit-function-declaration] full_out_url(&TmpUrl); ^~~~~~~~~~~~ linkcheck.c:417:4: warning: implicit declaration of function 'fatal_exit'; did you mean 'atexit'? [-Wimplicit-function-declaration] fatal_exit(); ^~~~~~~~~~ atexit linkcheck.c:421:3: warning: implicit declaration of function 'copy_full_url' [-Wimplicit-function-declaration] copy_full_url(urll, &TmpUrl); ^~~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:464:1: warning: return type defaults to 'int' [-Wimplicit-int] report_urls(complete) ^~~~~~~~~~~ linkcheck.c:812:1: warning: return type defaults to 'int' [-Wimplicit-int] get_page_links(urll) ^~~~~~~~~~~~~~ linkcheck.c: In function 'get_page_links': linkcheck.c:823:7: warning: implicit declaration of function 'http_read_url' [-Wimplicit-function-declaration] if ( http_read_url(urll, 0) > 0 ) { ^~~~~~~~~~~~~ linkcheck.c:824:3: warning: implicit declaration of function 'set_server'; did you mean 'setservent'? [-Wimplicit-function-declaration] set_server(urll); ^~~~~~~~~~ setservent linkcheck.c:825:3: warning: implicit declaration of function 'set_page_date'; did you mean 'get_page_links'? [-Wimplicit-function-declaration] set_page_date(urll); ^~~~~~~~~~~~~ get_page_links linkcheck.c: At top level: linkcheck.c:831:1: warning: return type defaults to 'int' [-Wimplicit-int] get_site() ^~~~~~~~ linkcheck.c: In function 'get_site': linkcheck.c:854:6: warning: implicit declaration of function 'check_pic' [-Wimplicit-function-declaration] check_pic(urll); ^~~~~~~~~ linkcheck.c:859:6: warning: implicit declaration of function 'check_site'; did you mean 'get_site'? [-Wimplicit-function-declaration] check_site(urll); ^~~~~~~~~~ get_site linkcheck.c:862:6: warning: implicit declaration of function 'check_mailto'; did you mean 'res_mailok'? [-Wimplicit-function-declaration] check_mailto(urll); ^~~~~~~~~~~~ res_mailok linkcheck.c:865:6: warning: implicit declaration of function 'check_ftp' [-Wimplicit-function-declaration] check_ftp(urll); ^~~~~~~~~ linkcheck.c:868:6: warning: implicit declaration of function 'check_file'; did you mean 'flockfile'? [-Wimplicit-function-declaration] check_file(urll); ^~~~~~~~~~ flockfile linkcheck.c:871:6: warning: implicit declaration of function 'check_news'; did you mean 'clock_getres'? [-Wimplicit-function-declaration] check_news(urll); ^~~~~~~~~~ clock_getres linkcheck.c:874:6: warning: implicit declaration of function 'check_gopher'; did you mean 'clock_getres'? [-Wimplicit-function-declaration] check_gopher(urll); ^~~~~~~~~~~~ clock_getres linkcheck.c:877:6: warning: implicit declaration of function 'check_telnet'; did you mean 'clock_getres'? [-Wimplicit-function-declaration] check_telnet(urll); ^~~~~~~~~~~~ clock_getres linkcheck.c:880:6: warning: implicit declaration of function 'check_wais' [-Wimplicit-function-declaration] check_wais(urll); ^~~~~~~~~~ linkcheck.c:883:6: warning: implicit declaration of function 'check_powwow' [-Wimplicit-function-declaration] check_powwow(urll); ^~~~~~~~~~~~ linkcheck.c: In function 'parse_cmdline': linkcheck.c:962:7: warning: implicit declaration of function 'set_starting'; did you mean 'strstart'? [-Wimplicit-function-declaration] set_starting(tmpstr); ^~~~~~~~~~~~ strstart linkcheck.c: At top level: linkcheck.c:1006:1: warning: return type defaults to 'int' [-Wimplicit-int] get_options(argc, argv) ^~~~~~~~~~~ linkcheck.c:1074:1: warning: return type defaults to 'int' [-Wimplicit-int] check_site(urll) ^~~~~~~~~~ linkcheck.c:1099:1: warning: return type defaults to 'int' [-Wimplicit-int] html_lower(html_text) ^~~~~~~~~~ linkcheck.c: In function 'html_lower': linkcheck.c:1121:16: warning: implicit declaration of function 'isupper' [-Wimplicit-function-declaration] } else if ( isupper(*tmpstr) ) { ^~~~~~~ linkcheck.c:1122:15: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] *tmpstr = tolower(*tmpstr); ^~~~~~~ linkcheck.c: At top level: linkcheck.c:1134:1: warning: return type defaults to 'int' [-Wimplicit-int] parse_control(input_buf, parent_urll) ^~~~~~~~~~~~~ linkcheck.c: In function 'parse_control': linkcheck.c:1170:7: warning: implicit declaration of function 'add_child_url' [-Wimplicit-function-declaration] add_child_url(urll, parent_urll); ^~~~~~~~~~~~~ linkcheck.c:1203:4: warning: implicit declaration of function 'clean_up_url' [-Wimplicit-function-declaration] clean_up_url(urll); ^~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:1209:1: warning: return type defaults to 'int' [-Wimplicit-int] check_pic(urll) ^~~~~~~~~ linkcheck.c:1222:1: warning: return type defaults to 'int' [-Wimplicit-int] full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c: In function 'full_out_url': linkcheck.c:1233:2: warning: implicit declaration of function 'process_dir_slash' [-Wimplicit-function-declaration] process_dir_slash(urll->url, MAX_SMALL_BUF); ^~~~~~~~~~~~~~~~~ linkcheck.c:1234:2: warning: implicit declaration of function 'process_index_tag' [-Wimplicit-function-declaration] process_index_tag(urll->url, MAX_SMALL_BUF); ^~~~~~~~~~~~~~~~~ linkcheck.c:1238:3: warning: implicit declaration of function 'setup_standard'; did you mean 'sethostname'? [-Wimplicit-function-declaration] setup_standard(urll); ^~~~~~~~~~~~~~ sethostname linkcheck.c:1242:3: warning: implicit declaration of function 'setup_double_slash' [-Wimplicit-function-declaration] setup_double_slash(urll); ^~~~~~~~~~~~~~~~~~ linkcheck.c:1261:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1266:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1271:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1276:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1281:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1286:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1291:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1222:1: note: declared here full_out_url(urll) ^~~~~~~~~~~~ linkcheck.c:1294:3: warning: implicit declaration of function 'setup_single_colon' [-Wimplicit-function-declaration] setup_single_colon(urll); ^~~~~~~~~~~~~~~~~~ linkcheck.c:1326:2: warning: implicit declaration of function 'process_up_dir' [-Wimplicit-function-declaration] process_up_dir(urll->full_path, MAX_SMALL_BUF); ^~~~~~~~~~~~~~ linkcheck.c:1329:2: warning: implicit declaration of function 'process_double_slash' [-Wimplicit-function-declaration] process_double_slash(urll->full_path, MAX_SMALL_BUF); ^~~~~~~~~~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:1334:1: warning: return type defaults to 'int' [-Wimplicit-int] copy_full_url(urld, urls) ^~~~~~~~~~~~~ linkcheck.c:1355:1: warning: return type defaults to 'int' [-Wimplicit-int] process_up_dir(path, len) ^~~~~~~~~~~~~~ linkcheck.c:1387:1: warning: return type defaults to 'int' [-Wimplicit-int] process_double_slash(path, len) ^~~~~~~~~~~~~~~~~~~~ linkcheck.c:1514:1: warning: return type defaults to 'int' [-Wimplicit-int] set_return_code( urll, html_text) ^~~~~~~~~~~~~~~ linkcheck.c:1549:1: warning: return type defaults to 'int' [-Wimplicit-int] http_read_url(urll, not_all) ^~~~~~~~~~~~~ linkcheck.c:1593:1: warning: return type defaults to 'int' [-Wimplicit-int] fatal_exit() ^~~~~~~~~~ linkcheck.c:1599:1: warning: return type defaults to 'int' [-Wimplicit-int] process_dir_slash(path, len ) ^~~~~~~~~~~~~~~~~ linkcheck.c:1625:1: warning: return type defaults to 'int' [-Wimplicit-int] add_child_url(child_urll, parent_urll) ^~~~~~~~~~~~~ linkcheck.c: In function 'add_child_url': linkcheck.c:1633:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1625:1: note: declared here add_child_url(child_urll, parent_urll) ^~~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:1718:1: warning: return type defaults to 'int' [-Wimplicit-int] clean_up_url(urll) ^~~~~~~~~~~~ linkcheck.c: In function 'clean_up_url': linkcheck.c:1724:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1718:1: note: declared here clean_up_url(urll) ^~~~~~~~~~~~ linkcheck.c:1729:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1718:1: note: declared here clean_up_url(urll) ^~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:1741:1: warning: return type defaults to 'int' [-Wimplicit-int] check_mailto(urll) ^~~~~~~~~~~~ linkcheck.c: In function 'check_mailto': linkcheck.c:1760:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1741:1: note: declared here check_mailto(urll) ^~~~~~~~~~~~ linkcheck.c:1775:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1741:1: note: declared here check_mailto(urll) ^~~~~~~~~~~~ linkcheck.c:1781:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ linkcheck.c:1741:1: note: declared here check_mailto(urll) ^~~~~~~~~~~~ linkcheck.c: At top level: linkcheck.c:1788:1: warning: return type defaults to 'int' [-Wimplicit-int] init_all() ^~~~~~~~ linkcheck.c: In function 'init_all': linkcheck.c:1803:2: warning: implicit declaration of function 'catch_signal'; did you mean 'strsignal'? [-Wimplicit-function-declaration] catch_signal(); ^~~~~~~~~~~~ strsignal linkcheck.c: At top level: linkcheck.c:1813:1: warning: return type defaults to 'int' [-Wimplicit-int] catch_signal() ^~~~~~~~~~~~ linkcheck.c:1827:1: warning: return type defaults to 'int' [-Wimplicit-int] set_server(urll) ^~~~~~~~~~ linkcheck.c: In function 'set_server': linkcheck.c:1836:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] for(i=0;*tmpstr!=(char)NULL && *tmpstr!='\n' && *tmpstr!='\r'; ++i,++tmpstr){ ^ linkcheck.c: At top level: linkcheck.c:1843:1: warning: return type defaults to 'int' [-Wimplicit-int] set_page_date(urll) ^~~~~~~~~~~~~ linkcheck.c: In function 'set_page_date': linkcheck.c:1855:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] for(i=0;*tmpstr!=(char)NULL && *tmpstr!='\n' && *tmpstr!='\r'; ++i,++tmpstr){ ^ linkcheck.c: At top level: linkcheck.c:1886:1: warning: return type defaults to 'int' [-Wimplicit-int] set_starting( start_site ) ^~~~~~~~~~~~ linkcheck.c:1932:1: warning: return type defaults to 'int' [-Wimplicit-int] process_index_tag(path, len ) ^~~~~~~~~~~~~~~~~ linkcheck.c:1949:1: warning: return type defaults to 'int' [-Wimplicit-int] check_ftp(urll) ^~~~~~~~~ linkcheck.c:1973:1: warning: return type defaults to 'int' [-Wimplicit-int] ftp_read_url( urll) ^~~~~~~~~~~~ linkcheck.c: In function 'ftp_read_url': linkcheck.c:1979:7: warning: implicit declaration of function 'connect_to_ftp_server'; did you mean 'connect_to_server'? [-Wimplicit-function-declaration] if ( connect_to_ftp_server(urll->site) < 0 ) { ^~~~~~~~~~~~~~~~~~~~~ connect_to_server linkcheck.c: At top level: linkcheck.c:2034:1: warning: return type defaults to 'int' [-Wimplicit-int] connect_to_ftp_server(site) ^~~~~~~~~~~~~~~~~~~~~ linkcheck.c:2072:1: warning: return type defaults to 'int' [-Wimplicit-int] check_file(urll) ^~~~~~~~~~ linkcheck.c:2078:1: warning: return type defaults to 'int' [-Wimplicit-int] check_news(urll) ^~~~~~~~~~ linkcheck.c:2084:1: warning: return type defaults to 'int' [-Wimplicit-int] check_gopher(urll) ^~~~~~~~~~~~ linkcheck.c:2090:1: warning: return type defaults to 'int' [-Wimplicit-int] check_telnet(urll) ^~~~~~~~~~~~ linkcheck.c:2096:1: warning: return type defaults to 'int' [-Wimplicit-int] check_wais(urll) ^~~~~~~~~~ linkcheck.c:2102:1: warning: return type defaults to 'int' [-Wimplicit-int] check_powwow(urll) ^~~~~~~~~~~~ linkcheck.c:2108:1: warning: return type defaults to 'int' [-Wimplicit-int] setup_standard(urll) ^~~~~~~~~~~~~~ linkcheck.c:2118:1: warning: return type defaults to 'int' [-Wimplicit-int] setup_single_colon(urll) ^~~~~~~~~~~~~~~~~~ linkcheck.c: In function 'setup_single_colon': linkcheck.c:2127:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while(*tmpstr != ':' && *tmpstr != (char)NULL ) ++tmpstr; ^ linkcheck.c: At top level: linkcheck.c:2139:1: warning: return type defaults to 'int' [-Wimplicit-int] setup_double_slash(urll) ^~~~~~~~~~~~~~~~~~ linkcheck.c: In function 'setup_double_slash': linkcheck.c:2148:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while(*tmpstr != '/' && *tmpstr != (char)NULL ) ++tmpstr; ^ linkcheck.c:2153:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while(*tmpstr != '/' && *tmpstr != (char)NULL && i < (MAX_SMALL_BUF-1)) { ^ linkcheck.c:2161:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] while( *tmpstr != (char)NULL && i < (MAX_SMALL_BUF-1)) { ^ --- linkcheck --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -o linkcheck linkcheck.o getopt.o getopt1.o version.o Making all in utils SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for linkcheck-1.4_1 ===> Generating temporary packing list Making install in . Making install in doc /usr/bin/make install-man1 /bin/sh ../utils/mkinstalldirs /construction/www/linkcheck/stage/usr/local/man/man1 install -m 0644 ./linkcheck.1 /construction/www/linkcheck/stage/usr/local/man/man1/linkcheck.1 Making install in include Making install in src /bin/sh ../utils/mkinstalldirs /construction/www/linkcheck/stage/usr/local/bin install -s -m 555 linkcheck /construction/www/linkcheck/stage/usr/local/bin/linkcheck Making install in utils ====> 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:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for linkcheck-1.4_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:00 TOTAL TIME 00:00:44