[110669] trunk/dports/devel/codeblocks/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 2 22:17:35 PDT 2013
Revision: 110669
https://trac.macports.org/changeset/110669
Author: jeremyhu at macports.org
Date: 2013-09-02 22:17:34 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
codeblocks: Adjust compiler blacklisting
Modified Paths:
--------------
trunk/dports/devel/codeblocks/Portfile
Modified: trunk/dports/devel/codeblocks/Portfile
===================================================================
--- trunk/dports/devel/codeblocks/Portfile 2013-09-03 05:15:14 UTC (rev 110668)
+++ trunk/dports/devel/codeblocks/Portfile 2013-09-03 05:17:34 UTC (rev 110669)
@@ -25,9 +25,20 @@
checksums rmd160 669ff13ce89729d869a4002ef56814020aede0c0 \
sha256 af57635b97aa6ea52ba120c5fac2d847c2638d53e6bdb3fdd1561b7fa7ae6ed9
+platform darwin {
+ if {${os.major} >= 13} {
+ depends_lib
+ depends_run
+ pre-fetch {
+ ui_error "$name does not build on Mavericks or later."
+ error "unsupported platform"
+ }
+ }
+}
+
# TODO: Project bug, file upstream report, fixing might be doable
# http://trac.macports.org/ticket/35072
-compiler.blacklist clang
+compiler.blacklist *clang*
# TODO: apparently more dependencies are needed in this version, please help complete the list
depends_build path:bin/pkg-config:pkgconfig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/7f62012f/attachment-0001.html>
More information about the macports-changes
mailing list