------------------------------------------------------------------------------- -- 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-2019.2.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.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/libXext-1.3.4,1.txz Installing /packages/All/libXmu-1.1.3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz Installing /packages/All/libXpm-3.5.13.txz Installing /packages/All/libXaw-1.0.13_3,2.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The asprint 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 ------------------------------------------------------------------------------- ===> asprint-1.0_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The asprint 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 ===> asprint-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by asprint-1.0_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The asprint 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 ===> asprint-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by asprint-1.0_3 for building => SHA256 Checksum OK for asprint.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The asprint 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 ===> asprint-1.0_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by asprint-1.0_3 for building ===> Extracting for asprint-1.0_3 => SHA256 Checksum OK for asprint.tar.gz. Extracted Memory Use: 0.03M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for asprint-1.0_3 ===> Applying ports patches for asprint-1.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for asprint-1.0_3 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for asprint-1.0_3 --- asprint.o --- cc -pipe -O2 -fno-strict-aliasing -c -I/usr/local/include asprint.c asprint.c: In function 'list_cb': asprint.c:140:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int which_list = (int)client_data; ^ asprint.c: In function 'button_cb': asprint.c:180:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int the_button = (int)client_data, i; ^ asprint.c: In function 'load_dirs_list': asprint.c:79:21: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp_elem, dirbuf->d_name, name_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asprint.c:77:32: note: length computed here name_len = strlen(dirbuf->d_name); ^~~~~~~~~~~~~~~~~~~~~~ asprint.c: In function 'load_files_list': asprint.c:122:21: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp_elem, dirbuf->d_name, name_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ asprint.c:120:32: note: length computed here name_len = strlen(dirbuf->d_name); ^~~~~~~~~~~~~~~~~~~~~~ --- asprint --- cc -o asprint -pipe -O2 -fno-strict-aliasing asprint.o -L/usr/local/lib -lXaw -lXmu -lXt -Wl,-rpath,/usr/local/lib SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for asprint-1.0_3 ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/xaw7.pc - found ===> asprint-1.0_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list install -s -m 555 /construction/print/asprint/asprint/asprint /construction/print/asprint/stage/usr/local/bin ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for asprint-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:00 TOTAL TIME 00:00:07