------------------------------------------------------------------------------- -- 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/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. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The xplot 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 ------------------------------------------------------------------------------- ===> xplot-0.90.7.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 xplot 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 ===> xplot-0.90.7.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xplot-0.90.7.1_3 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The xplot 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 ===> xplot-0.90.7.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xplot-0.90.7.1_3 for building => SHA256 Checksum OK for xplot-0.90.7.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The xplot 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 ===> xplot-0.90.7.1_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by xplot-0.90.7.1_3 for building ===> Extracting for xplot-0.90.7.1_3 => SHA256 Checksum OK for xplot-0.90.7.1.tar.gz. Extracted Memory Use: 0.29M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for xplot-0.90.7.1_3 ===> Applying ports patches for xplot-0.90.7.1_3 ===> Cleanly applied ports patch(es) patch-Makefile.in SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> xplot-0.90.7.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> xplot-0.90.7.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Configuring for xplot-0.90.7.1_3 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type 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 how to run the C preprocessor... cpp checking for X... libraries /usr/local/lib, headers /usr/local/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... (cached) yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for main in -lX11... yes checking for main in -lm... yes checking for inline... inline checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether struct tm has tm_gmtoff... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for xplot-0.90.7.1_3 --- xplot.o --- --- version_string.c --- --- coord.o --- --- unsigned.o --- --- signed.o --- --- timeval.o --- --- double.o --- --- dtime.o --- --- xplot.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c xplot.c --- signed.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c signed.c --- version_string.c --- echo 'char *version_string = "'`cat version`'";' >version_string.c --- double.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c double.c --- dtime.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c dtime.c --- coord.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c coord.c --- unsigned.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c unsigned.c --- timeval.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c timeval.c --- version_string.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -c version_string.c --- xplot.o --- xplot.c: In function 'display_plotter': xplot.c:956:3: warning: array subscript -1 is below array bounds of 'char *[10]' [-Warray-bounds] fprintf(stderr, "XAllocNamedColor failed for %s: %d\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ColorNames[i], i); ~~~~~~~~~~~~~~~~~ --- xplot --- cc -pipe -O2 -fno-strict-aliasing -Wall -I/usr/local/include -o xplot.new xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o -lm -lX11 -L/usr/local/lib mv -f xplot xplot.old mv: rename xplot to xplot.old: No such file or directory mv -f xplot.new xplot SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> xplot-0.90.7.1_3 depends on package: perl5>=5.30.r1<5.31 - found ===> xplot-0.90.7.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for xplot-0.90.7.1_3 ===> xplot-0.90.7.1_3 depends on package: perl5>=5.30.r1<5.31 - found ===> xplot-0.90.7.1_3 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> Generating temporary packing list mkdir -p /construction/math/xplot/stage/usr/local/bin install -s -m 555 xplot /construction/math/xplot/stage/usr/local/bin/xplot /usr/bin/install -c tcpdump2xplot.pl /construction/math/xplot/stage/usr/local/bin/tcpdump2xplot.pl mkdir -p /construction/math/xplot/stage/usr/local/man/man1 install -m 0644 xplot.1 tcpdump2xplot.1 /construction/math/xplot/stage/usr/local/man/man1 ln -sf tcpdump2xplot.pl /construction/math/xplot/stage/usr/local/bin/tcpdump2xplot install -m 0644 /construction/math/xplot/xplot-0.90.7.1/README /construction/math/xplot/stage/usr/local/share/doc/xplot install -m 0644 /construction/math/xplot/xplot-0.90.7.1/README.tcp_plots /construction/math/xplot/stage/usr/local/share/doc/xplot ====> 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 xplot-0.90.7.1_3 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:18