------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.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/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/libXaw-1.0.13_3,2.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xstarroll 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 ------------------------------------------------------------------------------- ===> xstarroll-1.1b_3,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The xstarroll 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 ===> xstarroll-1.1b_3,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xstarroll-1.1b_3,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xstarroll 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 ===> xstarroll-1.1b_3,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xstarroll-1.1b_3,1 for building => SHA256 Checksum OK for xstarroll-1.1b.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xstarroll 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 ===> xstarroll-1.1b_3,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xstarroll-1.1b_3,1 for building ===> Extracting for xstarroll-1.1b_3,1 => SHA256 Checksum OK for xstarroll-1.1b.tar.gz. Extracted Memory Use: 0.15M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xstarroll-1.1b_3,1 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> Configuring for xstarroll-1.1b_3,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xstarroll-1.1b_3,1 --- xstarroll --- cc -o xstarroll xstarroll.c -pipe -O2 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib -lX11 -lXt -lXmu -lXaw -lXpm -DVERSION=\"XStarRoll-1.1\" xstarroll.c: In function 'OutputMessage': xstarroll.c:1068:10: warning: type defaults to 'int' in declaration of 'y' [-Wimplicit-int] static y = 0; ^ xstarroll.c: In function 'InitializeStarRoll': xstarroll.c:1136:11: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if (isatty(fileno(stdin)) != 0) ^~~~~~ xstarroll.c:1184:3: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep(1); ^~~~~ xstarroll.c: In function 'PushKey': xstarroll.c:1209:5: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] ks = XKeycodeToKeysym(event->xkey.display, event->xkey.keycode, 0); ^~ In file included from xstarroll.c:22: /usr/local/include/X11/Xlib.h:1687:15: note: declared here extern KeySym XKeycodeToKeysym( ^~~~~~~~~~~~~~~~ xstarroll.c: In function 'MainStarRoll': xstarroll.c:1624:5: warning: implicit declaration of function 'usleep'; did you mean 'fseek'? [-Wimplicit-function-declaration] usleep(100000); ^~~~~~ fseek SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xstarroll-1.1b_3,1 ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xstarroll-1.1b_3,1 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> Generating temporary packing list install -s -m 555 /construction/x11/xstarroll/xstarroll-1.1/xstarroll /construction/x11/xstarroll/stage/usr/local/bin/xstarroll install -m 444 /construction/x11/xstarroll/xstarroll-1.1/xstarroll.man /construction/x11/xstarroll/stage/usr/local/man/man1/xstarroll.1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/xstarroll is linked to /usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a dependency Warning: you need USE_XORG+=x11 Error: /usr/local/bin/xstarroll is linked to /usr/local/lib/libXmu.so.6 from x11-toolkits/libXmu but it is not declared as a dependency Warning: you need USE_XORG+=xmu Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for xstarroll-1.1b_3,1 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:08