Revision: 148998 https://trac.macports.org/changeset/148998 Author: mmoll@macports.org Date: 2016-05-24 12:20:05 -0700 (Tue, 24 May 2016) Log Message: ----------- math/qhull: blacklist more old compilers (see #51486). Modified Paths: -------------- trunk/dports/math/qhull/Portfile Modified: trunk/dports/math/qhull/Portfile =================================================================== --- trunk/dports/math/qhull/Portfile 2016-05-24 19:04:48 UTC (rev 148997) +++ trunk/dports/math/qhull/Portfile 2016-05-24 19:20:05 UTC (rev 148998) @@ -3,6 +3,7 @@ PortSystem 1.0 PortGroup cmake 1.0 +PortGroup compiler_blacklist_versions 1.0 cmake.out_of_source yes name qhull @@ -40,7 +41,7 @@ } # see https://trac.macports.org/ticket/51486 -compiler.blacklist llvm-gcc-4.2 +compiler.blacklist *gcc-4.2 {*gcc-4.[0-6]} configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull -DMAN_INSTALL_DIR=share/man/man1