Revision: 110324 https://trac.macports.org/changeset/110324 Author: jeremyhu@macports.org Date: 2013-08-29 15:49:06 -0700 (Thu, 29 Aug 2013) Log Message: ----------- krusader: Not supported on Mavericks Modified Paths: -------------- trunk/dports/kde/krusader/Portfile Modified: trunk/dports/kde/krusader/Portfile =================================================================== --- trunk/dports/kde/krusader/Portfile 2013-08-29 22:39:42 UTC (rev 110323) +++ trunk/dports/kde/krusader/Portfile 2013-08-29 22:49:06 UTC (rev 110324) @@ -43,9 +43,21 @@ # ticket #31655 # krusader/Dialogs/checksumdlg.cpp:32:61: error: default arguments can only be specified for parameters in a function declaration # const QString checksumFile, bool recursive, const QString& type=QString()); -if {${configure.compiler} == "clang"} { - configure.compiler llvm-gcc-4.2 +compiler.blacklist-append *clang* + +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" + } + } } + # awful hack to avoid meinproc crash, ticket #30162 build.asroot yes
participants (1)
-
jeremyhu@macports.org