------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ brs-4.03: 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/!\ brs-4.03: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by brs-4.03 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ brs-4.03: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by brs-4.03 for building => SHA256 Checksum OK for brs/bible.data.tar.bz2. => SHA256 Checksum OK for brs/bible.tar.bz2. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ brs-4.03: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by brs-4.03 for building ===> Extracting for brs-4.03 => SHA256 Checksum OK for brs/bible.data.tar.bz2. => SHA256 Checksum OK for brs/bible.tar.bz2. Extracted Memory Use: 2.96M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for brs-4.03 ===> Applying ports patches for brs-4.03 /usr/bin/sed -i.bak 's=%%PREFIX%%=/usr/local=g' /construction/misc/brs/brs-4.03/brl.c /construction/misc/brs/brs-4.03/bible.1 /usr/bin/sed -i.bak '/chown.*/d' /construction/misc/brs/brs-4.03/Makefile 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 brs-4.03 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for brs-4.03 --- bible.o --- --- brl-index.o --- --- brl.o --- --- bible-index.o --- --- tsl.o --- --- util.o --- --- compresslib.o --- --- bible.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c bible.c --- brl-index.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c brl-index.c --- brl.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c brl.c --- tsl.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c tsl.c --- compresslib.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c compresslib.c --- bible-index.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c bible-index.c --- util.o --- cc -pipe -Wno-error=return-type -O2 -fno-strict-aliasing -c util.c --- compresslib.o --- compresslib.c:279:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_init( ) ^~~~~~~~ compresslib.c:348:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_checkheader(inb) ^~~~~~~~~~~~~~~ compresslib.c:372:1: warning: return type defaults to 'int' [-Wimplicit-int] cmp_decompress( inb, outb, insize ) ^~~~~~~~~~~~~~ --- bible.o --- bible.c: In function 'do_concordance': bible.c:254:14: warning: implicit declaration of function 'tsl_scan_concordance'; did you mean 'do_concordance'? [-Wimplicit-function-declaration] if ((cnt=tsl_scan_concordance( word, buf, inrange_start, inrange_end )) == 0) { ^~~~~~~~~~~~~~~~~~~~ do_concordance --- brl.o --- brl.c: In function 'get_book': --- bible.o --- bible.c: At top level: bible.c:270:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_ANDconcordance( word ) ^~~~~~~~~~~~~~~~~~ --- compresslib.o --- compresslib.c: In function 'getcode': compresslib.c:552:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(buf, *inbp, size); ^~~~~~ compresslib.c:552:2: warning: incompatible implicit declaration of built-in function 'memcpy' compresslib.c:552:2: note: include '' or provide a declaration of 'memcpy' compresslib.c:189:1: +#include #include compresslib.c:552:2: memcpy(buf, *inbp, size); ^~~~~~ --- bible.o --- bible.c: In function 'cmd_ANDconcordance': bible.c:293:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:270:1: note: declared here cmd_ANDconcordance( word ) ^~~~~~~~~~~~~~~~~~ bible.c:297:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:270:1: note: declared here cmd_ANDconcordance( word ) ^~~~~~~~~~~~~~~~~~ bible.c:300:52: warning: 'return' with no value, in function returning non-void if ((cnt = do_concordance( word, sbuf )) == 0) return; ^~~~~~ bible.c:270:1: note: declared here cmd_ANDconcordance( word ) ^~~~~~~~~~~~~~~~~~ --- brl.o --- brl.c:360:7: warning: implicit declaration of function 'tsl_error'; did you mean 'perror'? [-Wimplicit-function-declaration] tsl_error( FALSE, BADBOOK, *s ); ^~~~~~~~~ perror --- bible.o --- bible.c:322:2: warning: implicit declaration of function 'cmd_list' [-Wimplicit-function-declaration] cmd_list(); ^~~~~~~~ bible.c: At top level: bible.c:327:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_ORconcordance( word ) ^~~~~~~~~~~~~~~~~ bible.c: In function 'cmd_ORconcordance': bible.c:350:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:327:1: note: declared here cmd_ORconcordance( word ) ^~~~~~~~~~~~~~~~~ bible.c:353:52: warning: 'return' with no value, in function returning non-void if ((cnt = do_concordance( word, sbuf )) == 0) return; ^~~~~~ bible.c:327:1: note: declared here cmd_ORconcordance( word ) ^~~~~~~~~~~~~~~~~ bible.c: At top level: bible.c:391:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_concordance( word ) ^~~~~~~~~~~~~~~ bible.c: In function 'cmd_concordance': bible.c:408:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:391:1: note: declared here cmd_concordance( word ) ^~~~~~~~~~~~~~~ bible.c: At top level: bible.c:420:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_help() ^~~~~~~~ bible.c:446:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_inrange( range ) ^~~~~~~~~~~ bible.c: In function 'cmd_inrange': bible.c:473:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(range, "all") == 0) { ^~~~~~ bible.c:476:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:446:1: note: declared here cmd_inrange( range ) ^~~~~~~~~~~ --- brl.o --- brl.c:567:6: warning: implicit declaration of function 'brl_close'; did you mean 'pclose'? [-Wimplicit-function-declaration] brl_close(); ^~~~~~~~~ pclose brl.c:568:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit( 0 ); ^~~~ brl.c:568:6: warning: incompatible implicit declaration of built-in function 'exit' brl.c:568:6: note: include '' or provide a declaration of 'exit' brl.c:151:1: +#include brl.c:568:6: exit( 0 ); ^~~~ --- bible.o --- bible.c: At top level: bible.c:515:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_list() ^~~~~~~~ bible.c: In function 'cmd_list': bible.c:539:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:515:1: note: declared here cmd_list() ^~~~~~~~ bible.c:543:12: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] lcnt = strlen(lbuf); ^~~~~~ bible.c:543:12: warning: incompatible implicit declaration of built-in function 'strlen' bible.c:543:12: note: include '' or provide a declaration of 'strlen' bible.c:151:1: +#include bible.c:543:12: lcnt = strlen(lbuf); ^~~~~~ bible.c:556:6: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat( lbuf, " " ); ^~~~~~ bible.c:556:6: warning: incompatible implicit declaration of built-in function 'strcat' bible.c:556:6: note: include '' or provide a declaration of 'strcat' bible.c:559:2: warning: incompatible implicit declaration of built-in function 'strcat' strcat( lbuf, vref ); ^~~~~~ bible.c:559:2: note: include '' or provide a declaration of 'strcat' bible.c: At top level: bible.c:571:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_pretty_print(verbose) ^~~~~~~~~~~~~~~~ bible.c:616:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_view() ^~~~~~~~ bible.c: In function 'cmd_view': bible.c:635:2: warning: 'return' with no value, in function returning non-void return; ^~~~~~ bible.c:616:1: note: declared here cmd_view() ^~~~~~~~ bible.c: At top level: bible.c:650:1: warning: return type defaults to 'int' [-Wimplicit-int] cmd_write( fname ) ^~~~~~~~~ bible.c:688:1: warning: return type defaults to 'int' [-Wimplicit-int] do_command( cmd ) ^~~~~~~~~~ bible.c: In function 'do_command': bible.c:735:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^~~~~~ bible.c:735:12: note: include '' or provide a declaration of 'strlen' bible.c:743:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^~~~~~ bible.c:743:12: note: include '' or provide a declaration of 'strlen' bible.c:753:12: warning: incompatible implicit declaration of built-in function 'strlen' p = cmd + strlen(w) +1; ^~~~~~ bible.c:753:12: note: include '' or provide a declaration of 'strlen' --- brl.o --- brl.c: In function 'brl_printverse': brl.c:1012:7: warning: implicit declaration of function 'tsl_gettext' [-Wimplicit-function-declaration] len=tsl_gettext( vn++, 1, vb1, VBSIZE ); ^~~~~~~~~~~ brl.c:1043:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] while (strlen(srcp) > (lwidth-indent)) { ^~~~~~ brl.c:1043:14: warning: incompatible implicit declaration of built-in function 'strlen' brl.c:1043:14: note: include '' or provide a declaration of 'strlen' brl.c:151:1: +#include brl.c:1043:14: while (strlen(srcp) > (lwidth-indent)) { ^~~~~~ --- bible.o --- bible.c:777:2: warning: implicit declaration of function 'brl_close'; did you mean 'cgetclose'? [-Wimplicit-function-declaration] brl_close(); ^~~~~~~~~ cgetclose bible.c: At top level: bible.c:788:1: warning: return type defaults to 'int' [-Wimplicit-int] user_input( cmd ) ^~~~~~~~~~ --- brl.o --- brl.c:1062:4: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(dstp, srcp, len); ^~~~~~~ brl.c:1062:4: warning: incompatible implicit declaration of built-in function 'strncpy' brl.c:1062:4: note: include '' or provide a declaration of 'strncpy' brl.c:1068:7: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(dstp, srcp); ^~~~~~ brl.c:1068:7: warning: incompatible implicit declaration of built-in function 'strcpy' brl.c:1068:7: note: include '' or provide a declaration of 'strcpy' --- bible.o --- bible.c:835:1: warning: return type defaults to 'int' [-Wimplicit-int] prompter() ^~~~~~~~ bible.c:859:1: warning: return type defaults to 'int' [-Wimplicit-int] usage() ^~~~~ --- brl.o --- brl.c:1073:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dstp, srcp); ^~~~~~ brl.c:1073:7: note: include '' or provide a declaration of 'strcpy' --- bible.o --- bible.c:890:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ --- brl.o --- brl.c:1084:6: warning: implicit declaration of function 'tsl_printtext'; did you mean 'brl_printverse'? [-Wimplicit-function-declaration] tsl_printtext( vref, vcount ); ^~~~~~~~~~~~~ brl_printverse brl.c: At top level: brl.c:1124:1: warning: return type defaults to 'int' [-Wimplicit-int] brl_init( dfname, dfpath, memlimit ) ^~~~~~~~ brl.c: In function 'brl_init': brl.c:1150:5: warning: implicit declaration of function 'tsl_init'; did you mean 'brl_init'? [-Wimplicit-function-declaration] tsl_init( dfname, dfpath, memlimit ); ^~~~~~~~ brl_init brl.c: At top level: brl.c:1160:1: warning: return type defaults to 'int' [-Wimplicit-int] brl_close() ^~~~~~~~~ --- bible.o --- bible.c: In function 'main': --- brl.o --- brl.c: In function 'brl_close': brl.c:1172:5: warning: implicit declaration of function 'tsl_close'; did you mean 'brl_close'? [-Wimplicit-function-declaration] tsl_close(); ^~~~~~~~~ brl_close --- bible.o --- bible.c:988:3: warning: implicit declaration of function 'brl_init' [-Wimplicit-function-declaration] brl_init( dfname, dfpath, mem_limit ); /* Initialize Bible Retrieval Lib */ ^~~~~~~~ --- tsl.o --- tsl.c:122:7: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] char *malloc(); ^~~~~~ tsl.c:158:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_error( int fatal, ... ) ^~~~~~~~~ tsl.c: In function 'tsl_error': tsl.c:186:16: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (fatal) exit(-1); ^~~~ tsl.c:186:16: warning: incompatible implicit declaration of built-in function 'exit' tsl.c:186:16: note: include '' or provide a declaration of 'exit' tsl.c:111:1: +#include tsl.c:186:16: if (fatal) exit(-1); ^~~~ tsl.c: In function 'tsl_scan_concordance': tsl.c:243:15: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] while ((n=strcmp(word, target)) < 0) { ^~~~~~ tsl.c: In function 'tsl_gettext': tsl.c:367:12: warning: implicit declaration of function 'tsl_textread'; did you mean 'tsl_gettext'? [-Wimplicit-function-declaration] return tsl_textread( vstart, vsize, vb ); ^~~~~~~~~~~~ tsl_gettext tsl.c: At top level: tsl.c:400:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_textread( start, vsize, vb ) ^~~~~~~~~~~~ tsl.c: In function 'tsl_textread': tsl.c:530:10: warning: implicit declaration of function 'cmp_decompress' [-Wimplicit-function-declaration] if (cmp_decompress( tsl_cmpbuffer, uncbuf, cmpwsize ) != tsl_wsize) { ^~~~~~~~~~~~~~ tsl.c:533:7: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(uncbuf); ^~~~ tsl.c:533:7: warning: incompatible implicit declaration of built-in function 'free' tsl.c:533:7: note: include '' or provide a declaration of 'free' tsl.c:551:6: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy( vb, cp, size ); ^~~~~~ tsl.c:551:6: warning: incompatible implicit declaration of built-in function 'memcpy' tsl.c:551:6: note: include '' or provide a declaration of 'memcpy' tsl.c:111:1: +#include tsl.c:551:6: memcpy( vb, cp, size ); ^~~~~~ tsl.c: At top level: tsl.c:565:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_init(dfname, path, memlimit) ^~~~~~~~ tsl.c: In function 'tsl_init': tsl.c:655:5: warning: implicit declaration of function 'cmp_init'; did you mean 'tsl_init'? [-Wimplicit-function-declaration] cmp_init(); /* Initialize decompression */ ^~~~~~~~ tsl_init tsl.c:658:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy( cfname, dfname, STRSZ ); ^~~~~~~ tsl.c:658:5: warning: incompatible implicit declaration of built-in function 'strncpy' tsl.c:658:5: note: include '' or provide a declaration of 'strncpy' tsl.c:659:5: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] strncat( cfname, ".conc", STRSZ ); ^~~~~~~ tsl.c:659:5: warning: incompatible implicit declaration of built-in function 'strncat' tsl.c:659:5: note: include '' or provide a declaration of 'strncat' tsl.c: At top level: tsl.c:699:1: warning: return type defaults to 'int' [-Wimplicit-int] tsl_close() ^~~~~~~~~ tsl.c: In function 'tsl_close': tsl.c:723:6: warning: incompatible implicit declaration of built-in function 'free' free(bufp->bufferp); /* free the buffer */ ^~~~ tsl.c:723:6: note: include '' or provide a declaration of 'free' tsl.c:724:2: warning: incompatible implicit declaration of built-in function 'free' free(bufp); /* free the buffer rec */ ^~~~ tsl.c:724:2: note: include '' or provide a declaration of 'free' tsl.c:727:29: warning: incompatible implicit declaration of built-in function 'free' if (tsl_wtable != NULL) free(tsl_wtable); ^~~~ tsl.c:727:29: note: include '' or provide a declaration of 'free' tsl.c:728:32: warning: incompatible implicit declaration of built-in function 'free' if (tsl_cmpbuffer != NULL) free(tsl_cmpbuffer); ^~~~ tsl.c:728:32: note: include '' or provide a declaration of 'free' tsl.c: In function 'tsl_init': tsl.c:659:5: warning: 'strncat' specified bound 255 equals destination size [-Wstringop-overflow=] strncat( cfname, ".conc", STRSZ ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- bible --- Linking bible ... done SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for brs-4.03 ===> Generating temporary packing list Installing bible in /usr/local/bin Installing bible.data and bible.data.conc in /usr/local/share/brs Installing bible.1 in /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: 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 brs-4.03 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:42