[51717] trunk/dports/textproc/doxygen/Portfile
css at macports.org
css at macports.org
Mon Jun 1 03:15:31 PDT 2009
Revision: 51717
http://trac.macports.org/changeset/51717
Author: css at macports.org
Date: 2009-06-01 03:15:30 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Update doxygen version and checksums for 1.5.9. Also restore its configuration to attempt universal build support. refs #17550
Modified Paths:
--------------
trunk/dports/textproc/doxygen/Portfile
Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile 2009-06-01 09:53:56 UTC (rev 51716)
+++ trunk/dports/textproc/doxygen/Portfile 2009-06-01 10:15:30 UTC (rev 51717)
@@ -3,8 +3,7 @@
PortSystem 1.0
name doxygen
-version 1.5.8
-revision 1
+version 1.5.9
categories textproc devel
maintainers css
description Documentation system for several programming languages
@@ -28,9 +27,9 @@
master_sites ftp://ftp.stack.nl/pub/users/dimitri/
distfiles ${distname}.src${extract.suffix}
-checksums md5 7438b7ff875d522f02860eea39261953 \
- sha1 a55b1c41417be8acb3ac5e1553a711ffa437cba2 \
- rmd160 e392cd00960c4036661c8cda3ec6bc6ee3fe300c
+checksums md5 33c5598fa6d24cbc55849eaf89652557 \
+ sha1 6211b850bdaa2198e35546e4299a27774c957ece \
+ rmd160 51d79c0f8846f47e9aa8c37cd0eb9db630491885
depends_build-append bin:perl:perl5 bin:flex:flex bin:bison:bison bin:ginstall:coreutils
depends_lib port:libpng path:bin/dot:graphviz port:libiconv
@@ -91,9 +90,15 @@
platform darwin {
# Specify the platform explicitly to avoid a universal build.
global tmake_conf
- set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf
- configure.args-append --platform macosx-c++
+ if { ![variant_isset universal] } {
+ set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf
+ configure.args-append --platform macosx-c++
+ } else {
+ set tmake_conf ${worksrcpath}/tmake/lib/macosx-uni-c++/tmake.conf
+ configure.args-append --platform macosx-uni-c++
+ }
+
# If pre-Leopard, apply this patch for iconv().
if { ${os.major} < 9 } {
patchfiles-append patch-portable.cpp.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090601/eb287a1f/attachment.html>
More information about the macports-changes
mailing list