FreeBSD Bugzilla – Attachment 151054 Details for
Bug 196342
[MAINTAINER] devel/doxygen: Update to 1.8.9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
doxygen-1.8.9.patch
doxygen-1.8.9.patch (text/plain), 3.86 KB, created by
Naram Qashat
on 2014-12-28 23:56:58 UTC
(
hide
)
Description:
doxygen-1.8.9.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-12-28 23:56:58 UTC
Size:
3.86 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 375759) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= doxygen >-PORTVERSION= 1.8.8 >+PORTVERSION= 1.8.9 > PORTEPOCH= 2 > CATEGORIES= devel > MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ \ >Index: distinfo >=================================================================== >--- distinfo (revision 375759) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (doxygen-1.8.8.src.tar.gz) = 158e7834f05e0aeea5794b23c1e775ddfebafc709543e47f6fff9d81b190ade1 >-SIZE (doxygen-1.8.8.src.tar.gz) = 4955485 >+SHA256 (doxygen-1.8.9.src.tar.gz) = f0dd662fb98c394c20deed5b00b29d73d9bee8ea1a52f7a687dd9b70f5444fc6 >+SIZE (doxygen-1.8.9.src.tar.gz) = 5006046 >Index: files/patch-md5-dot >=================================================================== >--- files/patch-md5-dot (revision 375759) >+++ files/patch-md5-dot (working copy) >@@ -1,6 +1,6 @@ >---- src/dot.cpp-orig 2014-06-11 20:13:39.000000000 +0200 >-+++ src/dot.cpp 2014-06-11 20:15:32.000000000 +0200 >-@@ -44,6 +44,7 @@ >+--- src/dot.cpp.orig 2014-12-25 12:44:06 UTC >++++ src/dot.cpp >+@@ -39,6 +39,7 @@ > #include "dirdef.h" > #include "vhdldocgen.h" > #include "ftextstream.h" >@@ -8,20 +8,20 @@ > #include "md5.h" > #include "memberlist.h" > #include "groupdef.h" >-@@ -2318,10 +2319,8 @@ >+@@ -2297,10 +2298,8 @@ void DotGfxHierarchyTable::createGraph(D >+ } >+ writeGraphFooter(md5stream); >+ resetReNumbering(); >+- uchar md5_sig[16]; >+ QCString sigStr(33); >+- MD5Buffer((const unsigned char *)theGraph.data(),theGraph.length(),md5_sig); >+- MD5SigToString(md5_sig,sigStr.data(),33); >++ MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.data()); >+ bool regenerate=FALSE; >+ if (checkAndUpdateMd5Signature(absBaseName,sigStr) || >+ !checkDeliverables(absImgName,absMapName)) >+@@ -3025,10 +3024,8 @@ QCString computeMd5Signature(DotNode *ro > } >- writeGraphFooter(md5stream); >- resetReNumbering(); >-- uchar md5_sig[16]; >- QCString sigStr(33); >-- MD5Buffer((const unsigned char *)theGraph.data(),theGraph.length(),md5_sig); >-- MD5SigToString(md5_sig,sigStr.data(),33); >-+ MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.data()); >- bool regenerate=FALSE; >- if (checkAndUpdateMd5Signature(absBaseName,sigStr) || >- !checkDeliverables(absImgName,absMapName)) >-@@ -3021,10 +3020,8 @@ >- } > } > writeGraphFooter(md5stream); > - uchar md5_sig[16]; >@@ -32,7 +32,7 @@ > if (reNumber) > { > resetReNumbering(); >-@@ -3895,10 +3892,8 @@ >+@@ -3959,10 +3956,8 @@ QCString DotDirDeps::writeGraph(FTextStr > QGString theGraph; > FTextStream md5stream(&theGraph); > m_dir->writeDepGraph(md5stream); >@@ -43,8 +43,8 @@ > + MD5Data((const unsigned char *)theGraph.data(),theGraph.length(),sigStr.data()); > bool regenerate=FALSE; > if (checkAndUpdateMd5Signature(absBaseName,sigStr) || >- !checkDeliverables(format==BITMAP ? absImgName : >-@@ -4025,10 +4020,8 @@ >+ !checkDeliverables(graphFormat==GOF_BITMAP ? absImgName : >+@@ -4105,10 +4100,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); >@@ -56,7 +56,7 @@ > QCString absBaseName = (QCString)path+"/graph_legend"; > QCString absDotName = absBaseName+".dot"; > QCString imgExt = Config_getEnum("DOT_IMAGE_FORMAT"); >-@@ -4424,10 +4417,8 @@ >+@@ -4505,10 +4498,8 @@ QCString DotGroupCollaboration::writeGra > > writeGraphFooter(md5stream); > resetReNumbering();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196342
: 151054