psutil/arch/freebsd/sys_socks.c:66:25: warning: comparison between pointer and integer ('kvaddr_t' (aka 'unsigned long') and 'void *')
if (xf->xf_data == sock)
~~~~~~~~~~~ ^ ~~~~
psutil/arch/freebsd/sys_socks.c:178:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
xf = psutil_get_file_from_sock(so->xso_so);
^~~~~~~~~~
psutil/arch/freebsd/sys_socks.c:61:33: note: passing argument to parameter 'sock' here
psutil_get_file_from_sock(void *sock) {
^
psutil/arch/freebsd/sys_socks.c:298:40: warning: incompatible integer to pointer conversion passing 'kvaddr_t' (aka 'unsigned long') to parameter of type 'void *' [-Wint-conversion]
checking for autoconf... /usr/local/bin/autoconf-2.13
Refreshing /wrkdirs/usr/ports/www/firefox-esr/work/firefox-60.8.0/old-configure with /usr/local/bin/autoconf-2.13
creating cache ./config.cache
checking host system type... x86_64-unknown-freebsd12.0
checking target system type... x86_64-unknown-freebsd12.0
checking build system type... x86_64-unknown-freebsd12.0
checking for gcc... /usr/local/bin/clang80 -std=gnu99
checking whether the C compiler (/usr/local/bin/clang80 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) works... yes
checking whether the C compiler (/usr/local/bin/clang80 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
checking whether the C++ compiler (/usr/local/bin/clang++80 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether the C compiler (/usr/local/bin/clang80 -std=gnu99 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C... (cached) yes
js/src> checking whether the C++ compiler (/usr/local/bin/clang++80 -O2 -pipe -O3 -DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -Wl,--as-needed -fstack-protector-strong ) is a cross-compiler... no
js/src> checking whether we are using GNU C++... (cached) yes
In file included from /wrkdirs/usr/ports/www/firefox-esr/work/.build/js/src/Unified_cpp_js_src3.cpp:47:
/wrkdirs/usr/ports/www/firefox-esr/work/firefox-60.8.0/js/src/builtin/intl/NumberFormat.cpp:380:11: warning: enumeration values 'UNUM_MEASURE_UNIT_FIELD' and 'UNUM_COMPACT_FIELD' not handled in switch [-Wswitch]
/wrkdirs/usr/ports/www/firefox-esr/work/firefox-60.8.0/media/libav/libavutil/opt.c:209:12: warning: 'return' will never be executed [-Wunreachable-code-return]