Re: [macports-ports] branch master updated: py-protobuf3: fix build on older systems

2018-05-25 Thread Fred Wright
On Fri, 25 May 2018, Ryan Schmidt wrote: > On May 25, 2018, at 11:04, Ken Cunningham wrote: > > > On 2018-05-25, at 8:38 AM, Ryan Schmidt wrote: > > > >> If this is supposed to help 10.6... > >> > >> > >>> +@@ -197,6 +197,8 @@ > >>> + v = float('.'.join(v.split('.')[:2])) > >>> + if v

Re: [macports-ports] branch master updated: py-protobuf3: fix build on older systems

2018-05-25 Thread Ken Cunningham
On 2018-05-25, at 12:37 PM, Ryan Schmidt wrote: > > I've asked the developers: > > https://github.com/google/protobuf/issues/4683 > Great! The devs previously decided to drop non-c++11 support, so I can guess what they will suggest: https://github.com/google/protobuf/issues/2780 > I gues

Re: [macports-ports] branch master updated: py-protobuf3: fix build on older systems

2018-05-25 Thread Ryan Schmidt
On May 25, 2018, at 11:04, Ken Cunningham wrote: > On 2018-05-25, at 8:38 AM, Ryan Schmidt wrote: > >> If this is supposed to help 10.6... >> >> >>> +@@ -197,6 +197,8 @@ >>> + v = float('.'.join(v.split('.')[:2])) >>> + if v >= 10.12: >>> + extra_compile_args.append('-std=c

Re: [macports-ports] branch master updated: py-protobuf3: fix build on older systems

2018-05-25 Thread Ken Cunningham
On 2018-05-25, at 8:38 AM, Ryan Schmidt wrote: > > On May 24, 2018, at 23:15, Ken wrote: > > > If this is supposed to help 10.6... > > >> +@@ -197,6 +197,8 @@ >> + v = float('.'.join(v.split('.')[:2])) >> + if v >= 10.12: >> + extra_compile_args.append('-std=c++11') >> ++

Re: [macports-ports] branch master updated: py-protobuf3: fix build on older systems

2018-05-25 Thread Ryan Schmidt
On May 24, 2018, at 23:15, Ken wrote: > Ken (kencu) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/5cb3bb12990f7ea682e4b964eb86269923521397 > > The following commit(s) were added to refs/heads/master by this push: > >