------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xkeywrap 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 ------------------------------------------------------------------------------- ===> xkeywrap-1.1_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xkeywrap 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 ===> xkeywrap-1.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xkeywrap-1.1_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xkeywrap 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 ===> xkeywrap-1.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xkeywrap-1.1_3 for building => SHA256 Checksum OK for xkeywrap-1.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xkeywrap 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 ===> xkeywrap-1.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xkeywrap-1.1_3 for building ===> Extracting for xkeywrap-1.1_3 => SHA256 Checksum OK for xkeywrap-1.1.tar.gz. Extracted Memory Use: 0.38M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xkeywrap-1.1_3 ===> Applying ports patches for xkeywrap-1.1_3 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Configuring for xkeywrap-1.1_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xkeywrap-1.1_3 --- mkstr --- --- list.o --- --- xkeywrap.1.gz --- --- mkstr --- cc -pipe -O2 -fno-strict-aliasing mkstr.c -o mkstr --- list.o --- cc -c list.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing --- xkeywrap.1.gz --- cp xkeywrap.man xkeywrap.1 gzip -f xkeywrap.1 --- mkstr --- mkstr.c: In function 'main': mkstr.c:24:27: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if (*buf != '\0') buf[strlen(buf) - 1] = '\0'; ^~~~~~ mkstr.c:24:27: warning: incompatible implicit declaration of built-in function 'strlen' mkstr.c:24:27: note: include '' or provide a declaration of 'strlen' mkstr.c:5:1: +#include mkstr.c:24:27: if (*buf != '\0') buf[strlen(buf) - 1] = '\0'; ^~~~~~ --- readme.h --- --- copyright.h --- --- readme.h --- cat README | ./mkstr readme > readme.h --- copyright.h --- cat COPYRIGHT | ./mkstr copyright > copyright.h --- xkeywrap.o --- cc -c xkeywrap.c -I/usr/local/include -pipe -O2 -fno-strict-aliasing -DVERSION=\"XKeyWrap-1.1\" xkeywrap.c:45:31: warning: initialization of 'Cursor' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] static Cursor select_cursor = NULL; /* 出力先ウインドウ指定時のカーソル */ ^~~~ xkeywrap.c: In function 'make_menubar': xkeywrap.c:1308:5: warning: 'strncat' specified bound 200 equals destination size [-Wstringop-overflow=] strncat(menubar, " ", 200); ^~~~~~~~~~~~~~~~~~~~~~~~~~ xkeywrap.c:1307:5: warning: 'strncat' specified bound 200 equals destination size [-Wstringop-overflow=] strncat(menubar, menu_struct[i].name, 200); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- xkeywrap --- cc xkeywrap.o list.o -o xkeywrap -L/usr/local/lib -lX11 -lXt SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xkeywrap-1.1_3 ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xkeywrap-1.1_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> Generating temporary packing list install -s -m 555 /construction/x11/xkeywrap/xkeywrap-1.1/xkeywrap /construction/x11/xkeywrap/stage/usr/local/bin install -m 444 /construction/x11/xkeywrap/xkeywrap-1.1/xkeywrap.1.gz /construction/x11/xkeywrap/stage/usr/local/man/man1 /bin/mkdir -p /construction/x11/xkeywrap/stage/usr/local/share/doc/xkeywrap install -m 0644 /construction/x11/xkeywrap/xkeywrap-1.1/README /construction/x11/xkeywrap/stage/usr/local/share/doc/xkeywrap /bin/mkdir -p /construction/x11/xkeywrap/stage/usr/local/share/examples/xkeywrap install -m 0644 /construction/x11/xkeywrap/xkeywrap-1.1/demo.dat /construction/x11/xkeywrap/xkeywrap-1.1/xkeywrap_demo.c /construction/x11/xkeywrap/stage/usr/local/share/examples/xkeywrap ====> 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 xkeywrap-1.1_3 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11