------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ja-skk-jisyo-201409.txz ===== Message from ja-skk-jisyo-201409: -- ===> NOTICE: The ja-skk-jisyo 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: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ja-skkserv-9.6_6 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ja-skkserv-9.6_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-skkserv-9.6_6 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ja-skkserv-9.6_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-skkserv-9.6_6 for building => SHA256 Checksum OK for skk9.6.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ja-skkserv-9.6_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-skkserv-9.6_6 for building ===> Extracting for ja-skkserv-9.6_6 ===> ja-skkserv-9.6_6 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-skkserv-9.6_6 for building => SHA256 Checksum OK for skk9.6.tar.gz. Extracted Memory Use: 7.98M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-skkserv-9.6_6 ===> Applying ports patches for ja-skkserv-9.6_6 ===> Applying dragonfly patches for ja-skkserv-9.6_6 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ja-skkserv-9.6_6 loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c checking whether make sets ${MAKE}... yes checking for setsockopt in -lsocket... no checking how to run the C preprocessor... cpp checking for sys/ioctl.h... (cached) yes checking for fcntl.h... (cached) yes checking for malloc.h... (cached) no checking for ANSI C header files... (cached) yes checking whether cc needs -traditional... no checking whether setpgrp takes no argument... no checking return type of signal handlers... void checking for bzero... (cached) yes checking for tiocnotty... no checking for getdtablesize... (cached) yes checking for dbm_open... yes updating cache ./config.cache creating ./config.status creating Makefile creating skkserv/Makefile creating jisyo-tools/Makefile creating lisp/Makefile creating doc/Makefile creating etc/Makefile creating config.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-skkserv-9.6_6 --- all --- for subdir in skkserv; do echo making all in $subdir; (cd $subdir && /usr/bin/make CC='cc' CFLAGS='-pipe -O2 -fno-strict-aliasing' LDFLAGS='' EMACS='emacs' JISYO='SKK-JISYO.L' JISYODIR='/usr/local/share/skk' ELISPDIR='/usr/local/share/emacs/site-lisp' TEXI2DVI='texi2dvi' all) || exit 1; done making all in skkserv --- skkserv.o --- cc -I. -I.. -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H -DDEFAULT_JISYO=\"/usr/local/share/skk/SKK-JISYO.L\" -c skkserv.c skkserv.c:134:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ skkserv.c: In function 'main': skkserv.c:134:1: warning: type of 'argc' defaults to 'int' [-Wimplicit-int] skkserv.c:165:24: warning: implicit declaration of function 'showusage' [-Wimplicit-function-declaration] if (parg + 1 == argc) showusage(); ^~~~~~~~~ skkserv.c:225:3: warning: implicit declaration of function 'set_hname'; did you mean 'sethostname'? [-Wimplicit-function-declaration] set_hname(); ^~~~~~~~~ sethostname skkserv.c:228:3: warning: implicit declaration of function 'mksock'; did you mean 'mknod'? [-Wimplicit-function-declaration] mksock(); ^~~~~~ mknod skkserv.c:231:3: warning: implicit declaration of function 'mkjtab' [-Wimplicit-function-declaration] mkjtab(); ^~~~~~ skkserv.c:280:3: warning: implicit declaration of function 'main_loop' [-Wimplicit-function-declaration] main_loop(); ^~~~~~~~~ skkserv.c: At top level: skkserv.c:283:1: warning: return type defaults to 'int' [-Wimplicit-int] showusage() ^~~~~~~~~ skkserv.c:297:1: warning: return type defaults to 'int' [-Wimplicit-int] mksock() ^~~~~~ skkserv.c:358:1: warning: return type defaults to 'int' [-Wimplicit-int] mkjtab() ^~~~~~ skkserv.c: In function 'mkjtab': skkserv.c:366:5: warning: implicit declaration of function 'mknewjtab'; did you mean 'mkjtab'? [-Wimplicit-function-declaration] mknewjtab(); ^~~~~~~~~ mkjtab skkserv.c:370:5: warning: implicit declaration of function 'mkoldjtab'; did you mean 'mkjtab'? [-Wimplicit-function-declaration] mkoldjtab(buf); ^~~~~~~~~ mkjtab skkserv.c: At top level: skkserv.c:389:1: warning: return type defaults to 'int' [-Wimplicit-int] mkoldjtab(s) ^~~~~~~~~ skkserv.c:441:1: warning: return type defaults to 'int' [-Wimplicit-int] mknewjtab() ^~~~~~~~~ skkserv.c:533:1: warning: return type defaults to 'int' [-Wimplicit-int] main_loop() ^~~~~~~~~ skkserv.c: In function 'main_loop': skkserv.c:571:6: warning: implicit declaration of function 'search'; did you mean 'bsearch'? [-Wimplicit-function-declaration] if (search(clientsock[i]) < 0) { ^~~~~~ bsearch skkserv.c: At top level: skkserv.c:620:1: warning: return type defaults to 'int' [-Wimplicit-int] search(commsock) ^~~~~~ skkserv.c: In function 'search': skkserv.c:765:9: warning: implicit declaration of function 'comp'; did you mean 'bcmp'? [-Wimplicit-function-declaration] if (comp(*pbuf, c, sstyle)) { ^~~~ bcmp skkserv.c: At top level: skkserv.c:793:1: warning: return type defaults to 'int' [-Wimplicit-int] comp(c1, c2, f) ^~~~ skkserv.c:807:1: warning: return type defaults to 'int' [-Wimplicit-int] set_hname() ^~~~~~~~~ --- skkserv --- cc -o skkserv skkserv.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ja-skkserv-9.6_6 depends on file: /usr/local/share/skk/SKK-JISYO.L - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-skkserv-9.6_6 ===> ja-skkserv-9.6_6 depends on file: /usr/local/share/skk/SKK-JISYO.L - found ===> Generating temporary packing list ===> Creating groups. ===> Creating users install -s -m 555 /construction/japanese/skkserv/skk-9.6/skkserv/skkserv /construction/japanese/skkserv/stage/usr/local/sbin ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> 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-skkserv-9.6_6 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:05