------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The kbanner 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 ------------------------------------------------------------------------------- ===> ja-kbanner-2.1_5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The kbanner 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 ===> ja-kbanner-2.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The kbanner 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 ===> ja-kbanner-2.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building => SHA256 Checksum OK for kbanner2.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The kbanner 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 ===> ja-kbanner-2.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building ===> Extracting for ja-kbanner-2.1_5 ===> NOTICE: The kbanner 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 ===> ja-kbanner-2.1_5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-kbanner-2.1_5 for building => SHA256 Checksum OK for kbanner2.tar.Z. Extracted Memory Use: 0.84M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-kbanner-2.1_5 ===> Applying ports patches for ja-kbanner-2.1_5 ===> Cleanly applied ports patch(es) patch-Makefile patch-kbanner.1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ja-kbanner-2.1_5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-kbanner-2.1_5 --- kbanner.o --- --- font1.o --- --- font2.o --- --- font3.o --- --- kbanner.o --- cc -c -pipe -Wno-error=return-type -O2 -fno-strict-aliasing kbanner.c --- font1.o --- cc -c -pipe -Wno-error=return-type -O2 -fno-strict-aliasing font1.c --- font2.o --- cc -c -pipe -Wno-error=return-type -O2 -fno-strict-aliasing font2.c --- font3.o --- cc -c -pipe -Wno-error=return-type -O2 -fno-strict-aliasing font3.c --- kbanner.o --- kbanner.c:5:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ kbanner.c:85:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ kbanner.c: In function 'main': kbanner.c:115:14: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] column=atoi(&((*argv)[1])); ^~~~ kbanner.c:82:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1);\ ^~~~ kbanner.c:120:7: note: in expansion of macro 'USAGE' USAGE ^~~~~ kbanner.c:82:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1);\ ^~~~ kbanner.c:120:7: note: in expansion of macro 'USAGE' USAGE ^~~~~ kbanner.c:82:3: note: include '' or provide a declaration of 'exit' kbanner.c:4:1: +#include kbanner.c:82:3: exit(1);\ ^~~~ kbanner.c:120:7: note: in expansion of macro 'USAGE' USAGE ^~~~~ kbanner.c:126:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ kbanner.c:126:5: note: include '' or provide a declaration of 'exit' kbanner.c:129:5: warning: implicit declaration of function 'kbanner' [-Wimplicit-function-declaration] kbanner(stdin); ^~~~~~~ kbanner.c:130:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ kbanner.c:130:5: note: include '' or provide a declaration of 'exit' kbanner.c:142:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ kbanner.c:142:3: note: include '' or provide a declaration of 'exit' kbanner.c: At top level: kbanner.c:145:1: warning: return type defaults to 'int' [-Wimplicit-int] kbanner(fp) ^~~~~~~ kbanner.c: In function 'kbanner': kbanner.c:152:12: warning: implicit declaration of function 'kgetchar'; did you mean 'getchar'? [-Wimplicit-function-declaration] while((i=kgetchar(fp))!=EOF){ ^~~~~~~~ getchar kbanner.c:159:4: warning: implicit declaration of function 'kputchar'; did you mean 'putchar'? [-Wimplicit-function-declaration] kputchar(i*256+(j&127)); ^~~~~~~~ putchar kbanner.c: At top level: kbanner.c:202:1: warning: return type defaults to 'int' [-Wimplicit-int] kputchar(c) ^~~~~~~~ kbanner.c: In function 'kputchar': kbanner.c:267:7: warning: 'return' with no value, in function returning non-void return; ^~~~~~ kbanner.c:202:1: note: declared here kputchar(c) ^~~~~~~~ kbanner.c: At top level: kbanner.c:278:1: warning: return type defaults to 'int' [-Wimplicit-int] kgetchar(fp) ^~~~~~~~ --- kbanner --- cc kbanner.o font1.o font2.o font3.o -o kbanner strip kbanner SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-kbanner-2.1_5 ===> Generating temporary packing list install -s -m 555 kbanner /construction/japanese/kbanner/stage//usr/local/bin install -m 444 kbanner.1 /construction/japanese/kbanner/stage/usr/local/man/man1/kbanner.1 ====> 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 ja-kbanner-2.1_5 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:03