Revision: 87680 http://trac.macports.org/changeset/87680 Author: snc@macports.org Date: 2011-12-01 08:09:42 -0800 (Thu, 01 Dec 2011) Log Message: ----------- LyX: * update to 2.0.2 * avoid clang, #32109 Modified Paths: -------------- trunk/dports/aqua/LyX/Portfile Modified: trunk/dports/aqua/LyX/Portfile =================================================================== --- trunk/dports/aqua/LyX/Portfile 2011-12-01 14:37:11 UTC (rev 87679) +++ trunk/dports/aqua/LyX/Portfile 2011-12-01 16:09:42 UTC (rev 87680) @@ -6,8 +6,7 @@ name LyX conflicts LyX1 -version 2.0.1 -revision 1 +version 2.0.2 set branch [join [lrange [split ${version} .] 0 1] .] categories aqua license GPL @@ -34,11 +33,15 @@ ftp://ftp.lyx.org/pub/lyx/stable/${branch}.x/ \ http://gd.tuwien.ac.at/publishing/tex/lyx/stable/${branch}.x/ -checksums rmd160 d8a4ed2f546994220ee7fc84246f1aceccaa6ed9 \ - sha256 a58b7e0f27afce0497fffec0d19fc95fb1b3ac36818e8d02ecaf9e882c8f3852 +checksums rmd160 ab2436c05fd4ea2bb76111d6bab140359162b317 \ + sha256 e5eacacd200d4502808f59e244d380634dca421b2bc89a5c213b3faddadcbd18 patchfiles patch-configure.diff +if {${configure.compiler} == "clang"} { + configure.compiler llvm-gcc-4.2 +} + configure.pre_args --prefix=${applications_dir}/LyX.app configure.args --with-frontend=qt4 --without-x --with-included-gettext --without-included-boost \ --enable-optimization=-Os --disable-concept-checks \