While trying to update the ports in FreeBSD I can see the following errors:
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
169 | " -P passthrough SSL connections if they cannot be split because of\n"
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
filter.c:1704:13: error: no member named 'user' in 'struct filter_rule'
1704 | if (rule->user)
| ~~~~ ^
filter.c:1705:15: error: no member named 'user' in 'struct filter_rule'
1705 | free(rule->user);
| ~~~~ ^
filter.c:1706:13: error: no member named 'desc' in 'struct filter_rule'
1706 | if (rule->desc)
| ~~~~ ^
filter.c:1707:15: error: no member named 'desc' in 'struct filter_rule'
1707 | free(rule->desc);
| ~~~~ ^
4 errors generated.
gmake[1]: *** [GNUmakefile:22: filter.o] Error 1
Can share the full build log if required.
But this commit c74ab03 doesn't seem to be aligned with the header file filter.h.
While trying to update the ports in FreeBSD I can see the following errors:
Can share the full build log if required.
But this commit c74ab03 doesn't seem to be aligned with the header file
filter.h.