------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mail2sms-1.3.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mail2sms-1.3.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mail2sms-1.3.5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mail2sms-1.3.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mail2sms-1.3.5 for building => SHA256 Checksum OK for mail2sms-1.3.5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mail2sms-1.3.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mail2sms-1.3.5 for building ===> Extracting for mail2sms-1.3.5 => SHA256 Checksum OK for mail2sms-1.3.5.tar.gz. Extracted Memory Use: 0.50M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mail2sms-1.3.5 ===> Applying ports patches for mail2sms-1.3.5 ===> Cleanly applied ports patch(es) patch-mail2sms.1 patch-mail2sms.4 patch-main.c patch-parse.c /bin/cp /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms.4 /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms.5 /usr/bin/env WRKSRC=/construction/mail/mail2sms/mail2sms-1.3.5 REWARNFILE=/construction/mail/mail2sms/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|%%PREFIX%%|/usr/local|g' /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms.5 /usr/bin/env WRKSRC=/construction/mail/mail2sms/mail2sms-1.3.5 REWARNFILE=/construction/mail/mail2sms/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|%%PREFIX%%|/usr/local|g' /construction/mail/mail2sms/mail2sms-1.3.5/main.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mail2sms-1.3.5 configure: warning: x86_64-portbld-dragonfly5.9: 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 -O2 -fno-strict-aliasing ) works... yes checking whether the C compiler (cc -pipe -O2 -fno-strict-aliasing ) 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 ANSI C header files... (cached) yes checking for fcntl.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for stdio.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for pwd.h... (cached) yes checking for string.h... (cached) yes checking for working const... yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working alloca.h... (cached) no checking for alloca... yes checking for strftime... (cached) yes checking for vprintf... (cached) yes checking for re_comp... no checking for regcomp... yes checking for strdup... (cached) yes checking for strstr... (cached) yes checking for strtol... (cached) yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mail2sms-1.3.5 --- base64.o --- --- parse.o --- --- struct.o --- --- uudecode.o --- --- main.o --- --- regex.o --- --- sms.o --- --- sendmsg.o --- --- base64.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H base64.c --- parse.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H parse.c --- struct.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H struct.c --- uudecode.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H uudecode.c --- main.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H main.c --- regex.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H regex.c --- sms.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H sms.c --- sendmsg.o --- cc -c -pipe -O2 -fno-strict-aliasing -DHAVE_CONFIG_H sendmsg.c --- main.o --- In file included from main.c:2: sms.h:44:6: warning: conflicting types for built-in function 'logf' [-Wbuiltin-declaration-mismatch] void logf(LogfType, char *fmt, ...); ^~~~ --- parse.o --- parse.c: In function 'mdecodeRFC2047': parse.c:151:17: warning: implicit declaration of function 'base64Decode' [-Wimplicit-function-declaration] base64Decode(ptr, output, &length); ^~~~~~~~~~~~ parse.c: In function 'process': parse.c:329:12: warning: returning 'int' from a function with return type 'struct body *' makes pointer from integer without a cast [-Wint-conversion] return -1; /* add error code */ ^ parse.c:653:19: warning: implicit declaration of function 'uudecode'; did you mean 'mdecodeQP'? [-Wimplicit-function-declaration] if (uudecode(fp, line, line, NULL, TRUE)) ^~~~~~~~ mdecodeQP parse.c:865:12: warning: implicit declaration of function 'rmlastlines' [-Wimplicit-function-declaration] while (rmlastlines(bp)); ^~~~~~~~~~~ --- sms.o --- In file included from sms.c:8: sms.h:44:6: warning: conflicting types for built-in function 'logf' [-Wbuiltin-declaration-mismatch] void logf(LogfType, char *fmt, ...); ^~~~ --- sendmsg.o --- In file included from sendmsg.c:8: sms.h:44:6: warning: conflicting types for built-in function 'logf' [-Wbuiltin-declaration-mismatch] void logf(LogfType, char *fmt, ...); ^~~~ sendmsg.c: In function 'escape': sendmsg.c:35:28: warning: implicit declaration of function 'isalnum' [-Wimplicit-function-declaration] if((*input != ' ') && !isalnum((int)*input) ) ^~~~~~~ --- sms.o --- sms.c: In function 'readfile': sms.c:1279:6: warning: implicit declaration of function 'creat'; did you mean 'fread'? [-Wimplicit-function-declaration] creat(what, 0666); ^~~~~ fread --- regex.o --- regex.c: In function 're_match_2': regex.c:3773:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) old_regend[r] >= (int) regstart[r]) ^ regex.c:3773:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) old_regend[r] >= (int) regstart[r]) ^ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2415:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3779:19: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p1 + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2418:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3779:19: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p1 + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2415:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3926:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, NULL, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2418:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3926:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, NULL, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2415:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3979:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2418:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3979:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2503:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] high_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4085:13: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (sdummy, pdummy, ^~~~~~~~~~~~~~~~~ regex.c:2506:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] low_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4085:13: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (sdummy, pdummy, ^~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2415:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4118:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2418:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4118:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2415:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4131:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2336:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2418:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4131:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2503:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] high_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4299:11: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (d, p, ^~~~~~~~~~~~~~~~~ regex.c:2506:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] low_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4299:11: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (d, p, ^~~~~~~~~~~~~~~~~ --- sms.o --- sms.c: In function 'replacecheck': sms.c:2126:17: warning: 'strncpy' writing 511 bytes into a region of size 256 overflows the destination [-Wstringop-overflow=] strncpy(run, action->param, 511); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sms.c:2133:17: warning: 'strncpy' writing 511 bytes into a region of size 256 overflows the destination [-Wstringop-overflow=] strncpy(program, action->param, 511); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sms.c:2140:17: warning: 'strncpy' writing 511 bytes into a region of size 256 overflows the destination [-Wstringop-overflow=] strncpy(progargs, action->param, 511); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- mail2sms --- cc -o mail2sms base64.o parse.o struct.o uudecode.o main.o regex.o sms.o sendmsg.o SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mail2sms-1.3.5 ===> Generating temporary packing list install -s -m 555 /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms /construction/mail/mail2sms/stage/usr/local/bin install -m 444 /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms.1 /construction/mail/mail2sms/stage/usr/local/man/man1 install -m 444 /construction/mail/mail2sms/mail2sms-1.3.5/mail2sms.5 /construction/mail/mail2sms/stage/usr/local/man/man5 /bin/mkdir -p /construction/mail/mail2sms/stage/usr/local/share/doc/mail2sms install -m 0644 /construction/mail/mail2sms/mail2sms-1.3.5/README /construction/mail/mail2sms/mail2sms-1.3.5/REGEX /construction/mail/mail2sms/mail2sms-1.3.5/example.conf /construction/mail/mail2sms/stage/usr/local/share/doc/mail2sms ====> 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: package ------------------------------------------------------------------------------- ===> Building package for mail2sms-1.3.5 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06