------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/libXau-1.0.9.tgz Installing /packages/All/xorgproto-2019.1.tgz Installing /packages/All/libXdmcp-1.1.3.tgz Installing /packages/All/libxml2-2.9.9.tgz Installing /packages/All/libpthread-stubs-0.4.tgz Installing /packages/All/libxcb-1.13.1.tgz Installing /packages/All/libX11-1.6.8,1.tgz Installing /packages/All/libXext-1.3.4,1.tgz Installing /packages/All/libICE-1.0.9_3,1.tgz Installing /packages/All/libSM-1.2.3,1.tgz Installing /packages/All/libXt-1.2.0,1.tgz Installing /packages/All/libXpm-3.5.12_2.tgz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ wmnetmon-0.2p5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ wmnetmon-0.2p5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by wmnetmon-0.2p5_2 for building SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ wmnetmon-0.2p5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by wmnetmon-0.2p5_2 for building => SHA256 Checksum OK for wmnetmon-0.2p5.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ wmnetmon-0.2p5_2: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by wmnetmon-0.2p5_2 for building ===> Extracting for wmnetmon-0.2p5_2 => SHA256 Checksum OK for wmnetmon-0.2p5.tar.gz. Extracted Memory Use: 0.26M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for wmnetmon-0.2p5_2 ===> Applying ports patches for wmnetmon-0.2p5_2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for wmnetmon-0.2p5_2 configure: warning: x86_64-portbld-dragonfly5.7: 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 how to run the C preprocessor... cpp checking for a BSD compatible install... /usr/bin/install -c checking for X... libraries /usr/local/lib, headers /usr/local/include checking for XSelectInput in -lX11... yes checking for XShapeCombineMask in -lXext... yes checking for libXpm... libraries /usr/local/lib, headers checking for XpmCreatePixmapFromData in -lXpm... yes checking for ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/types.h... (cached) yes checking for ctype.h... (cached) yes checking for X11/Xlib.h... yes checking for X11/xpm.h... yes checking for netinet/in_systm.h... yes checking for netinet/in.h... (cached) yes checking for netinet/ip.h... yes checking for netinet/ip_icmp.h... yes checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for sys/socket.h... (cached) yes checking for limits.h... (cached) yes checking for socket in -lsocket... no checking for inet_ntoa in -lnsl... no checking for inet_aton in -lresolv... no checking for inet_aton... yes checking if we have BSD-style struct icmp... yes checking if we have BSD-style struct udphdr... yes checking if we have BSD-style struct ip... yes checking for working const... yes checking for pid_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking return type of signal handlers... void checking for select... (cached) yes checking for socket... yes checking for strcspn... (cached) yes checking for strdup... (cached) yes checking for strspn... yes checking for strstr... (cached) yes checking for strtoul... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for wmnetmon-0.2p5_2 --- wmnetmon.o --- --- leds.o --- --- list.o --- --- wmgeneral.o --- --- pinger.o --- --- configfile.o --- --- tcpmonitor.o --- --- logger.o --- --- leds.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c leds.c --- list.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c list.c --- wmgeneral.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c wmgeneral.c --- pinger.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c pinger.c --- configfile.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c configfile.c --- wmnetmon.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c wmnetmon.c --- logger.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c logger.c --- tcpmonitor.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c tcpmonitor.c --- pinger.o --- pinger.c: In function 'pinger_poll': pinger.c:164:10: warning: implicit declaration of function 'udp_isalive'; did you mean 'tcp_isalive'? [-Wimplicit-function-declaration] return udp_isalive(h); ^~~~~~~~~~~ tcp_isalive --- wmnetmon --- cc wmnetmon.o leds.o list.o wmgeneral.o pinger.o configfile.o tcpmonitor.o logger.o -o wmnetmon -L/usr/local/lib -lX11 -lXext -lXpm SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for wmnetmon-0.2p5_2 ===> Generating temporary packing list install -s -m 4755 /construction/net/wmnetmon/wmnetmon-0.2p5/wmnetmon /construction/net/wmnetmon/stage/usr/local/bin install -m 0644 /construction/net/wmnetmon/wmnetmon-0.2p5/wmnetmonrc /construction/net/wmnetmon/stage/usr/local/share/examples/wmnetmon ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: setuid files in the stage directory (are these necessary?): 615 -rwsr-xr-x 1 root wheel 48480 Aug 26 13:15:33 2019 /construction/net/wmnetmon/stage/usr/local/bin/wmnetmon Error: /usr/local/bin/wmnetmon 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/wmnetmon is linked to /usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a dependency Warning: you need USE_XORG+=xext Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for wmnetmon-0.2p5_2 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:49