------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The cursive 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 ------------------------------------------------------------------------------- ===> cursive-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The cursive 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 ===> cursive-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cursive-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The cursive 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 ===> cursive-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cursive-1.0 for building => SHA256 Checksum OK for cursive.tgz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The cursive 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 ===> cursive-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cursive-1.0 for building ===> Extracting for cursive-1.0 => SHA256 Checksum OK for cursive.tgz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cursive-1.0 ===> Applying ports patches for cursive-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for cursive-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cursive-1.0 --- xs.c --- --- cursive.o --- --- x.c --- --- xs.c --- xstr font.c --- cursive.o --- cc -pipe -O2 -fno-strict-aliasing -g -c cursive.c --- x.c --- xstr font.c --- xs.o --- --- x.o --- cc -pipe -O2 -fno-strict-aliasing -g -c x.c --- xs.o --- cc -pipe -O2 -fno-strict-aliasing -g -c xs.c --- cursive.o --- cursive.c:75:7: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] char *malloc(); ^~~~~~ cursive.c:77:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ cursive.c: In function 'main': cursive.c:101:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ cursive.c:101:6: warning: incompatible implicit declaration of built-in function 'exit' cursive.c:101:6: note: include '' or provide a declaration of 'exit' cursive.c:64:1: +#include cursive.c:101:6: exit(1); ^~~~ cursive.c:104:19: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] interspace = atoi(s); ^~~~ cursive.c:111:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ cursive.c:111:5: note: include '' or provide a declaration of 'exit' cursive.c:126:3: warning: implicit declaration of function 'prline'; did you mean 'getline'? [-Wimplicit-function-declaration] prline(message); ^~~~~~ getline cursive.c: At top level: cursive.c:139:1: warning: return type defaults to 'int' [-Wimplicit-int] place(let) ^~~~~ cursive.c:201:1: warning: return type defaults to 'int' [-Wimplicit-int] tailer(n) ^~~~~~ cursive.c:211:1: warning: return type defaults to 'int' [-Wimplicit-int] prline(s) ^~~~~~ cursive.c: In function 'prline': cursive.c:223:6: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] l = strlen(s) * (CHARWIDTH + interspace); ^~~~~~ cursive.c:223:6: warning: incompatible implicit declaration of built-in function 'strlen' cursive.c:223:6: note: include '' or provide a declaration of 'strlen' cursive.c:64:1: +#include cursive.c:223:6: l = strlen(s) * (CHARWIDTH + interspace); ^~~~~~ cursive.c:262:3: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] write(1,buffer[i],c[i]); ^~~~~ fwrite cursive.c:263:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(buffer[i]); ^~~~ cursive.c:263:3: warning: incompatible implicit declaration of built-in function 'free' cursive.c:263:3: note: include '' or provide a declaration of 'free' --- cursive --- cc -g -o cursive cursive.o x.o xs.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cursive-1.0 ===> Generating temporary packing list install -s -m 555 /construction/games/cursive/cursive/cursive /construction/games/cursive/stage/usr/local/bin install -m 444 /construction/games/cursive/cursive/cursive.6 /construction/games/cursive/stage/usr/local/man/man6 ====> 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: package ------------------------------------------------------------------------------- ===> Building package for cursive-1.0 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:02