------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libdnet-1.13_3.tgz Installing /packages/All/libnet-1.1.6_5,1.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ firewalk-5.0_5: 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/!\ firewalk-5.0_5: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by firewalk-5.0_5 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ firewalk-5.0_5: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by firewalk-5.0_5 for building => SHA256 Checksum OK for firewalk-5.0.tgz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ firewalk-5.0_5: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by firewalk-5.0_5 for building ===> Extracting for firewalk-5.0_5 => SHA256 Checksum OK for firewalk-5.0.tgz. Extracted Memory Use: 0.49M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for firewalk-5.0_5 ===> Applying ports patches for firewalk-5.0_5 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 firewalk-5.0_5 configure: loading site script /xports/Templates/config.site beginning autoconfiguration process for firewalk-5.0... checking build system type... x86_64-portbld-dragonfly5.7 checking host system type... x86_64-portbld-dragonfly5.7 checking target system type... x86_64-portbld-dragonfly5.7 checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cpp checking whether cc needs -traditional... no checking for libnet_build_ipv4 in -lnet... yes checking for pcap_open_live in -lpcap... yes checking for arp_get in -ldnet... yes checking for ANSI C header files... (cached) yes checking for cc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for strerror... (cached) yes checking for bpf... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating version.h config.status: creating include/config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for firewalk-5.0_5 --- all-recursive --- Making all in src --- init.o --- --- firewalk.o --- --- main.o --- --- packet_build.o --- --- packet_capture.o --- --- packet_filter.o --- --- packet_inject.o --- --- packet_update.o --- --- packet_verify.o --- --- report.o --- --- init.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c init.c --- firewalk.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c firewalk.c --- main.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c main.c --- packet_build.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_build.c --- packet_capture.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_capture.c --- packet_filter.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_filter.c --- packet_inject.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_inject.c --- packet_update.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_update.c --- packet_verify.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c packet_verify.c --- report.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c report.c --- main.o --- main.c: In function 'main': main.c:78:27: warning: pointer targets in passing argument 1 of 'usage' differ in signedness [-Wpointer-sign] usage(argv[0]); ~~~~^~~ In file included from main.c:38: ../include/firewalk.h:286:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' usage( ^~~~~ main.c:125:27: warning: pointer targets in passing argument 1 of 'usage' differ in signedness [-Wpointer-sign] usage(argv[0]); ~~~~^~~ In file included from main.c:38: ../include/firewalk.h:286:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' usage( ^~~~~ main.c:136:19: warning: pointer targets in passing argument 1 of 'usage' differ in signedness [-Wpointer-sign] usage(argv[0]); ~~~~^~~ In file included from main.c:38: ../include/firewalk.h:286:1: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' usage( ^~~~~ --- init.o --- init.c: In function 'fw_init_net': init.c:92:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] (*fp)->device = libnet_getdevice((*fp)->l); ^ --- signal.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c signal.c --- util.o --- --- packet_filter.o --- packet_filter.c: In function 'fw_set_pcap_filter': packet_filter.c:50:68: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 238 [-Wformat-truncation=] snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_lookupnet(): %s", ^~ errbuf); ~~~~~~ packet_filter.c:50:9: note: 'snprintf' output between 19 and 274 bytes into a destination of size 256 snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_lookupnet(): %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errbuf); ~~~~~~~ --- util.o --- cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -pipe -O2 -fno-strict-aliasing -Wall -c util.c --- init.o --- init.c:138:68: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 238 [-Wformat-truncation=] snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_open_live(): %s", ^~ errbuf); ~~~~~~ init.c:138:9: note: 'snprintf' output between 19 and 274 bytes into a destination of size 256 snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "pcap_open_live(): %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errbuf); ~~~~~~~ init.c:84:65: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 241 [-Wformat-truncation=] snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "libnet_init(): %s", ^~ errbuf); ~~~~~~ init.c:84:9: note: 'snprintf' output between 16 and 271 bytes into a destination of size 256 snprintf((*fp)->errbuf, FW_ERRBUF_SIZE, "libnet_init(): %s", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ errbuf); ~~~~~~~ --- firewalk --- cc -pipe -O2 -fno-strict-aliasing -Wall -o firewalk init.o firewalk.o main.o packet_build.o packet_capture.o packet_filter.o packet_inject.o packet_update.o packet_verify.o report.o signal.o util.o -ldnet -lpcap -lnet -L/usr/local/lib --- all --- cp firewalk .. strip ../firewalk SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for firewalk-5.0_5 ===> Generating temporary packing list install -s -m 555 /construction/security/firewalk/Firewalk/src/firewalk /construction/security/firewalk/stage/usr/local/bin install -m 444 /construction/security/firewalk/Firewalk/man/firewalk.8 /construction/security/firewalk/stage/usr/local/man/man8 install -m 0644 /construction/security/firewalk/Firewalk/BUGS /construction/security/firewalk/stage/usr/local/share/doc/firewalk install -m 0644 /construction/security/firewalk/Firewalk/README /construction/security/firewalk/stage/usr/local/share/doc/firewalk install -m 0644 /construction/security/firewalk/Firewalk/TODO /construction/security/firewalk/stage/usr/local/share/doc/firewalk ====> 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: 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 firewalk-5.0_5 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:45