------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The jesred 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 ------------------------------------------------------------------------------- ===> jesred-1.2.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The jesred 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 ===> jesred-1.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jesred-1.2.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The jesred 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 ===> jesred-1.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jesred-1.2.1_1 for building => SHA256 Checksum OK for jesred-1.2pl1.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The jesred 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 ===> jesred-1.2.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by jesred-1.2.1_1 for building ===> Extracting for jesred-1.2.1_1 => SHA256 Checksum OK for jesred-1.2pl1.tar.gz. Extracted Memory Use: 0.15M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for jesred-1.2.1_1 ===> Applying ports patches for jesred-1.2.1_1 ===> Applying dragonfly patches for jesred-1.2.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for jesred-1.2.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for jesred-1.2.1_1 --- main.o --- --- ip_list.o --- --- util.o --- --- log.o --- --- config.o --- --- rewrite.o --- --- pattern_list.o --- --- main.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c main.c --- ip_list.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c ip_list.c --- util.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c util.c --- log.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c log.c --- config.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c config.c --- rewrite.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c rewrite.c --- pattern_list.o --- cc -pipe -O2 -fno-strict-aliasing -DUSE_ACCEL -DDEFAULT_PATH=\"/usr/local/etc/jesred\" -c pattern_list.c --- ip_list.o --- In file included from ip_list.c:109: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ ip_list.c: In function 'addToIPACL': ip_list.c:190:9: warning: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration] c = sscanf(ip_str, "%d.%d.%d.%d/%d", &a1, &a2, &a3, &a4, &m1); ^~~~~~ ip_list.c:190:9: warning: incompatible implicit declaration of built-in function 'sscanf' ip_list.c:190:9: note: include '' or provide a declaration of 'sscanf' ip_list.c:110:1: +#include ip_list.c:190:9: c = sscanf(ip_str, "%d.%d.%d.%d/%d", &a1, &a2, &a3, &a4, &m1); ^~~~~~ In file included from ip_list.c:108: ip_list.c: In function 'ip_acl_destroy': util.h:102:34: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ ip_list.c:209:2: note: in expansion of macro 'safe_free' safe_free(b); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ ip_list.c:209:2: note: in expansion of macro 'safe_free' safe_free(b); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ ip_list.c:209:2: note: in expansion of macro 'safe_free' safe_free(b); ^~~~~~~~~ --- pattern_list.o --- In file included from pattern_list.c:36: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ pattern_list.c: In function 'add_to_patterns': pattern_list.c:82:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(second, ""); ^~~~~~ pattern_list.c:82:2: warning: incompatible implicit declaration of built-in function 'strcpy' pattern_list.c:82:2: note: include '' or provide a declaration of 'strcpy' pattern_list.c:39:1: +#include pattern_list.c:82:2: strcpy(second, ""); ^~~~~~ pattern_list.c:84:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if(strcmp(type, "abort") == 0) { ^~~~~~ pattern_list.c:95:16: warning: implicit declaration of function 'count_parenthesis' [-Wimplicit-function-declaration] parenthesis = count_parenthesis (first); ^~~~~~~~~~~~~~~~~ pattern_list.c:118:32: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] rpattern.pattern = (char *)malloc(sizeof(char) * (strlen(first) +1)); ^~~~~~ pattern_list.c:118:32: warning: incompatible implicit declaration of built-in function 'malloc' pattern_list.c:118:32: note: include '' or provide a declaration of 'malloc' pattern_list.c:39:1: +#include pattern_list.c:118:32: rpattern.pattern = (char *)malloc(sizeof(char) * (strlen(first) +1)); ^~~~~~ pattern_list.c:118:55: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] rpattern.pattern = (char *)malloc(sizeof(char) * (strlen(first) +1)); ^~~~~~ pattern_list.c:118:55: warning: incompatible implicit declaration of built-in function 'strlen' pattern_list.c:118:55: note: include '' or provide a declaration of 'strlen' pattern_list.c:124:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(rpattern.pattern, first); ^~~~~~ pattern_list.c:124:5: note: include '' or provide a declaration of 'strcpy' pattern_list.c: In function 'get_accel': pattern_list.c:169:11: warning: incompatible implicit declaration of built-in function 'strlen' len = strlen(accel); ^~~~~~ pattern_list.c:169:11: note: include '' or provide a declaration of 'strlen' pattern_list.c:178:25: warning: incompatible implicit declaration of built-in function 'malloc' new_accel = (char *)malloc(sizeof(char) * strlen(accel)); ^~~~~~ pattern_list.c:178:25: note: include '' or provide a declaration of 'malloc' pattern_list.c:179:5: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(new_accel,accel); ^~~~~~ pattern_list.c:179:5: note: include '' or provide a declaration of 'strcpy' pattern_list.c: In function 'count_parenthesis': pattern_list.c:260:21: warning: incompatible implicit declaration of built-in function 'strlen' for (i = 0; i < strlen (pattern); i++) { ^~~~~~ pattern_list.c:260:21: note: include '' or provide a declaration of 'strlen' In file included from pattern_list.c:37: pattern_list.c: In function 'plist_destroy': util.h:102:34: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:289:2: note: in expansion of macro 'safe_free' safe_free(b->pattern); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:289:2: note: in expansion of macro 'safe_free' safe_free(b->pattern); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:289:2: note: in expansion of macro 'safe_free' safe_free(b->pattern); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:290:2: note: in expansion of macro 'safe_free' safe_free(b->replacement); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:290:2: note: in expansion of macro 'safe_free' safe_free(b->replacement); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:293:6: note: in expansion of macro 'safe_free' safe_free(b->accel); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:293:6: note: in expansion of macro 'safe_free' safe_free(b->accel); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:296:2: note: in expansion of macro 'safe_free' safe_free(b); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ pattern_list.c:296:2: note: in expansion of macro 'safe_free' safe_free(b); ^~~~~~~~~ --- util.o --- In file included from util.c:105: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ util.c: In function 'savestr': util.c:150:31: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] save = (char *)malloc(strlen(str) + 1); ^~~~~~ util.c:150:31: warning: incompatible implicit declaration of built-in function 'strlen' util.c:150:31: note: include '' or provide a declaration of 'strlen' util.c:107:1: +#include util.c:150:31: save = (char *)malloc(strlen(str) + 1); ^~~~~~ util.c:156:13: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(save, str); ^~~~~~ util.c:156:13: warning: incompatible implicit declaration of built-in function 'strcpy' util.c:156:13: note: include '' or provide a declaration of 'strcpy' --- log.o --- In file included from log.c:31: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ --- config.o --- In file included from config.c:38: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ --- rewrite.o --- In file included from rewrite.c:42: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ rewrite.c: In function 'parse_buff': rewrite.c:66:13: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] token = strchr(buff,' '); ^~~~~~ rewrite.c:66:13: warning: incompatible implicit declaration of built-in function 'strchr' --- config.o --- In file included from config.c:44: config.c: In function 'read_allow': util.h:102:34: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:74:5: note: in expansion of macro 'safe_free' safe_free(*file); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:74:5: note: in expansion of macro 'safe_free' safe_free(*file); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:74:5: note: in expansion of macro 'safe_free' safe_free(*file); ^~~~~~~~~ config.c: In function 'read_config': util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:98:5: note: in expansion of macro 'safe_free' safe_free(*allow); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:98:5: note: in expansion of macro 'safe_free' safe_free(*allow); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:99:5: note: in expansion of macro 'safe_free' safe_free(*rules); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:99:5: note: in expansion of macro 'safe_free' safe_free(*rules); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:100:5: note: in expansion of macro 'safe_free' safe_free(*redirect); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:100:5: note: in expansion of macro 'safe_free' safe_free(*redirect); ^~~~~~~~~ util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:101:5: note: in expansion of macro 'safe_free' safe_free(*rewrite); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:101:5: note: in expansion of macro 'safe_free' safe_free(*rewrite); ^~~~~~~~~ config.c: In function 'read_rules': util.h:102:34: warning: incompatible implicit declaration of built-in function 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:194:5: note: in expansion of macro 'safe_free' safe_free(*file); ^~~~~~~~~ util.h:102:34: note: include '' or provide a declaration of 'free' #define safe_free(x) if (x) { free(x); x = NULL; } ^~~~ config.c:194:5: note: in expansion of macro 'safe_free' safe_free(*file); ^~~~~~~~~ --- rewrite.o --- rewrite.c:66:13: note: include '' or provide a declaration of 'strchr' rewrite.c:47:1: +#include rewrite.c:66:13: token = strchr(buff,' '); ^~~~~~ rewrite.c:114:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (allow_siblings && (! strcmp(*method, "ICP_QUERY")) ) ^~~~~~ rewrite.c:130:8: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] if(strlen(*url) <= 7) { ^~~~~~ rewrite.c:130:8: warning: incompatible implicit declaration of built-in function 'strlen' rewrite.c:130:8: note: include '' or provide a declaration of 'strlen' rewrite.c: In function 'pattern_compare': rewrite.c:182:12: warning: incompatible implicit declaration of built-in function 'strlen' len = strlen(curr->pattern); ^~~~~~ rewrite.c:182:12: note: include '' or provide a declaration of 'strlen' rewrite.c:219:8: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(newurl,curr->replacement); ^~~~~~ rewrite.c:219:8: warning: incompatible implicit declaration of built-in function 'strcpy' rewrite.c:219:8: note: include '' or provide a declaration of 'strcpy' rewrite.c:236:4: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(newurl,curr->replacement); ^~~~~~ rewrite.c:236:4: note: include '' or provide a declaration of 'strcpy' rewrite.c: In function 'replace_string': rewrite.c:268:19: warning: implicit declaration of function 'count_parenthesis' [-Wimplicit-function-declaration] parenthesis = count_parenthesis (curr->pattern); ^~~~~~~~~~~~~~~~~ rewrite.c: In function 'match_accel': rewrite.c:360:9: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] if(strstr(url, accel)) ^~~~~~ rewrite.c:360:9: warning: incompatible implicit declaration of built-in function 'strstr' rewrite.c:360:9: note: include '' or provide a declaration of 'strstr' rewrite.c:370:9: warning: incompatible implicit declaration of built-in function 'strstr' if(strstr(l_accel, accel)) ^~~~~~ rewrite.c:370:9: note: include '' or provide a declaration of 'strstr' rewrite.c:377:14: warning: incompatible implicit declaration of built-in function 'strlen' accel_len = strlen(accel); ^~~~~~ rewrite.c:377:14: note: include '' or provide a declaration of 'strlen' --- main.o --- In file included from main.c:43: log.h:33:13: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] extern void log(log_code c, char *format, ...); ^~~ --- rewrite.o --- rewrite.c:396:14: warning: incompatible implicit declaration of built-in function 'strlen' accel_len = strlen(accel); ^~~~~~ rewrite.c:396:14: note: include '' or provide a declaration of 'strlen' --- main.o --- main.c: In function 'main': main.c:79:13: warning: implicit declaration of function 'getuid'; did you mean 'getwc'? [-Wimplicit-function-declaration] if((int)getuid() == 0) { ^~~~~~ getwc main.c:105:51: warning: implicit declaration of function 'getpid'; did you mean 'getwc'? [-Wimplicit-function-declaration] log(INFO, "%s (PID %d) started\n", APPNAME, (int)getpid()); ^~~~~~ getwc main.c:130:12: warning: implicit declaration of function 'pattern_compare' [-Wimplicit-function-declaration] val = pattern_compare(url, redirect_url, pattern_list); ^~~~~~~~~~~~~~~ main.c: In function 'GetOptions': main.c:171:17: warning: implicit declaration of function 'getopt'; did you mean 'getwc'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "hv")) != -1) { ^~~~~~ getwc --- jesred --- cc -o jesred main.o ip_list.o util.o log.o config.o rewrite.o pattern_list.o -L. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for jesred-1.2.1_1 ===> Generating temporary packing list install -s -m 555 /construction/www/jesred/jesred-1.2pl1/jesred /construction/www/jesred/stage/usr/local/libexec /bin/mkdir -p /construction/www/jesred/stage/usr/local/etc/jesred install -m 0644 /construction/www/jesred/jesred-1.2pl1/etc/jesred.conf /construction/www/jesred/stage/usr/local/etc/jesred/jesred.conf.sample install -m 0644 /construction/www/jesred/jesred-1.2pl1/etc/redirect.acl /construction/www/jesred/stage/usr/local/etc/jesred/redirect.acl.sample install -m 0644 /construction/www/jesred/jesred-1.2pl1/etc/redirect.rules /construction/www/jesred/stage/usr/local/etc/jesred/redirect.rules.sample ====> 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 jesred-1.2.1_1 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:02