------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libiconv-1.14_11.tgz SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ scanhill-0.5.p1_1: 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/!\ scanhill-0.5.p1_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by scanhill-0.5.p1_1 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ scanhill-0.5.p1_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by scanhill-0.5.p1_1 for building => SHA256 Checksum OK for scanhill-0.5-p1.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ scanhill-0.5.p1_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by scanhill-0.5.p1_1 for building ===> Extracting for scanhill-0.5.p1_1 => SHA256 Checksum OK for scanhill-0.5-p1.tar.gz. Extracted Memory Use: 0.21M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for scanhill-0.5.p1_1 ===> Applying ports patches for scanhill-0.5.p1_1 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 scanhill-0.5.p1_1 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 -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include ) works... yes checking whether the C compiler (cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include ) 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 pcap.h... yes checking for iconv.h... yes disabled updating cache ./config.cache creating ./config.status creating Makefile creating config.h creating config.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for scanhill-0.5.p1_1 --- hash.o --- --- main.o --- --- nstrstr.o --- --- msn.o --- --- sniff.o --- --- nstrstr.o --- cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include -c nstrstr.c --- hash.o --- cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include -c hash.c --- msn.o --- cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include -c msn.c --- sniff.o --- cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include -c sniff.c --- main.o --- cc -pipe -DLIBICONV_PLUG -O2 -fno-strict-aliasing -I. -I/usr/local/include -c main.c --- hash.o --- hash.c: In function 'hashing': hash.c:19:37: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] accounts[h] = (struct account_ip*) malloc(sizeof(struct account_ip)); ^~~~~~ hash.c:19:37: warning: incompatible implicit declaration of built-in function 'malloc' hash.c:19:37: note: include '' or provide a declaration of 'malloc' hash.c:7:1: +#include #include "defs.h" hash.c:19:37: accounts[h] = (struct account_ip*) malloc(sizeof(struct account_ip)); ^~~~~~ hash.c: In function 'lineer_search': hash.c:80:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(list_user); ^~~~ hash.c:80:3: warning: incompatible implicit declaration of built-in function 'free' hash.c:80:3: note: include '' or provide a declaration of 'free' hash.c: In function 'adduser': hash.c:100:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(list_user->account , user->account, sizeof(user->account)); ^~~~~~~ hash.c:100:2: warning: incompatible implicit declaration of built-in function 'strncpy' hash.c:100:2: note: include '' or provide a declaration of 'strncpy' hash.c:7:1: +#include #include "defs.h" hash.c:100:2: strncpy(list_user->account , user->account, sizeof(user->account)); ^~~~~~~ --- msn.o --- msn.c: In function 'resolv_msn': msn.c:37:40: warning: implicit declaration of function 'lineer_search' [-Wimplicit-function-declaration] if( (control = (struct account_ip*)lineer_search(users, 1)) == NULL ) ^~~~~~~~~~~~~ msn.c:37:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (control = (struct account_ip*)lineer_search(users, 1)) == NULL ) ^ msn.c:38:6: warning: implicit declaration of function 'hashing' [-Wimplicit-function-declaration] hashing(users); ^~~~~~~ msn.c:42:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (control =(struct account_ip*)lineer_search(users, 1)) == NULL ){ ^ --- main.o --- main.c: In function 'main': main.c:47:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(pathdb, "/etc/scanhill.conf"); ^~~~~~ main.c:47:2: warning: incompatible implicit declaration of built-in function 'strcpy' main.c:47:2: note: include '' or provide a declaration of 'strcpy' main.c:15:1: +#include main.c:47:2: strcpy(pathdb, "/etc/scanhill.conf"); ^~~~~~ --- msn.o --- msn.c:62:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (control =(struct account_ip*)lineer_search(users, 1)) == NULL ){ ^ msn.c:71:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if( (control =(struct account_ip*)lineer_search(users, 1)) == NULL ){ ^ --- main.o --- main.c:64:12: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(device,alldev->name) == 0) ^~~~~~ main.c:91:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if(strlen(pth) > 127){ ^~~~~~ main.c:91:8: warning: incompatible implicit declaration of built-in function 'strlen' main.c:91:8: note: include '' or provide a declaration of 'strlen' --- msn.o --- msn.c:115:14: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] iconv(cd, (const char* *)&mesaj, (size_t*)&inlen , (char* *)&out, (size_t*)&outlen); ^~~~~~~~~~~~~~~~~~~~~ In file included from msn.c:5: /usr/local/include/iconv.h:85:43: note: expected 'char **' but argument is of type 'const char **' extern size_t iconv (iconv_t cd, char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ~~~~~~~~^~~~~ msn.c:143:31: warning: comparison between pointer and integer if(lineer_search(users, 1) == NULL ){ ^~ msn.c:151:31: warning: comparison between pointer and integer if( lineer_search(users, 1) == NULL ){ ^~ msn.c:159:31: warning: comparison between pointer and integer if( lineer_search(users, 1) == NULL ){ ^~ msn.c:179:31: warning: comparison between pointer and integer if( lineer_search(users, 1) == NULL ){ ^~ msn.c:194:31: warning: comparison between pointer and integer if( lineer_search(users, 1) == NULL ){ ^~ msn.c:123:4: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(message.message, out, ilen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ msn.c:117:8: note: length computed here if (strlen(out) < 3300) ^~~~~~~~~~~ --- all --- cc -o scanhill hash.o main.o nstrstr.o msn.o sniff.o -L/usr/local/lib -lpcap SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for scanhill-0.5.p1_1 ===> Generating temporary packing list install -s -m 555 /construction/security/scanhill/scanhill/scanhill /construction/security/scanhill/stage/usr/local/bin install -m 0644 /construction/security/scanhill/scanhill/scanhill.conf /construction/security/scanhill/stage/usr/local/etc/scanhill.conf-dist /bin/mkdir -p /construction/security/scanhill/stage/usr/local/share/doc/scanhill install -m 0644 /construction/security/scanhill/scanhill/README.txt /construction/security/scanhill/stage/usr/local/share/doc/scanhill install -m 0644 /construction/security/scanhill/scanhill/INSTALL.txt /construction/security/scanhill/stage/usr/local/share/doc/scanhill install -m 0644 /construction/security/scanhill/scanhill/mysql.sql /construction/security/scanhill/stage/usr/local/share/doc/scanhill ====> 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: 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 scanhill-0.5.p1_1 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:43