Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236209 Details for
Bug 325019
app-doc/doxygen-1.7.1 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for Gentoo bug #282150
doxygen-1.7.0-dot-eps.patch (text/plain), 1.33 KB, created by
Arseny Solokha
on 2010-06-22 08:06:38 UTC
(
hide
)
Description:
Updated patch for Gentoo bug #282150
Filename:
MIME Type:
Creator:
Arseny Solokha
Created:
2010-06-22 08:06:38 UTC
Size:
1.33 KB
patch
obsolete
>diff -ruN doxygen-1.7.0.orig/src/dot.cpp doxygen-1.7.0/src/dot.cpp >--- doxygen-1.7.0.orig/src/dot.cpp 2010-06-22 16:00:16.043394153 +0800 >+++ doxygen-1.7.0/src/dot.cpp 2010-06-22 16:00:52.509648230 +0800 >@@ -2366,7 +2366,7 @@ > } > else > { >- dotRun->addJob("ps",absEpsName); >+ dotRun->addJob("eps",absEpsName); > } > DotManager::instance()->addRun(dotRun); > } >@@ -2662,7 +2662,7 @@ > } > else > { >- dotRun->addJob("ps",absEpsName); >+ dotRun->addJob("eps",absEpsName); > } > DotManager::instance()->addRun(dotRun); > >@@ -2935,7 +2935,7 @@ > } > else > { >- dotRun->addJob("ps",absEpsName); >+ dotRun->addJob("eps",absEpsName); > } > DotManager::instance()->addRun(dotRun); > >@@ -3063,7 +3063,7 @@ > } > else > { >- dotRun->addJob("ps",absEpsName); >+ dotRun->addJob("eps",absEpsName); > } > DotManager::instance()->addRun(dotRun); > } >@@ -3193,7 +3193,7 @@ > } > else > { >- dotRun.addJob("ps",absOutFile+".eps"); >+ dotRun.addJob("eps",absOutFile+".eps"); > } > } > >@@ -3552,7 +3552,7 @@ > } > else > { >- dotRun->addJob("ps",absEpsName); >+ dotRun->addJob("eps",absEpsName); > } > DotManager::instance()->addRun(dotRun); > }
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 325019
: 236209