Index: head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h =================================================================== --- head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h (nonexistent) +++ head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h (revision 426708) @@ -0,0 +1,17 @@ +In file included from qgpgmebackend.cpp:42:0: +../../../lang/cpp/src/engineinfo.h: In constructor 'GpgME::EngineInfo::Version::Version(const string&)': +../../../lang/cpp/src/engineinfo.h:47:17: error: 'sscanf' is not a member of 'std' + std::sscanf(version.c_str(), "%d.%d.%d", &major, &minor, &patch) != 3) { + ^ + + +--- lang/cpp/src/engineinfo.h.orig 2016-11-20 11:59:52 UTC ++++ lang/cpp/src/engineinfo.h +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include + + namespace GpgME + { Property changes on: head/security/gpgme/files/patch-lang_cpp_src_engineinfo.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property