[110735] trunk/dports/devel/nodejs/Portfile

Christoph Iserlohn ciserlohn at macports.org
Thu Sep 5 05:57:49 PDT 2013


Am 05.09.13 01:09, schrieb Ryan Schmidt:
> On Sep 4, 2013, at 17:11, ciserlohn at macports.org wrote:
>
>> Revision: 110735
>>          https://trac.macports.org/changeset/110735
>> Author:   ciserlohn at macports.org
>> 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



More information about the macports-dev mailing list