------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- /!\ aslookup-0.12_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/!\ aslookup-0.12_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by aslookup-0.12_1 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ aslookup-0.12_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by aslookup-0.12_1 for building => SHA256 Checksum OK for aslookup-alpha0.12.tar.gz. SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ aslookup-0.12_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by aslookup-0.12_1 for building ===> Extracting for aslookup-0.12_1 => SHA256 Checksum OK for aslookup-alpha0.12.tar.gz. Extracted Memory Use: 0.05M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for aslookup-0.12_1 ===> Applying ports patches for aslookup-0.12_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 aslookup-0.12_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for aslookup-0.12_1 --- aslookup.o --- cc -c -pipe -O2 -fno-strict-aliasing -DARINDB -DJPNICDB -DAPNICDB aslookup.c aslookup.c: In function 'dbopen': aslookup.c:113:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ aslookup.c:113:3: warning: incompatible implicit declaration of built-in function 'exit' aslookup.c:113:3: note: include '' or provide a declaration of 'exit' aslookup.c:43:1: +#include #include aslookup.c:113:3: exit(1); ^~~~ aslookup.c:118:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ aslookup.c:118:3: note: include '' or provide a declaration of 'exit' aslookup.c:127:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ aslookup.c:127:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'getcontrol': aslookup.c:167:9: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] ret = atoi(&line[1]); ^~~~ aslookup.c: In function 'readdata': aslookup.c:239:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] data = (char *)malloc(result+1); ^~~~~~ aslookup.c:239:19: warning: incompatible implicit declaration of built-in function 'malloc' aslookup.c:239:19: note: include '' or provide a declaration of 'malloc' aslookup.c: In function 'getas': aslookup.c:462:3: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(data); ^~~~ aslookup.c:462:3: warning: incompatible implicit declaration of built-in function 'free' aslookup.c:462:3: note: include '' or provide a declaration of 'free' aslookup.c: In function 'jpnic': aslookup.c:487:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ aslookup.c:487:3: note: include '' or provide a declaration of 'exit' aslookup.c:492:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ aslookup.c:492:3: note: include '' or provide a declaration of 'exit' aslookup.c:501:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ aslookup.c:501:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'apnic': aslookup.c:546:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ aslookup.c:546:3: note: include '' or provide a declaration of 'exit' aslookup.c:551:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ aslookup.c:551:3: note: include '' or provide a declaration of 'exit' aslookup.c:560:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ aslookup.c:560:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'arin': aslookup.c:604:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ aslookup.c:604:3: note: include '' or provide a declaration of 'exit' aslookup.c:609:3: warning: incompatible implicit declaration of built-in function 'exit' exit(2); ^~~~ aslookup.c:609:3: note: include '' or provide a declaration of 'exit' aslookup.c:618:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ aslookup.c:618:3: note: include '' or provide a declaration of 'exit' aslookup.c: In function 'searchas': aslookup.c:718:11: warning: implicit declaration of function 'atol'; did you mean 'htonl'? [-Wimplicit-function-declaration] asnum = atol(asptr); ^~~~ htonl aslookup.c:768:4: warning: incompatible implicit declaration of built-in function 'free' free(obj); ^~~~ aslookup.c:768:4: note: include '' or provide a declaration of 'free' aslookup.c: In function 'checkpath': aslookup.c:888:24: warning: incompatible implicit declaration of built-in function 'malloc' ptr = (ASPATHCACHE *)malloc(sizeof(ASPATHCACHE)); ^~~~~~ aslookup.c:888:24: note: include '' or provide a declaration of 'malloc' aslookup.c: In function 'freecache': aslookup.c:908:3: warning: incompatible implicit declaration of built-in function 'free' free(ptr); ^~~~ aslookup.c:908:3: note: include '' or provide a declaration of 'free' aslookup.c: In function 'host2as': aslookup.c:1029:6: warning: implicit declaration of function 'inet_aton' [-Wimplicit-function-declaration] a = inet_aton(hn, &sin); ^~~~~~~~~ aslookup.c:1042:24: warning: implicit declaration of function 'inet_ntoa' [-Wimplicit-function-declaration] sprintf(adstr, "%s", inet_ntoa(sin.sin_addr)); ^~~~~~~~~ aslookup.c:1067:25: warning: comparison between pointer and integer while(getasnum[asptr] != NULL) { ^~ aslookup.c: At top level: aslookup.c:1086:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ aslookup.c: In function 'main': aslookup.c:1098:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ aslookup.c:1098:4: note: include '' or provide a declaration of 'exit' aslookup.c:1103:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ aslookup.c:1103:4: note: include '' or provide a declaration of 'exit' aslookup.c:1120:4: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ aslookup.c:1120:4: note: include '' or provide a declaration of 'exit' --- aslookup --- Linking ... cc -pipe -O2 -fno-strict-aliasing -DARINDB -DJPNICDB -DAPNICDB -I./ -o aslookup aslookup.o done SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for aslookup-0.12_1 ===> Generating temporary packing list install -s -m 555 /construction/net/aslookup/aslookup-alpha0.12/aslookup /construction/net/aslookup/stage/usr/local/bin install -m 0644 /construction/net/aslookup/aslookup-alpha0.12/readme-eng.txt /construction/net/aslookup/aslookup-alpha0.12/readme-jp.txt /construction/net/aslookup/stage/usr/local/share/doc/aslookup ====> 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 aslookup-0.12_1 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:42