[36012] trunk/dports/textproc/doxygen

css at macports.org css at macports.org
Mon Apr 14 04:26:54 PDT 2008


Revision: 36012
          http://trac.macosforge.org/projects/macports/changeset/36012
Author:   css at macports.org
Date:     2008-04-14 04:26:53 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
Update doxygen to 1.5.5. The command line tool builds fine, but there are still issues with the wizard. Updates will continue via #14603.

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Added Paths:
-----------
    trunk/dports/textproc/doxygen/files/patch-qfiledefs_p.h

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2008-04-14 11:11:01 UTC (rev 36011)
+++ trunk/dports/textproc/doxygen/Portfile	2008-04-14 11:26:53 UTC (rev 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 at 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/
-		}
-	}
-}

Added: trunk/dports/textproc/doxygen/files/patch-qfiledefs_p.h
===================================================================
--- trunk/dports/textproc/doxygen/files/patch-qfiledefs_p.h	                        (rev 0)
+++ trunk/dports/textproc/doxygen/files/patch-qfiledefs_p.h	2008-04-14 11:26:53 UTC (rev 36012)
@@ -0,0 +1,12 @@
+diff -ru doxygen-1.5.5/qtools/qfiledefs_p.h doxygen-dev/qtools/qfiledefs_p.h
+--- qtools/qfiledefs_p.h	2007-11-18 08:15:43.000000000 -0500
++++ qtools/qfiledefs_p.h	2008-02-13 11:16:21.000000000 -0500
+@@ -56,7 +56,7 @@
+ # include <sys/types.h>
+ # include <sys/stat.h>
+ #elif defined(_OS_MAC_) \
+-  && (MAC_OS_X_VERSION_MAX_ALLOWED==MAC_OS_X_VERSION_10_5)
++  && (MAC_OS_X_VERSION_MAX_ALLOWED>=MAC_OS_X_VERSION_10_4)
+ # include <sys/types.h>
+ # include <sys/stat.h>
+ # define _OS_UNIX_

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080414/44b19baa/attachment-0001.html


More information about the macports-changes mailing list