[120703] trunk/dports/science/root6/Portfile

Mojca Miklavec mojca at macports.org
Fri Jun 6 07:42:00 PDT 2014


On Fri, Jun 6, 2014 at 5:01 AM, Ryan Schmidt wrote:
> On Jun 5, 2014, at 6:58 PM, mojca wrote:
>
>> Revision
>> 120703
>> Author
>> mojca at macports.org
>> Date
>> 2014-06-05 16:58:25 -0700 (Thu, 05 Jun 2014)
>> Log Message
>>
>> root6: use libc++ on < 10.9 (#43917)
>> Modified Paths
>>
>>       • trunk/dports/science/root6/Portfile
>> Diff
>>
>> Modified: trunk/dports/science/root6/Portfile (120702 => 120703)
>>
>> --- trunk/dports/science/root6/Portfile       2014-06-05 22:51:34 UTC (rev 120702)
>> +++ trunk/dports/science/root6/Portfile       2014-06-05 23:58:25 UTC (rev 120703)
>>
>> @@ -37,6 +37,27 @@
>>
>>  configure.dir       ${workpath}/build
>>
>>  build.dir           ${configure.dir}
>>
>>
>>
>> +# (copied from llvm-3.5)
>> +# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
>
> Note that MacPorts 2.3 has been released.

I know. But I didn't have enough knowledge to fix it reliably, so I
just copy-pasted everything from llvm-3.5 just to be on the safe side.

I committed a fix in
    https://trac.macports.org/changeset/120764

>> +platform darwin {
>> +    # Note that we are forcing this choice.  This means that anything linking
>> +    # against llvm-3.5 needs to also be using libc++.  This is possibly
>
> Here you probably meant to replace "llvm-3.5" with "root6".

Yes, I just copy-pasted earlier.

Mojca


More information about the macports-dev mailing list