------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The gb2jis 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 ------------------------------------------------------------------------------- ===> zh-gb2jis-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 gb2jis 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-gb2jis-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-gb2jis-1.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The gb2jis 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-gb2jis-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-gb2jis-1.5 for building => SHA256 Checksum OK for gb2jis.tar.Z. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The gb2jis 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-gb2jis-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-gb2jis-1.5 for building ===> Extracting for zh-gb2jis-1.5 ===> NOTICE: The gb2jis 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-gb2jis-1.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by zh-gb2jis-1.5 for building => SHA256 Checksum OK for gb2jis.tar.Z. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for zh-gb2jis-1.5 ===> Applying ports patches for zh-gb2jis-1.5 from /xports/chinese/gb2jis/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for zh-gb2jis-1.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for zh-gb2jis-1.5 --- t2c --- --- gb2jis.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa2a2 -c gb2jis.c --- t2c --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa2a2 t2c.c -o t2c --- gb2jis.o --- gb2jis.c:12:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ gb2jis.c: In function 'main': gb2jis.c:18:10: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] ISATTY=isatty(1); ^~~~~~ gb2jis.c:34:6: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(2); ^~~~ gb2jis.c:34:6: warning: incompatible implicit declaration of built-in function 'exit' gb2jis.c:34:6: note: include '' or provide a declaration of 'exit' gb2jis.c:5:1: +#include #ifndef UNDEFCHAR gb2jis.c:34:6: exit(2); ^~~~ gb2jis.c:41:6: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ gb2jis.c:41:6: note: include '' or provide a declaration of 'exit' gb2jis.c:53:4: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ gb2jis.c:53:4: note: include '' or provide a declaration of 'exit' gb2jis.c:61:5: warning: implicit declaration of function 'gb2jis' [-Wimplicit-function-declaration] gb2jis(); ^~~~~~ gb2jis.c:62:5: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ gb2jis.c:62:5: note: include '' or provide a declaration of 'exit' gb2jis.c:74:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ gb2jis.c:74:3: note: include '' or provide a declaration of 'exit' gb2jis.c: At top level: gb2jis.c:77:1: warning: return type defaults to 'int' [-Wimplicit-int] gb2jis(){ ^~~~~~ gb2jis.c: In function 'gb2jis': gb2jis.c:79:12: warning: implicit declaration of function 'hanzi' [-Wimplicit-function-declaration] while((l=hanzi())>=0){ ^~~~~ gb2jis.c:81:7: warning: implicit declaration of function 'kanji0' [-Wimplicit-function-declaration] kanji0(l); ^~~~~~ gb2jis.c:86:2: warning: implicit declaration of function 'kanji2' [-Wimplicit-function-declaration] kanji2(GB2312JX0212[h][l]); ^~~~~~ gb2jis.c:88:2: warning: implicit declaration of function 'kanji1' [-Wimplicit-function-declaration] kanji1(GB2312UZPJ[h][l]); ^~~~~~ gb2jis.c: At top level: gb2jis.c:99:1: warning: return type defaults to 'int' [-Wimplicit-int] hanzi(){ ^~~~~ gb2jis.c:174:1: warning: return type defaults to 'int' [-Wimplicit-int] kanji0(c) ^~~~~~ gb2jis.c:183:1: warning: return type defaults to 'int' [-Wimplicit-int] kanji1(l) ^~~~~~ gb2jis.c:215:1: warning: return type defaults to 'int' [-Wimplicit-int] kanji2(c) ^~~~~~ --- 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' strip t2c --- GB2312JX0208.c --- --- GB2312JX0212.c --- --- GB2312UZPJ.c --- --- GB2312JX0208.c --- ./t2c GB2312JX0208.t GB2312JX0208.c --- GB2312UZPJ.c --- ./t2c GB2312UZPJ.t GB2312UZPJ.c --- GB2312JX0212.c --- ./t2c GB2312JX0212.t GB2312JX0212.c --- GB2312UZPJ.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa2a2 -c GB2312UZPJ.c --- GB2312JX0208.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa2a2 -c GB2312JX0208.c --- GB2312JX0212.o --- cc -pipe -O2 -fno-strict-aliasing -DUNDEFCHAR=0xa2a2 -c GB2312JX0212.c --- gb2jis --- cc gb2jis.o GB2312JX0208.o GB2312JX0212.o GB2312UZPJ.o -o gb2jis strip gb2jis SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for zh-gb2jis-1.5 ===> Generating temporary packing list install -s -m 555 gb2jis /construction/chinese/gb2jis/stage/usr/local/bin/gb2jis install -m 444 gb2jis.1 /construction/chinese/gb2jis/stage/usr/local/man/man1/gb2jis.1 install -m 0644 gb2jis.el /construction/chinese/gb2jis/stage/usr/local/share/emacs/site-lisp/gb2jis.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: check-plist ------------------------------------------------------------------------------- ====> 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 ------------------------------------------------------------------------------- ===> Building package for zh-gb2jis-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:02