[123122] trunk/dports/science/arb/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 5 16:47:29 PDT 2014


Revision: 123122
          https://trac.macports.org/changeset/123122
Author:   ryandesign at macports.org
Date:     2014-08-05 16:47:29 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
arb: remove OS version restriction, and fix build on Snow Leopard by blacklisting unsupported compilers (#44545)

Modified Paths:
--------------
    trunk/dports/science/arb/Portfile

Modified: trunk/dports/science/arb/Portfile
===================================================================
--- trunk/dports/science/arb/Portfile	2014-08-05 23:45:15 UTC (rev 123121)
+++ trunk/dports/science/arb/Portfile	2014-08-05 23:47:29 UTC (rev 123122)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               compiler_blacklist_versions 1.0
 
 name                    arb
 epoch                   2
@@ -82,20 +83,8 @@
                         ARBHOME=${worksrcpath} \
                         PATH=${worksrcpath}/bin:$env(PATH)
 
-compiler.blacklist *llvm-gcc-4.2
+compiler.blacklist      *gcc-4.0 *gcc-4.2 {clang < 138}
 
-# https://trac.macports.org/ticket/33756
-platform darwin {
-    if {${os.major} <= 10} {
-        depends_lib
-        depends_run
-        pre-fetch {
-            ui_error "${name} @${version} requires OS X 10.7 Lion or greater."
-            error "unsupported platform"
-        }
-    }
-}
-                       
 build.args-append       CXX=${configure.cxx} \
                         CC=${configure.cc}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/c502577b/attachment.html>


More information about the macports-changes mailing list