------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The jis2gb 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:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> zh-jis2gb-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 jis2gb 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 ===> zh-jis2gb-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-jis2gb-1.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The jis2gb 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 ===> zh-jis2gb-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-jis2gb-1.5 for building => SHA256 Checksum OK for jis2gb.tar.Z. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The jis2gb 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 ===> zh-jis2gb-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-jis2gb-1.5 for building ===> Extracting for zh-jis2gb-1.5 ===> NOTICE: The jis2gb 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 ===> zh-jis2gb-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-jis2gb-1.5 for building => SHA256 Checksum OK for jis2gb.tar.Z. Extracted Memory Use: 0.10M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for zh-jis2gb-1.5 ===> Applying ports patches for zh-jis2gb-1.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for zh-jis2gb-1.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for zh-jis2gb-1.5 --- t2c --- --- jis2gb.o --- --- t2c --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 t2c.c -o t2c --- jis2gb.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c jis2gb.c jis2gb.c:14:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ jis2gb.c: In function 'main': jis2gb.c:20:10: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] ISATTY=isatty(1); ^~~~~~ jis2gb.c:35:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ jis2gb.c:35:6: warning: incompatible implicit declaration of built-in function 'exit' jis2gb.c:35:6: note: include '' or provide a declaration of 'exit' jis2gb.c:5:1: +#include #ifndef UNDEFCHAR jis2gb.c:35:6: exit(2); ^~~~ jis2gb.c:42:6: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ jis2gb.c:42:6: note: include '' or provide a declaration of 'exit' jis2gb.c:51:4: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ jis2gb.c:51:4: note: include '' or provide a declaration of 'exit' jis2gb.c:59:5: warning: implicit declaration of function 'jis2gb' [-Wimplicit-function-declaration] jis2gb(); ^~~~~~ jis2gb.c:60:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ jis2gb.c:60:5: note: include '' or provide a declaration of 'exit' jis2gb.c:72:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ jis2gb.c:72:3: note: include '' or provide a declaration of 'exit' jis2gb.c: At top level: jis2gb.c:75:1: warning: return type defaults to 'int' [-Wimplicit-int] jis2gb(){ ^~~~~~ jis2gb.c: In function 'jis2gb': jis2gb.c:77:12: warning: implicit declaration of function 'kanji' [-Wimplicit-function-declaration] while((l=kanji())>=0){ ^~~~~ jis2gb.c:80:7: warning: implicit declaration of function 'hanzi0' [-Wimplicit-function-declaration] hanzi0(l); ^~~~~~ jis2gb.c:85:2: warning: implicit declaration of function 'hanzi1' [-Wimplicit-function-declaration] hanzi1(JX0208GB8565[h][l]); ^~~~~~ --- t2c --- t2c.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ t2c.c: In function 'main': t2c.c:13:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ t2c.c:13:5: warning: incompatible implicit declaration of built-in function 'exit' t2c.c:13:5: note: include '' or provide a declaration of 'exit' t2c.c:2:1: +#include t2c.c:13:5: exit(1); ^~~~ t2c.c:17:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ t2c.c:17:5: note: include '' or provide a declaration of 'exit' t2c.c:27:13: warning: implicit declaration of function 't2c' [-Wimplicit-function-declaration] if(s[i]=t2c(argv[1],i)){ ^~~ t2c.c:48:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ t2c.c:48:3: note: include '' or provide a declaration of 'exit' t2c.c: At top level: t2c.c:51:1: warning: return type defaults to 'int' [-Wimplicit-int] t2c(f,p) ^~~ t2c.c: In function 't2c': t2c.c:61:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ t2c.c:61:5: note: include '' or provide a declaration of 'exit' --- jis2gb.o --- jis2gb.c: At top level: jis2gb.c:188:1: warning: return type defaults to 'int' [-Wimplicit-int] kanji(){ ^~~~~ jis2gb.c:322:1: warning: return type defaults to 'int' [-Wimplicit-int] hanzi0(c) ^~~~~~ jis2gb.c:335:1: warning: return type defaults to 'int' [-Wimplicit-int] hanzi1(c) ^~~~~~ --- t2c --- strip t2c --- JX0208GB2312.c --- --- JX0208GB8565.c --- --- JX0212GB2312.c --- --- JX0212GB8565.c --- --- MSSJISGB2312.c --- --- MSSJISJX0208.c --- --- MSSJISJX0212.c --- --- MSSJISJX0208.c --- ./t2c MSSJISJX0208.t MSSJISJX0208.c --- MSSJISGB2312.c --- ./t2c MSSJISGB2312.t MSSJISGB2312.c --- JX0212GB8565.c --- ./t2c JX0212GB8565.t JX0212GB8565.c --- JX0212GB2312.c --- ./t2c JX0212GB2312.t JX0212GB2312.c --- JX0208GB8565.c --- ./t2c JX0208GB8565.t JX0208GB8565.c --- JX0208GB2312.c --- ./t2c JX0208GB2312.t JX0208GB2312.c --- MSSJISJX0208.o --- --- MSSJISGB2312.o --- --- JX0212GB8565.o --- --- JX0212GB2312.o --- --- JX0208GB8565.o --- --- JX0208GB2312.o --- --- MSSJISJX0208.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c MSSJISJX0208.c --- MSSJISGB2312.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c MSSJISGB2312.c --- JX0212GB8565.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c JX0212GB8565.c --- JX0212GB2312.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c JX0212GB2312.c --- JX0208GB8565.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c JX0208GB8565.c --- JX0208GB2312.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c JX0208GB2312.c --- MSSJISJX0212.c --- ./t2c MSSJISJX0212.t MSSJISJX0212.c --- MSSJISJX0212.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa1f5 -c MSSJISJX0212.c --- jis2gb --- cc jis2gb.o JX0208GB2312.o JX0208GB8565.o JX0212GB2312.o JX0212GB8565.o MSSJISGB2312.o MSSJISJX0208.o MSSJISJX0212.o -o jis2gb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for zh-jis2gb-1.5 ===> Generating temporary packing list install -s -m 555 jis2gb /construction/chinese/jis2gb/stage/usr/local/bin/jis2gb install -m 444 jis2gb.1 /construction/chinese/jis2gb/stage/usr/local/man/man1/jis2gb.1 install -m 0644 jis2gb.el /construction/chinese/jis2gb/stage/usr/local/share/emacs/site-lisp/jis2gb.el ====> 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 zh-jis2gb-1.5 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03