[110599] trunk/dports/devel/quickfix/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 2 15:32:09 PDT 2013
Revision: 110599
https://trac.macports.org/changeset/110599
Author: jeremyhu at macports.org
Date: 2013-09-02 15:32:09 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
quickfix: Adjust blacklisting
Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2013-09-02 20:28:59 UTC (rev 110598)
+++ trunk/dports/devel/quickfix/Portfile 2013-09-02 22:32:09 UTC (rev 110599)
@@ -27,7 +27,7 @@
# error: Failure in test: Expected 2 but was 0
# https://sourceforge.net/tracker/?func=detail&aid=3556800&group_id=37535&atid=1126912
-compiler.blacklist clang
+compiler.blacklist *clang*
patchfiles patch-UnitTest++-Makefile.diff
@@ -37,6 +37,19 @@
reinplace "s|@ARCHFLAGS@|${configure.cxx_archflags}|g" ${worksrcpath}/UnitTest++/Makefile
}
+platform darwin {
+ if {${os.major} >= 13} {
+ # TODO: Test Mavericks once the clang build failures are addressed
+
+ depends_lib
+ depends_run
+ pre-fetch {
+ ui_error "$name does not build on Mavericks or later."
+ error "unsupported platform"
+ }
+ }
+}
+
configure.args --with-java
configure.env "JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/d9cc4632/attachment.html>
More information about the macports-changes
mailing list