most recent changes, diff for doxygen

Index: textproc/doxygen/Portfile
--- textproc/doxygen/Portfile (revision 36011)
+++ textproc/doxygen/Portfile (revision 36012)
@@ -2,8 +2,7 @@

PortSystem 1.0
name doxygen
-version 1.5.4
-revision 2
+version 1.5.5
categories textproc devel
maintainers css@macports.org
description Documentation system for several programming languages
@@ -27,9 +26,9 @@
master_sites ftp://ftp.stack.nl/pub/users/dimitri/
distfiles ${distname}.src${extract.suffix}

-checksums md5 10ffe8d445dc1bf7dd69292b266906ff \
- sha1 1a815f7de6b412f7852d57dec9eb50f7c4b03268 \
- rmd160 263e2287da4fbe91a429dc53fe3569b150c76fdf
+checksums md5 95813ecd95b371d13d63844ddb9b5c46 \
+ sha1 16b555f5d191cc0f854ae9856c49e4823a51c595 \
+ rmd160 212ef3eca6a43c33189b11d3ab400f5b2069b019

depends_lib path:${prefix}/bin/pdflatex:texlive \
bin:gs:ghostscript lib:libpng:libpng \
@@ -45,11 +44,11 @@
${worksrcpath}/addon/doxywizard/Makefile.doxywizard
}

-# Using libiconv should negate the need for this patch.
-#patchfiles patch-portable.cpp
+# Patch support for Tiger.
+patchfiles patch-qfiledefs_p.h

configure.pre_args --prefix ${prefix}
-configure.args --docdir ${prefix}/share/doc
+configure.args --docdir ${prefix}/share/doc --dot ${prefix}/bin/dot
configure.env QTDIR=${prefix}

build.env QTDIR=${prefix}
@@ -79,20 +78,3 @@
}
}
}
-
-platform darwin 9 {
- # Account for an iconv difference on Leopard.
- patchfiles-append patch-portable.cpp
- # Specify the platform explicitly to avoid a universal build.
- configure.args-append --platform macosx-c++
- if {[variant_isset wizard]} {
- post-destroot {
- set dpappdir ${destroot}/Applications/MacPorts
- xinstall -m 755 -d ${dpappdir}/doxywizard.app/Contents/MacOS
- file rename ${destroot}${prefix}/bin/doxywizard \
- ${dpappdir}/doxywizard.app/Contents/MacOS/
- xinstall -m 644 ${filespath}/Info.plist \
- ${dpappdir}/doxywizard.app/Contents/
- }
- }
-}