Created attachment 188116 [details] build fix ... gmake[2]: Entering directory '/wrkdirs/usr/ports/security/veracrypt/work/veracrypt-1.21/src/Main' Precompiling SystemPrecompiled.h c++: warning: treating 'c-header' input as 'c++-header' when in C++ mode, this behavior is deprecated Compiling Application.cpp In file included from Application.cpp:19: In file included from /wrkdirs/usr/ports/security/veracrypt/work/veracrypt-1.21/src/Main/GraphicUserInterface.h:20: /wrkdirs/usr/ports/security/veracrypt/work/veracrypt-1.21/src/Main/Forms/WaitDialog.h:81:7: warning: 'VeraCrypt::WaitDialog::GetCharWidth' hides overloaded virtual function [-Woverloaded-virtual] int GetCharWidth (wxWindow *window) const ^ /usr/local/include/wx-3.0/wx/gtk/window.h:92:17: note: hidden overloaded virtual function 'wxWindow::GetCharWidth' declared here: different number of parameters (0 vs 1) virtual int GetCharWidth() const; ^ 1 warning generated. Compiling CommandLineInterface.cpp Compiling FavoriteVolume.cpp Compiling LanguageStrings.cpp Compiling StringFormatter.cpp Compiling TextUserInterface.cpp TextUserInterface.cpp:122:5: error: const_cast from 'const wxScopedWCharBuffer' (aka 'const wxScopedCharTypeBuffer<wchar_t>') to 'wchar_t *' is not allowed const_cast <wchar_t *> (passwordStr.wc_str())[i] = L'X'; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
ping
Thanks. Landed in ports r459567.