------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The giftool port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> giftool-1.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The giftool port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> giftool-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by giftool-1.0 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The giftool port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> giftool-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by giftool-1.0 for building => SHA256 Checksum OK for giftool-1.0.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The giftool port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> giftool-1.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by giftool-1.0 for building ===> Extracting for giftool-1.0 => SHA256 Checksum OK for giftool-1.0.tgz. Extracted Memory Use: 0.09M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for giftool-1.0 ===> Applying extra patch /xports/graphics/giftool/files/extra-patch-ab ===> Applying extra patch /xports/graphics/giftool/files/extra-patch-aa SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for giftool-1.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for giftool-1.0 --- main.o --- --- readGIF.o --- --- writeGIF.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -c main.c --- readGIF.o --- cc -pipe -O2 -fno-strict-aliasing -c readGIF.c --- writeGIF.o --- cc -pipe -O2 -fno-strict-aliasing -c writeGIF.c writeGIF.c: In function 'optimizeCMAP': writeGIF.c:136:3: warning: implicit declaration of function 'qsort' [-Wimplicit-function-declaration] qsort(vals, size, sizeof(vals[0]), cvalCMP); ^~~~~ --- readGIF.o --- readGIF.c: In function 'GIFTest': readGIF.c:83:22: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if ((strncmp(buf, "GIF", 3) == 0) && ^~~~~~~ readGIF.c: In function 'GIFReadFP': readGIF.c:43:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] #define NEW(x) ((x *)malloc(sizeof(x))) ^~~~~~ readGIF.c:123:11: note: in expansion of macro 'NEW' stream = NEW(GIFStream); ^~~ readGIF.c:43:24: warning: incompatible implicit declaration of built-in function 'malloc' #define NEW(x) ((x *)malloc(sizeof(x))) ^~~~~~ readGIF.c:123:11: note: in expansion of macro 'NEW' stream = NEW(GIFStream); ^~~ readGIF.c:43:24: note: include '' or provide a declaration of 'malloc' readGIF.c:31:1: +#include readGIF.c:43:24: #define NEW(x) ((x *)malloc(sizeof(x))) ^~~~~~ readGIF.c:123:11: note: in expansion of macro 'NEW' stream = NEW(GIFStream); ^~~ readGIF.c:216:21: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration] text = (char*)realloc(text, size += 256); ^~~~~~~ readGIF.c:216:21: warning: incompatible implicit declaration of built-in function 'realloc' readGIF.c:216:21: note: include '' or provide a declaration of 'realloc' readGIF.c:217:6: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(text + len, buf, n); ^~~~~~ readGIF.c:217:6: warning: incompatible implicit declaration of built-in function 'memcpy' readGIF.c:217:6: note: include '' or provide a declaration of 'memcpy' readGIF.c:31:1: +#include readGIF.c:217:6: memcpy(text + len, buf, n); ^~~~~~ --- main.o --- main.c: In function 'GIFFree': main.c:1013:4: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(cur->data.image.data); ^~~~ main.c:1013:4: warning: incompatible implicit declaration of built-in function 'free' main.c:1013:4: note: include '' or provide a declaration of 'free' main.c:23:1: +#include main.c:1013:4: free(cur->data.image.data); ^~~~ main.c:1022:3: warning: incompatible implicit declaration of built-in function 'free' free(cur); ^~~~ main.c:1022:3: note: include '' or provide a declaration of 'free' main.c:1025:2: warning: incompatible implicit declaration of built-in function 'free' free(stream); ^~~~ main.c:1025:2: note: include '' or provide a declaration of 'free' main.c: In function 'toval': main.c:1044:10: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] return atoi(s); ^~~~ main.c: In function 'matchCMAP': main.c:1065:8: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] if (strcasecmp(colorTable[v].name, tpix) == 0) ^~~~~~~~~~ main.c:1084:3: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] strncpy(c[i], cp, 10); ^~~~~~~ main.c:1084:3: warning: incompatible implicit declaration of built-in function 'strncpy' main.c:1084:3: note: include '' or provide a declaration of 'strncpy' main.c:23:1: +#include main.c:1084:3: strncpy(c[i], cp, 10); ^~~~~~~ main.c: In function 'addComments': main.c:1159:17: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] n = (GIFData *)malloc(sizeof(GIFData)); ^~~~~~ main.c:1159:17: warning: incompatible implicit declaration of built-in function 'malloc' main.c:1159:17: note: include '' or provide a declaration of 'malloc' main.c:1166:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] n->data.comment.len = strlen(text); ^~~~~~ main.c:1166:25: warning: incompatible implicit declaration of built-in function 'strlen' main.c:1166:25: note: include '' or provide a declaration of 'strlen' main.c:1168:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(n->data.comment.text, text); ^~~~~~ main.c:1168:2: warning: incompatible implicit declaration of built-in function 'strcpy' main.c:1168:2: note: include '' or provide a declaration of 'strcpy' main.c: In function 'stripComment': main.c:1186:4: warning: incompatible implicit declaration of built-in function 'free' free(cur->data.comment.text); ^~~~ main.c:1186:4: note: include '' or provide a declaration of 'free' main.c: In function 'info': main.c:1252:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ main.c:1252:2: warning: incompatible implicit declaration of built-in function 'exit' main.c:1252:2: note: include '' or provide a declaration of 'exit' main.c: In function 'usage': main.c:1275:2: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ main.c:1275:2: note: include '' or provide a declaration of 'exit' main.c: In function 'main': main.c:1295:7: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(arg, "-O") == 0) { ^~~~~~ main.c:1306:14: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] } else if (strncmp(arg, "+c", 2) == 0) { ^~~~~~~ main.c:1307:8: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(arg) != 2) ^~~~~~ main.c:1307:8: note: include '' or provide a declaration of 'strlen' main.c:1318:8: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(arg) != 2) ^~~~~~ main.c:1318:8: note: include '' or provide a declaration of 'strlen' main.c:1325:8: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(arg) != 4) ^~~~~~ main.c:1325:8: note: include '' or provide a declaration of 'strlen' --- giftool --- cc -pipe -O2 -fno-strict-aliasing -o giftool main.o readGIF.o writeGIF.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for giftool-1.0 ===> Generating temporary packing list install -s -m 555 /construction/graphics/giftool/giftool-1.0/giftool /construction/graphics/giftool/stage/usr/local/bin install -m 0644 /construction/graphics/giftool/giftool-1.0/COPYRIGHT /construction/graphics/giftool/giftool-1.0/README /construction/graphics/giftool/stage/usr/local/share/doc/giftool ====> 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: package ------------------------------------------------------------------------------- ===> Building package for giftool-1.0 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:03