On Feb 9,2003 20:39:22 +0100, jfm <[EMAIL PROTECTED]> wrote :
>On Saturday, Feb 8, 2003, at 00:50 Europe/Brussels, Martin Costabel 
>wrote:
>
>> jfm wrote:
>>> Hi,
>>> Last monday I sent a msg to the maintainer of doxygen,
>>> saying that to build correctly with the new tetex, it was
>>> sufficient to add :
>>> PatchScript: <<
>>>  mv doc/doxygen_manual.tex tmp
>>>  sed 's\setlength\renewcommand\g' < tmp > doc/doxygen_manual.tex
>>> <<
>>
>> Another patch would be needed for
>>
>> src/latexgen.cpp:289:    "\\setlength{\\footrulewidth}{0.4pt}\n"
>
>Thanks, Martin ! _ forgot to grep -rI in the builddir for 
>\footrulewidth before sending
>the patch. Now I did _ and also for the 2 other lengths that became 
>commands in v. 1.99 :
>it is indeed sufficient to add what you said.
>Thus :
>
>PatchScript: <<
>  mv doc/doxygen_manual.tex tmp
>  sed 's\setlength\renewcommand\g' < tmp > doc/doxygen_manual.tex
>  mv src/latexgen.cpp tmp
>  sed 's|setlength{\\foot|renewcommand{\\foot|g' < tmp > src/latexgen.cpp
><<
>

Dear doxygen-concerned folks (Thomas, Martin, Jean-Francois),

The "fix" which I put into fink last week for the doxygen problem caused by
the tetex upgrade was a temporary one.  As Jean-Francois has rightly
complained, the fix was made at the expense of downgrading part of tetex.

A more permanent fix was proposed by Martin and Jean-Francois (see messages
quoted above).  I've now implemented this, with two packages which you can
find in the CVS module "experimental/dmrrsn": doxygen-1.2.18-6 and
fancyhdr-2.1-1.

I'd like to get those thoroughly tested before they are added to fink, to make
sure that the problem stays fixed.

I'd also like to be sure that Thomas is OK with this approach, since he is the
doxygen maintainer and in the future will have to maintain this.

Please let me know.

  Thanks,
  Dave






-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to