<div dir="ltr">Instead of modifying the Makefile, how about trying to modify the Doxyfile instead? That was what eventually worked for me when I was running into some issues with doxygen when adding a `+docs` variant to the port for dpkg...<div>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 2:16 PM, Peter Danecek <span dir="ltr">&lt;<a href="mailto:Peter.Danecek@bo.ingv.it" target="_blank">Peter.Danecek@bo.ingv.it</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi all,<br>
<br>
I am running into some quite stupid build problem with a not yet official globus port, `globus_ftp_control`. This software also builds documentations via doxygen and the problem is related to doxygen/pdflatex, but I have no idea how to fix this.<br>


<br>
During the process doxygen creates some Makefile with a loop to run `pdflatex` several times until no rebuild is needed. The logic is probably that it would run few times, and if there is some problem and the process does not converge, this is caught at count=5. Now looking into the details I realise that on my system the document/pdflatex, there are really 5 iterations need to build the document, so I hit the limit and the process is interrupted.<br>


<br>
A easy fix would e to raise the no. of iterations, or to modify the Makefile in some other way. But as all this doc directories are created during the build by doxygen I have no idea how to influence the process.<br>
<br>
Any ideas what could be done to solve this issue?<br>
<br>
Thanks!<br>
~petr<br>
<br>
 <br>_______________________________________________<br>
macports-dev mailing list<br>
<a href="mailto:macports-dev@lists.macosforge.org">macports-dev@lists.macosforge.org</a><br>
<a href="https://lists.macosforge.org/mailman/listinfo/macports-dev" target="_blank">https://lists.macosforge.org/mailman/listinfo/macports-dev</a><br>
<br></blockquote></div><br></div>