K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-01-26T14:39:32.839815Z K 7 svn:log V 1392 net-p2p/verlihub: unbreak build with Clang 6 (C++14 by default) casyncconn.cpp:585:62: error: invalid operands to binary expression ('__bind' and 'int') if(bind(sock, (struct sockaddr *)&mAddrIN, sizeof(mAddrIN)) == -1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ creguserinfo.cpp:156:32: error: non-constant-expression cannot be narrowed from type 'char' to 'unsigned char' in initializer list [-Wc++11-narrowing] unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]}; ^~~~~~~~~~~~~~~~ creguserinfo.cpp:156:32: note: insert an explicit cast to silence this issue unsigned char charsalt[2] = {((char*)&str)[0],((char*)&str)[1]}; ^~~~~~~~~~~~~~~~ static_cast( ) script_api.cpp:221:10: error: cannot initialize return object of type 'char *' with an rvalue of type 'bool' return false; ^~~~~ script_api.cpp:226:46: error: cannot initialize return object of type 'char *' with an rvalue of type 'bool' if ((!usr) || (usr && !usr->mxConn)) return false; ^~~~~ Reported by: pkg-fallout (blocks 9 ports) Approved by: portmgr blanket END