[110619] trunk/dports/lang/ecl/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Mon Sep 2 16:37:15 PDT 2013
Revision: 110619
https://trac.macports.org/changeset/110619
Author: jeremyhu at macports.org
Date: 2013-09-02 16:37:15 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
ecl: Use newer clang
Modified Paths:
--------------
trunk/dports/lang/ecl/Portfile
Modified: trunk/dports/lang/ecl/Portfile
===================================================================
--- trunk/dports/lang/ecl/Portfile 2013-09-02 23:36:58 UTC (rev 110618)
+++ trunk/dports/lang/ecl/Portfile 2013-09-02 23:37:15 UTC (rev 110619)
@@ -2,6 +2,9 @@
# $Id$
PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
+
+
name ecl
version 13.5.1
set branch [join [lrange [split ${version} .] 0 1] .]
@@ -32,6 +35,6 @@
configure.args --enable-boehm=included
# Segmentation fault: 11 ECLDIR=`pwd`/ ./ecl_min compile
-compiler.blacklist clang
+compiler.blacklist {clang < 300} macports-clang-2.9
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/69ac89a9/attachment.html>
More information about the macports-changes
mailing list