diff options
Diffstat (limited to 'devel/doxygen/files/patch-md5-dot')
-rw-r--r-- | devel/doxygen/files/patch-md5-dot | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/doxygen/files/patch-md5-dot b/devel/doxygen/files/patch-md5-dot index 138dca955018..5d912858d1b7 100644 --- a/devel/doxygen/files/patch-md5-dot +++ b/devel/doxygen/files/patch-md5-dot @@ -1,4 +1,4 @@ ---- src/dot.cpp.orig 2015-01-03 22:38:57 UTC +--- src/dot.cpp.orig 2015-03-15 12:15:52 UTC +++ src/dot.cpp @@ -39,6 +39,7 @@ #include "dirdef.h" @@ -8,7 +8,7 @@ #include "md5.h" #include "memberlist.h" #include "groupdef.h" -@@ -2296,10 +2297,8 @@ void DotGfxHierarchyTable::createGraph(D +@@ -2311,10 +2312,8 @@ void DotGfxHierarchyTable::createGraph(D } writeGraphFooter(md5stream); resetReNumbering(); @@ -20,7 +20,7 @@ bool regenerate=FALSE; if (checkAndUpdateMd5Signature(absBaseName,sigStr) || !checkDeliverables(absImgName,absMapName)) -@@ -3024,10 +3023,8 @@ QCString computeMd5Signature(DotNode *ro +@@ -3073,10 +3072,8 @@ QCString computeMd5Signature(DotNode *ro } } writeGraphFooter(md5stream); @@ -32,7 +32,7 @@ if (reNumber) { resetReNumbering(); -@@ -3954,10 +3951,8 @@ QCString DotDirDeps::writeGraph(FTextStr +@@ -4007,10 +4004,8 @@ QCString DotDirDeps::writeGraph(FTextStr QGString theGraph; FTextStream md5stream(&theGraph); m_dir->writeDepGraph(md5stream); @@ -44,7 +44,7 @@ bool regenerate=FALSE; if (checkAndUpdateMd5Signature(absBaseName,sigStr) || !checkDeliverables(graphFormat==GOF_BITMAP ? absImgName : -@@ -4099,10 +4094,8 @@ void generateGraphLegend(const char *pat +@@ -4152,10 +4147,8 @@ void generateGraphLegend(const char *pat md5stream << " Node18 -> Node9 [dir=\"back\",color=\"darkorchid3\",fontsize=\"" << FONTSIZE << "\",style=\"dashed\",label=\"m_usedClass\",fontname=\"" << FONTNAME << "\"];\n"; md5stream << " Node18 [shape=\"box\",label=\"Used\",fontsize=\"" << FONTSIZE << "\",height=0.2,width=0.4,fontname=\"" << FONTNAME << "\",color=\"black\",URL=\"$classUsed" << Doxygen::htmlFileExtension << "\"];\n"; writeGraphFooter(md5stream); @@ -55,8 +55,8 @@ + MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.rawData()); QCString absBaseName = (QCString)path+"/graph_legend"; QCString absDotName = absBaseName+".dot"; - QCString imgExt = Config_getEnum("DOT_IMAGE_FORMAT"); -@@ -4499,10 +4492,8 @@ QCString DotGroupCollaboration::writeGra + QCString imgExt = getDotImageExtension(); +@@ -4555,10 +4548,8 @@ QCString DotGroupCollaboration::writeGra writeGraphFooter(md5stream); resetReNumbering(); @@ -65,6 +65,6 @@ - MD5Buffer((const unsigned char *)theGraph.data(),theGraph.length(),md5_sig); - MD5SigToString(md5_sig,sigStr.rawData(),33); + MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.rawData()); - QCString imgExt = Config_getEnum("DOT_IMAGE_FORMAT"); + QCString imgExt = getDotImageExtension(); + QCString imgFmt = Config_getEnum("DOT_IMAGE_FORMAT"); QCString baseName = m_diskName; - QCString imgName = baseName+"."+imgExt; |