------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/gccmakedep-1.0.3.txz Installing /packages/All/makedepend-1.0.6,1.txz Installing /packages/All/xorg-cf-files-1.0.6.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/imake-1.0.8,1.txz Installing /packages/All/tradcpp-0.5.3.txz 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/libXext-1.3.4,1.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXtst-1.2.3_2.txz SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The kb2mb2 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 ------------------------------------------------------------------------------- ===> kb2mb2-1.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The kb2mb2 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 ===> kb2mb2-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kb2mb2-1.0_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The kb2mb2 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 ===> kb2mb2-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kb2mb2-1.0_3 for building => SHA256 Checksum OK for kb2mb2-1.0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The kb2mb2 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 ===> kb2mb2-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kb2mb2-1.0_3 for building ===> Extracting for kb2mb2-1.0_3 => SHA256 Checksum OK for kb2mb2-1.0.tar.gz. Extracted Memory Use: 0.02M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for kb2mb2-1.0_3 ===> Applying ports patches for kb2mb2-1.0_3 ===> Cleanly applied ports patch(es) patch-Imakefile patch-kb2mb2.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> kb2mb2-1.0_3 depends on executable: imake - found ===> kb2mb2-1.0_3 depends on executable: tradcpp - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> kb2mb2-1.0_3 depends on executable: imake - found ===> kb2mb2-1.0_3 depends on executable: tradcpp - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found ===> Configuring for kb2mb2-1.0_3 imake -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- kb2mb2.c > .depend SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for kb2mb2-1.0_3 --- kb2mb2.o --- cc -pipe -O2 -fno-strict-aliasing -O -I/usr/local/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c kb2mb2.c kb2mb2.c: In function 'main': kb2mb2.c:80:18: warning: implicit declaration of function 'getopt'; did you mean 'cgetset'? [-Wimplicit-function-declaration] while ((ch = getopt(argc, argv, "hfvc:")) != EOF) { ^~~~~~ cgetset kb2mb2.c:127:5: warning: implicit declaration of function 'XTestGrabControl'; did you mean 'XSetAccessControl'? [-Wimplicit-function-declaration] XTestGrabControl(d, True); ^~~~~~~~~~~~~~~~ XSetAccessControl kb2mb2.c:145:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] input_keysym = XKeycodeToKeysym(d, input_keycode, 0); ^~~~~~~~~~~~ In file included from kb2mb2.c:39: /usr/local/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ kb2mb2.c:163:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] input_keysym = XKeycodeToKeysym(d, input_keycode, 0); ^~~~~~~~~~~~ In file included from kb2mb2.c:39: /usr/local/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ kb2mb2.c:169:10: warning: implicit declaration of function 'XTestFakeButtonEvent'; did you mean 'XGetMotionEvents'? [-Wimplicit-function-declaration] XTestFakeButtonEvent(d, Button2, True, CurrentTime); ^~~~~~~~~~~~~~~~~~~~ XGetMotionEvents kb2mb2.c:174:6: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] input_keysym = XKeycodeToKeysym(d, input_keycode, 0); ^~~~~~~~~~~~ In file included from kb2mb2.c:39: /usr/local/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ --- kb2mb2 --- rm -f kb2mb2 cc -o kb2mb2 -O -L/usr/local/lib kb2mb2.o -lXtst -lXext -lX11 -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for kb2mb2-1.0_3 ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> kb2mb2-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found ===> Generating temporary packing list /usr/bin/install -c -s kb2mb2 /construction/x11/kb2mb2/stage/usr/local/bin/kb2mb2 install in . done install.man in . done ====> 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 kb2mb2-1.0_3 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:11