Index: head/net-p2p/mldonkey/files/patch-src_utils_lib_CryptoPP.h =================================================================== --- head/net-p2p/mldonkey/files/patch-src_utils_lib_CryptoPP.h (nonexistent) +++ head/net-p2p/mldonkey/files/patch-src_utils_lib_CryptoPP.h (revision 478102) @@ -0,0 +1,31 @@ +src/utils/lib/CryptoPP.h:3941:26: error: ISO C++11 does not allow access declarations; use using declarations instead + BufferedTransformation::Get; + ^ + +--- src/utils/lib/CryptoPP.h.orig 2014-03-10 16:33:21 UTC ++++ src/utils/lib/CryptoPP.h +@@ -3938,15 +3938,15 @@ class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE Sink : public Bu + { + protected: + // make these functions protected to help prevent unintentional calls to them +- BufferedTransformation::Get; +- BufferedTransformation::Peek; +- BufferedTransformation::TransferTo; +- BufferedTransformation::CopyTo; +- BufferedTransformation::CopyRangeTo; +- BufferedTransformation::TransferMessagesTo; +- BufferedTransformation::CopyMessagesTo; +- BufferedTransformation::TransferAllTo; +- BufferedTransformation::CopyAllTo; ++ using BufferedTransformation::Get; ++ using BufferedTransformation::Peek; ++ using BufferedTransformation::TransferTo; ++ using BufferedTransformation::CopyTo; ++ using BufferedTransformation::CopyRangeTo; ++ using BufferedTransformation::TransferMessagesTo; ++ using BufferedTransformation::CopyMessagesTo; ++ using BufferedTransformation::TransferAllTo; ++ using BufferedTransformation::CopyAllTo; + unsigned int TransferTo2(BufferedTransformation& /* target */, unsigned long &transferBytes, const std::string& /* channel */ = NULL_CHANNEL, bool /* blocking */ = true) + {transferBytes = 0; return 0;} + unsigned int CopyRangeTo2(BufferedTransformation& /* target */, unsigned long& /* begin */, unsigned long /* end */ = ULONG_MAX, const std::string& /* channel */ = NULL_CHANNEL, bool /* blocking */ = true) const Property changes on: head/net-p2p/mldonkey/files/patch-src_utils_lib_CryptoPP.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