Re: [146550] trunk/dports/devel/libgit2/Portfile

2016-03-11 Thread David Evans
On 3/11/16 2:55 PM, s...@macports.org wrote: > Revision > 146550 > Author > s...@macports.org > Date > 2016-03-11 14:55:34 -0800 (Fri, 11 Mar 2016) > > > Log Message > > libgit2: update to 0.24.0 > > > Modified Paths > >

Re: Why is one compiler on 10.6 able to generate PPC binaries and not the other?

2016-03-11 Thread Jeremy Huddleston Sequoia
> On Mar 11, 2016, at 02:14, Mojca Miklavec wrote: > > Hi, > > A few more questions: > > (1) If I want to target 10.5 from 10.6 I probably need libmacho and > libunwind as well? What about these lines from libcxxabi? Are they > most likely needed or not? > >

Re: Why is one compiler on 10.6 able to generate PPC binaries and not the other?

2016-03-11 Thread Jeremy Huddleston Sequoia
> On Mar 11, 2016, at 01:50, Mojca Miklavec wrote: > > On 11 March 2016 at 09:35, Jeremy Huddleston Sequoia wrote: >>> On Mar 10, 2016, at 17:20, Mojca Miklavec wrote: >>> On 10 March 2016 at 21:26, Ryan Schmidt wrote: > On Mar 10, 2016, at 1:00 PM, Mojca Miklavec wrote:

Universal install script

2016-03-11 Thread Craig Treleaven
But we didn’t make the list. ; http://xkcd.com/1654/ Craig ___ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev

Re: Why is one compiler on 10.6 able to generate PPC binaries and not the other?

2016-03-11 Thread Mojca Miklavec
Hi, A few more questions: (1) If I want to target 10.5 from 10.6 I probably need libmacho and libunwind as well? What about these lines from libcxxabi? Are they most likely needed or not? pre-build { system "nm -g ${prefix}/lib/libmacho.a 2> /dev/null | grep ' \[DST\] ' |

Re: Why is one compiler on 10.6 able to generate PPC binaries and not the other?

2016-03-11 Thread Mojca Miklavec
On 11 March 2016 at 09:35, Jeremy Huddleston Sequoia wrote: >> On Mar 10, 2016, at 17:20, Mojca Miklavec wrote: >> On 10 March 2016 at 21:26, Ryan Schmidt wrote: On Mar 10, 2016, at 1:00 PM, Mojca Miklavec wrote: Hi, While following

Re: Why is one compiler on 10.6 able to generate PPC binaries and not the other?

2016-03-11 Thread Jeremy Huddleston Sequoia
> On Mar 10, 2016, at 17:20, Mojca Miklavec wrote: > > On 10 March 2016 at 21:26, Ryan Schmidt wrote: >>> On Mar 10, 2016, at 1:00 PM, Mojca Miklavec wrote: >>> >>> Hi, >>> >>> While following >>> https://trac.macports.org/wiki/LibcxxOnOlderSystems#Leopardppc >>> on