Am 05.09.13 01:09, schrieb Ryan Schmidt: > On Sep 4, 2013, at 17:11, [email protected] wrote: > >> Revision: 110735 >> https://trac.macports.org/changeset/110735 >> Author: [email protected] >> Date: 2013-09-04 15:11:04 -0700 (Wed, 04 Sep 2013) >> Log Message: >> ----------- >> nodejs: blacklist all gcc and older clang compilers; fixes build issue on >> 10.6 >> >> Modified Paths: >> -------------- >> trunk/dports/devel/nodejs/Portfile >> >> Modified: trunk/dports/devel/nodejs/Portfile >> =================================================================== >> --- trunk/dports/devel/nodejs/Portfile 2013-09-04 21:18:34 UTC (rev >> 110734) >> +++ trunk/dports/devel/nodejs/Portfile 2013-09-04 22:11:04 UTC (rev >> 110735) >> @@ -2,6 +2,7 @@ >> # $Id$ >> >> PortSystem 1.0 >> +PortGroup compiler_blacklist_versions 1.0 >> >> name nodejs >> version 0.10.18 >> @@ -184,6 +185,8 @@ >> ${docdir} >> } >> >> +compiler.blacklist *gcc* {clang < 300} > macports-clang-2.9 fails to build it too and should be included in the > blacklist. > > Done in r110756.
-- Christoph _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
