Index: head/devel/pypersrc/files/patch-src_cc_pyext__DequeChar.cc =================================================================== --- head/devel/pypersrc/files/patch-src_cc_pyext__DequeChar.cc (nonexistent) +++ head/devel/pypersrc/files/patch-src_cc_pyext__DequeChar.cc (revision 478249) @@ -0,0 +1,11 @@ +--- src/cc/pyext_DequeChar.cc.orig 2018-08-27 20:06:18 UTC ++++ src/cc/pyext_DequeChar.cc +@@ -59,7 +59,7 @@ DequeChar_New( PyObject* nil, PyObject* args ) + { + // Create a DequeChar C++ object and associate with a Python self object. + DequeChar* dequeChar = new DequeChar(); +- sDequeCharMap.insert( make_pair(self,dequeChar) ); ++ sDequeCharMap.insert( make_pair(self,dequeChar) ); + } + PY_RETURN_NONE + } Property changes on: head/devel/pypersrc/files/patch-src_cc_pyext__DequeChar.cc ___________________________________________________________________ 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 Index: head/devel/pypersrc/files/patch-src_cc_pyext__GreedyDict.cc =================================================================== --- head/devel/pypersrc/files/patch-src_cc_pyext__GreedyDict.cc (nonexistent) +++ head/devel/pypersrc/files/patch-src_cc_pyext__GreedyDict.cc (revision 478249) @@ -0,0 +1,11 @@ +--- src/cc/pyext_GreedyDict.cc.orig 2018-08-27 20:07:54 UTC ++++ src/cc/pyext_GreedyDict.cc +@@ -57,7 +57,7 @@ GreedyDict_New( PyObject* nil, PyObject* args ) + { + // Create a GreedyDict C++ object and associate with a Python self object. + GreedyDict* greedyDict = new GreedyDict( hintKeySize ); +- sGreedyDictMap.insert( make_pair(self,greedyDict) ); ++ sGreedyDictMap.insert( make_pair(self,greedyDict) ); + } + PY_RETURN_NONE + } Property changes on: head/devel/pypersrc/files/patch-src_cc_pyext__GreedyDict.cc ___________________________________________________________________ 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 Index: head/devel/pypersrc/files/patch-src_cc_pyext__Tags.cc =================================================================== --- head/devel/pypersrc/files/patch-src_cc_pyext__Tags.cc (nonexistent) +++ head/devel/pypersrc/files/patch-src_cc_pyext__Tags.cc (revision 478249) @@ -0,0 +1,22 @@ +--- src/cc/pyext_Tags.cc.orig 2018-08-27 20:08:28 UTC ++++ src/cc/pyext_Tags.cc +@@ -122,8 +122,8 @@ static Tags sTags; + else \ + { \ + ++NUM_VAR; \ +- MAP_STR_NUM.insert( make_pair(str, NUM_VAR) ); \ +- MAP_NUM_STR.insert( make_pair(NUM_VAR, str) ); \ ++ MAP_STR_NUM.insert( make_pair(str, NUM_VAR) ); \ ++ MAP_NUM_STR.insert( make_pair(NUM_VAR, str) ); \ + return NUM_VAR; \ + } \ + } +@@ -248,7 +248,7 @@ Tags::Insert( const char* pTagName, const char* pTagTy + string tagName(pTagName); + // TagVal val( string(pTagName), typeNum, fileNum, tagLine ); // g++ 2.9 won't compile this + TagVal val( tagName, typeNum, fileNum, tagLine ); // value holds tag name's original case +- mTagMap.insert( make_pair(key, val) ); ++ mTagMap.insert( make_pair(key, val) ); + return true; + } + Property changes on: head/devel/pypersrc/files/patch-src_cc_pyext__Tags.cc ___________________________________________________________________ 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