------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ passlogd-0.1f: 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/!\ passlogd-0.1f: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by passlogd-0.1f for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ passlogd-0.1f: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by passlogd-0.1f for building => SHA256 Checksum OK for passlogd-0.1f.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ passlogd-0.1f: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by passlogd-0.1f for building ===> Extracting for passlogd-0.1f => SHA256 Checksum OK for passlogd-0.1f.tar.gz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for passlogd-0.1f /usr/bin/sed -i.bak -e "s|.(CXX)|cc -pipe -O2 -fno-strict-aliasing |g" /construction/net/passlogd/passlogd-0.1f/Makefile 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 passlogd-0.1f SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for passlogd-0.1f --- passlog.o --- --- util.o --- --- parse.o --- --- sig.o --- --- passlog.o --- cc -pipe -O2 -fno-strict-aliasing -c passlog.c -o passlog.o --- util.o --- cc -pipe -O2 -fno-strict-aliasing -c util.c -o util.o --- parse.o --- cc -pipe -O2 -fno-strict-aliasing -c parse.c -o parse.o --- sig.o --- cc -pipe -O2 -fno-strict-aliasing -c sig.c -o sig.o sig.c: In function 'sighandle': sig.c:36:2: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(logfd); ^~~~~ pclose --- passlog.o --- passlog.c: In function 'main': passlog.c:63:2: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(devstr,0,sizeof(devstr)); ^~~~~~ passlog.c:63:2: warning: incompatible implicit declaration of built-in function 'memset' passlog.c:63:2: note: include '' or provide a declaration of 'memset' passlog.c:24:1: +#include passlog.c:63:2: memset(devstr,0,sizeof(devstr)); ^~~~~~ passlog.c:65:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(devstr,a,strlen(a)); ^~~~~~~ passlog.c:65:2: warning: incompatible implicit declaration of built-in function 'strncpy' passlog.c:65:2: note: include '' or provide a declaration of 'strncpy' passlog.c:65:19: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strncpy(devstr,a,strlen(a)); ^~~~~~ passlog.c:65:19: warning: incompatible implicit declaration of built-in function 'strlen' --- util.o --- util.c: In function 'reverse_lookup': util.c:70:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^~~~~~~ util.c:70:5: warning: incompatible implicit declaration of built-in function 'strncpy' util.c:70:5: note: include '' or provide a declaration of 'strncpy' util.c:20:1: +#include util.c:70:5: strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^~~~~~~ util.c:70:40: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^~~~~~ util.c:70:40: warning: incompatible implicit declaration of built-in function 'strlen' util.c:70:40: note: include '' or provide a declaration of 'strlen' util.c: In function 'sanitize_buffer': --- parse.o --- parse.c: In function 'sl_parse': parse.c:125:10: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] wb = write(logfd, "\n\nRAW PACKET:\n", 14); ^~~~~ fwrite parse.c:136:14: warning: implicit declaration of function 'atoi'; did you mean 'ptoa'? [-Wimplicit-function-declaration] syslev = atoi(level); ^~~~ ptoa parse.c:145:11: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] timestr[strlen(timestr)-1]=0x20; ^~~~~~ parse.c:145:11: warning: incompatible implicit declaration of built-in function 'strlen' parse.c:145:11: note: include '' or provide a declaration of 'strlen' parse.c:22:1: +#include parse.c:145:11: timestr[strlen(timestr)-1]=0x20; ^~~~~~ parse.c:159:25: warning: implicit declaration of function 'strerror'; did you mean 'perror'? [-Wimplicit-function-declaration] --- sig.o --- sig.c:41:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ sig.c:41:7: warning: incompatible implicit declaration of built-in function 'exit' sig.c:41:7: note: include '' or provide a declaration of 'exit' sig.c:17:1: +#include sig.c:41:7: exit(0); ^~~~ --- passlog.o --- passlog.c:65:19: note: include '' or provide a declaration of 'strlen' passlog.c:88:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ passlog.c:88:4: warning: incompatible implicit declaration of built-in function 'exit' passlog.c:88:4: note: include '' or provide a declaration of 'exit' passlog.c:24:1: +#include passlog.c:88:4: exit(0); ^~~~ passlog.c:127:11: warning: implicit declaration of function 'atoi'; did you mean 'ptoa'? [-Wimplicit-function-declaration] port = atoi(optarg); ^~~~ ptoa passlog.c:144:14: warning: passing argument 1 of 'strncpy' from incompatible pointer type [-Wincompatible-pointer-types] strncpy(&logfile, "/var/log/passlog", 16); ^~~~~~~~ passlog.c:144:14: note: expected 'char *' but argument is of type 'char (*)[1024]' passlog.c:185:7: warning: incompatible implicit declaration of built-in function 'exit' exit(-1); ^~~~ --- util.o --- util.c:88:11: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] if ((!isprint(buffer[c])) && (buffer[c] != '\0') && (buffer[c] != '\n')){ ^~~~~~~ --- parse.o --- errstr = (char *) strerror(errno); ^~~~~~~~ perror parse.c:159:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] errstr = (char *) strerror(errno); ^ --- passlog.o --- passlog.c:185:7: note: include '' or provide a declaration of 'exit' passlog.c:220:24: warning: implicit declaration of function 'strerror'; did you mean 'perror'? [-Wimplicit-function-declaration] errstr = (char *) strerror(errno); ^~~~~~~~ perror passlog.c:220:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] errstr = (char *) strerror(errno); ^ passlog.c:102:6: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(ignorestr, optarg, strlen(optarg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ passlog.c:101:8: note: length computed here if (strlen(optarg) < sizeof(ignorestr)){ ^~~~~~~~~~~~~~ passlog.c:136:8: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(logfile, optarg, strlen(optarg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ passlog.c:135:9: note: length computed here if(strlen(optarg) < MAXPATH){ ^~~~~~~~~~~~~~ passlog.c:117:6: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(devstr, optarg, strlen(optarg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- util.o --- util.c: In function 'reverse_lookup': util.c:70:5: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c:70:40: note: length computed here strncpy(addrstr, hostname->h_name, strlen(hostname->h_name) + 1); ^~~~~~~~~~~~~~~~~~~~~~~~ --- passlogd --- cc -pipe -O2 -fno-strict-aliasing -o passlogd passlog.o util.o parse.o sig.o -lpcap SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for passlogd-0.1f ===> Generating temporary packing list install -s -m 555 /construction/net/passlogd/passlogd-0.1f/passlogd /construction/net/passlogd/stage/usr/local/sbin ====> 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 passlogd-0.1f 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:41