=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for hamlib-1.2.15.3nb1 Making all in macros gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/macros' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/macros' Making all in include gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/include' /usr/pkg/bin/gmake all-am gmake[2]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/include' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/include' gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/include' Making all in lib gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/lib' CC termios.lo CC dummy.lo CCLD libmisc.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/lib' Making all in src gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/src' CC libhamlib_la-rig.lo CC libhamlib_la-serial.lo CC libhamlib_la-misc.lo CC libhamlib_la-register.lo CC libhamlib_la-event.lo CC libhamlib_la-cal.lo CC libhamlib_la-conf.lo CC libhamlib_la-tones.lo CC libhamlib_la-rotator.lo CC libhamlib_la-locator.lo CC libhamlib_la-rot_reg.lo CC libhamlib_la-rot_conf.lo CC libhamlib_la-iofunc.lo CC libhamlib_la-ext.lo CC libhamlib_la-mem.lo CC libhamlib_la-settings.lo CC libhamlib_la-parallel.lo parallel.c:127:6: warning: unused variable 'mode' [-Wunused-variable] int mode; ^ 1 warning generated. CC libhamlib_la-usb_port.lo CC libhamlib_la-debug.lo CC libhamlib_la-network.lo CC libhamlib_la-cm108.lo CCLD libhamlib.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/src' Making all in icom gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/icom' CC ic706.lo CC icr8500.lo CC ic735.lo CC ic775.lo CC ic756.lo CC ic275.lo CC ic475.lo CC ic1275.lo CC ic820h.lo CC ic821h.lo CC icr7000.lo CC ic910.lo CC ic9100.lo CC ic970.lo CC ic725.lo CC ic737.lo CC ic718.lo CC os535.lo CC os456.lo CC omni.lo CC delta2.lo CC ic92d.lo CC ic736.lo CC ic738.lo CC ic7410.lo CC ic746.lo CC ic703.lo CC ic726.lo CC ic271.lo CC ic765.lo CC ic781.lo CC ic471.lo CC id1.lo CC icr9000.lo CC icr9500.lo CC icr10.lo CC icr20.lo CC icr71.lo CC icr72.lo CC icr75.lo CC icrx7.lo CC ic707.lo CC ic728.lo CC ic751.lo CC ic761.lo CC ic78.lo CC ic7800.lo CC ic7000.lo CC ic7200.lo CC ic7600.lo CC ic7700.lo CC icom.lo CC frame.lo CC optoscan.lo optoscan.c:471:11: warning: variable 'lvl_len' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] if (retval != RIG_OK) ^~~~~~~~~~~~~~~~ optoscan.c:490:66: note: uninitialized use occurs here rig_debug(RIG_DEBUG_TRACE,"optoscan_get_level: %d %d %d %f\n", lvl_len, ^~~~~~~ optoscan.c:471:7: note: remove the 'if' if its condition is always true if (retval != RIG_OK) ^~~~~~~~~~~~~~~~~~~~~ optoscan.c:426:14: note: initialize the variable 'lvl_len' to silence this warning int lvl_len; ^ = 0 1 warning generated. CCLD hamlib-icom.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/icom' Making all in kenwood gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kenwood' CC ts850.lo CC ts870s.lo CC ts570.lo CC ts450s.lo CC ts950.lo CC ts50s.lo CC ts790.lo CC ts2000.lo CC k2.lo CC k3.lo CC ts930.lo CC ts680.lo CC ts690.lo CC ts140.lo CC ts480.lo CC trc80.lo CC ts590.lo CC thd7.lo CC thf7.lo CC thg71.lo thg71.c:459:20: warning: implicit conversion from 'double' to 'int' changes value from 5.5 to 5 [-Wliteral-conversion] frng.high_power=5.5; ~^~~ 1 warning generated. CC tmd700.lo CC tmv7.lo CC thf6a.lo CC thd72.lo thd72.c:304:31: warning: comparison of constant 255 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare] if (block_chan[0] != 0xff) { ~~~~~~~~~~~~~ ^ ~~~~ 1 warning generated. CC tmd710.lo CC ts440.lo CC ts940.lo CC ts711.lo CC ts811.lo CC r5000.lo CC kenwood.lo kenwood.c:1299:12: warning: array subscript is of type 'char' [-Wchar-subscripts] else if (isdigit(lvlbuf[2])) { ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 1 warning generated. CC th.lo CC ic10.lo ic10.c:56:27: warning: array subscript is of type 'char' [-Wchar-subscripts] for (i=data_len; !isdigit(data[i-1]); i--) { ^~~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 1 warning generated. CC elecraft.lo elecraft.c:207:43: warning: comparison of constant -1 with expression of type 'const enum elec_ext_id_e' is always true [-Wtautological-constant-out-of-range-compare] for (i = 0; elec_ext_id_str_lst[i].level != EXT_LEVEL_NONE; i++) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ elecraft.c:251:33: warning: 'strncpy' call operates on objects of type 'char' while the size is based on a different type 'char *' [-Wsizeof-pointer-memaccess] strncpy(fw_rev, bufptr, sizeof(bufptr)); ~~~~~~ ^~~~~~ elecraft.c:251:33: note: did you mean to provide an explicit length? strncpy(fw_rev, bufptr, sizeof(bufptr)); ^~~~~~ 2 warnings generated. CC transfox.lo CCLD hamlib-kenwood.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kenwood' Making all in aor gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/aor' CC ar8200.lo CC ar8000.lo CC ar5000.lo CC ar3000.lo CC ar7030.lo CC ar3030.lo CC ar2700.lo CC ar8600.lo CC ar7030p.lo CC ar7030p_utils.lo CC sr2200.lo CC aor.lo CCLD hamlib-aor.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/aor' Making all in yaesu gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/yaesu' CC ft100.lo CC ft747.lo CC ft817.lo CC ft847.lo CC ft890.lo CC ft900.lo CC ft920.lo CC ft1000mp.lo CC ft857.lo CC ft897.lo CC ft990.lo ft990.c:945:21: warning: if statement has empty body [-Wempty-body] if (err != RIG_OK); ^ ft990.c:945:21: note: put the semicolon on a separate line to silence this warning 1 warning generated. CC frg8800.lo CC ft757gx.lo CC ft736.lo CC frg100.lo CC frg9600.lo CC ft1000d.lo CC vr5000.lo CC ft767gx.lo CC ft840.lo CC ft980.lo CC vx1700.lo CC newcat.lo CC ft450.lo CC ft950.lo CC ft2000.lo CC ft9000.lo CC ft5000.lo CC yaesu.lo CCLD hamlib-yaesu.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/yaesu' Making all in dummy gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/dummy' CC dummy.lo CC rot_dummy.lo CC netrigctl.lo CC netrotctl.lo CCLD hamlib-dummy.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/dummy' Making all in pcr gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/pcr' CC pcr1000.lo CC pcr100.lo CC pcr1500.lo CC pcr2500.lo CC pcr.lo CCLD hamlib-pcr.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/pcr' Making all in alinco gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/alinco' CC dx77.lo CC alinco.lo CCLD hamlib-alinco.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/alinco' Making all in uniden gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/uniden' CC bc895.lo CC bc898.lo CC bc245.lo CC pro2052.lo CC bc780.lo CC bc250.lo CC bcd396t.lo CC bcd996t.lo CC uniden.lo CC uniden_digital.lo uniden_digital.c:61:1: warning: unused variable 'uniden_id_string_list' [-Wunused-const-variable] uniden_id_string_list[] = { ^ 1 warning generated. CCLD hamlib-uniden.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/uniden' Making all in tentec gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tentec' CC rx320.lo CC rx340.lo CC rx350.lo CC rx331.lo CC pegasus.lo CC argonaut.lo CC orion.lo orion.c:921:8: warning: array subscript is of type 'char' [-Wchar-subscripts] if (!isgraph(buf[i])) buf[i] = ' '; // bad chars -> spaces ^~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:52:44: note: expanded from macro 'isgraph' #define isgraph(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_G)) ^~~~ 1 warning generated. CC jupiter.lo CC omnivii.lo CC paragon.lo CC tentec.lo CC tentec2.lo CC tt550.lo tt550.c:377:15: warning: implicit conversion from 'double' to 'int' changes value from 0.5 to 0 [-Wliteral-conversion] priv->agc = 0.5; /* medium */ ~ ^~~ 1 warning generated. CCLD hamlib-tentec.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tentec' Making all in kachina gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kachina' CC 505dsp.lo CC kachina.lo CCLD hamlib-kachina.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kachina' Making all in jrc gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/jrc' CC nrd535.lo CC nrd545.lo CC nrd525.lo CC jrc.lo CCLD hamlib-jrc.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/jrc' Making all in drake gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/drake' CC r8a.lo CC r8b.lo CC drake.lo drake.c:613:30: warning: if statement has empty body [-Wempty-body] if ((mdbuf[6] & 0x32) =='2'); ^ drake.c:613:30: note: put the semicolon on a separate line to silence this warning 1 warning generated. CCLD hamlib-drake.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/drake' Making all in lowe gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/lowe' CC hf235.lo CC lowe.lo CCLD hamlib-lowe.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/lowe' Making all in rft gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rft' CC ekd500.lo CC rft.lo CCLD hamlib-rft.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rft' Making all in rs gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rs' CC esmc.lo CC eb200.lo CC rs.lo CCLD hamlib-rs.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rs' Making all in kit gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kit' CC elektor304.lo CC drt1.lo CC dwt.lo CC usrp.lo CC elektor507.lo CC dds60.lo CC miniVNA.lo CC si570avrusb.lo CC funcube.lo CC fifisdr.lo CC hiqsdr.lo CC pcrotor.lo CC kit.lo GEN hamlib-kit.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kit' Making all in skanti gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/skanti' CC trp8000.lo CC trp8255.lo CC skanti.lo CCLD hamlib-skanti.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/skanti' Making all in prm80 gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/prm80' CC prm8060.lo CC prm80.lo CCLD hamlib-prm80.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/prm80' Making all in tapr gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tapr' CC dsp10.lo CC tapr.lo CCLD hamlib-tapr.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tapr' Making all in flexradio gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/flexradio' CC flexradio.lo CC sdr1k.lo CC dttsp.lo CCLD hamlib-flexradio.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/flexradio' Making all in wj gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/wj' CC wj8888.lo CC wj.lo CCLD hamlib-wj.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/wj' Making all in racal gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/racal' CC ra6790.lo CC ra3702.lo CC racal.lo CC ra37xx.lo CCLD hamlib-racal.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/racal' Making all in tuner gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tuner' CC v4l.lo CC v4l2.lo CC tuner.lo CCLD hamlib-tuner.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tuner' Making all in adat gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/adat' CC adt_200a.lo CC adat.lo adat.c:597:11: warning: array subscript is of type 'char' [-Wchar-subscripts] while(isspace(*str)) str++; ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ adat.c:608:24: warning: array subscript is of type 'char' [-Wchar-subscripts] while(end > str && isspace(*end)) ^~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:56:44: note: expanded from macro 'isspace' #define isspace(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_S)) ^~~~ adat.c:735:21: warning: array subscript is of type 'char' [-Wchar-subscripts] while(( isalpha( *pcEnd ) == 0 ) || ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ adat.c:751:20: warning: array subscript is of type 'char' [-Wchar-subscripts] while( isalpha( *pcEnd ) != 0 ) ^~~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:49:44: note: expanded from macro 'isalpha' #define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_A)) ^~~~ adat.c:1355:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1355:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1355:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1398:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1398:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1398:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1444:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1444:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1444:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1486:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1486:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1486:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1621:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1621:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1621:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1678:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1678:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1678:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1731:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1731:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1731:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1781:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1781:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1781:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1833:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1833:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1833:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1886:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1886:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1886:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1938:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1938:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1938:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:1991:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:1991:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:1991:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2043:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2043:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2043:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2095:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2095:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2095:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2145:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2145:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2145:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2209:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2209:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2209:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2269:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2269:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2269:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2325:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2325:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2325:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2391:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2391:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2391:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2445:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2445:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2445:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = adat.c:2529:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if(( pRig == NULL )) ~~~~~^~~~~~~ adat.c:2529:15: note: remove extraneous parentheses around the comparison to silence this warning if(( pRig == NULL )) ~ ^ ~ adat.c:2529:15: note: use '=' to turn this equality comparison into an assignment if(( pRig == NULL )) ^~ = 25 warnings generated. CCLD hamlib-adat.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/adat' Making all in winradio gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/winradio' CC wr1000.lo CC wr1500.lo CC wr1550.lo CC wr3100.lo CC wr3150.lo CC wr3500.lo CC wr3700.lo CC g303.lo CC g313.lo CC g305.lo CC winradio.lo CCLD hamlib-winradio.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/winradio' Making all in dummy gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/dummy' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/dummy' Making all in easycomm gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/easycomm' CC easycomm.lo CCLD hamlib-easycomm.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/easycomm' Making all in fodtrack gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/fodtrack' CC fodtrack.lo CCLD hamlib-fodtrack.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/fodtrack' Making all in gs232a gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/gs232a' CC gs232a.lo CC gs232b.lo CC gs232.lo CCLD hamlib-gs232a.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/gs232a' Making all in heathkit gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/heathkit' CC hd1780.lo CCLD hamlib-heathkit.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/heathkit' Making all in kit gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kit' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/kit' Making all in rotorez gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rotorez' CC rotorez.lo rotorez.c:423:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ rotorez.c:496:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ rotorez.c:503:9: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(*p)) ^~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 3 warnings generated. CCLD hamlib-rotorez.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/rotorez' Making all in sartek gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/sartek' CC sartek.lo CCLD hamlib-sartek.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/sartek' Making all in spid gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/spid' CC spid.lo CCLD hamlib-spid.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/spid' Making all in ars gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/ars' CC ars.lo CCLD hamlib-ars.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/ars' Making all in m2 gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/m2' CC rc2800.lo CCLD hamlib-m2.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/m2' Making all in amsat gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/amsat' CC if100.lo CCLD hamlib-amsat.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/amsat' Making all in ts7400 gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/ts7400' CC ts7400.lo CCLD hamlib-ts7400.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/ts7400' Making all in celestron gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/celestron' CC celestron.lo CCLD hamlib-celestron.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/celestron' Making all in c++ gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/c++' CXX rigclass.lo CXX rotclass.lo CXXLD libhamlib++.la gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/c++' Making all in tests gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tests' CC rigctl.o CC rigctl_parse.o rigctl_parse.c:1633:6: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(arg1[0])) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ rigctl_parse.c:1807:6: warning: array subscript is of type 'char' [-Wchar-subscripts] if (isdigit(arg1[0])) { ^~~~~~~~~~~~~~~~ /usr/include/sys/ctype_inline.h:51:44: note: expanded from macro 'isdigit' #define isdigit(c) ((int)((_ctype_tab_ + 1)[(c)] & _CTYPE_D)) ^~~~ 2 warnings generated. CC dumpcaps.o CC sprintflst.o CCLD rigctl CC rigmem-rigmem.o CC rigmem-memsave.o CC rigmem-memload.o CC rigmem-memcsv.o memcsv.c:187:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if( (tok == NULL) ) break; ~~~~^~~~~~~ memcsv.c:187:16: note: remove extraneous parentheses around the comparison to silence this warning if( (tok == NULL) ) break; ~ ^ ~~ memcsv.c:187:16: note: use '=' to turn this equality comparison into an assignment if( (tok == NULL) ) break; ^~ = 1 warning generated. CC rigmem-sprintflst.o CCLD rigmem CC rigswr.o CCLD rigswr CC rigsmtr.o CCLD rigsmtr CC rotctl.o CC rotctl_parse.o CC dumpcaps_rot.o CCLD rotctl CC rigctld.o CCLD rigctld CC rotctld.o CCLD rotctld gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/tests' Making all in doc gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/doc' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3/doc' gmake[1]: Entering directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3' gmake[1]: Nothing to be done for 'all-am'. gmake[1]: Leaving directory '/usr/pkgsrc/work/ham/hamlib/work/hamlib-1.2.15.3' => Unwrapping files-to-be-installed. INFO: [subst.mk:unwrap] Nothing changed in ./hamlib.pc.