Re: Xcode configuration woes

2018-11-22 Thread Ryan Schmidt
On Nov 21, 2018, at 03:02, Vincent Habchi wrote: > Ryan, > > Did you file a bug report with Apple w/r to that, or do you want me to go > ahead? I haven't filed a bug report. My understanding is that as more people file bug reports about an issue with Apple, the more important Apple might co

Re: Xcode configuration woes

2018-11-22 Thread Ryan Schmidt
On Nov 21, 2018, at 03:05, Vincent Habchi wrote: > Oops, also: > >>> Ok, I set configure.sdkroot and it worked fine now. Should I commit it with: >>> >>> if {${os.platform} eq "darwin" && ${os.major} == 18} { >>> configure.sdkroot … >>> } >>> >>> ? >> >> >> If this code only gets compi

Re: reinplace

2018-11-22 Thread Ryan Schmidt
On Nov 18, 2018, at 20:52, Mark Brethen wrote: > I tried to chain reinplace a file? i.e. > > reinplace "s|@@PREFIX@@|${prefix}|g" \ >"s|@@CFLAGS@@|${configure.cflags} ${PICFLAG}|g" \ >"s|@@CC@@|${configure.cc}|g” ${worksrcpath}_SHARED/Make.inc > > but this failed. Is there ano

Re: Packaging mesos

2018-11-22 Thread Ryan Schmidt
On Nov 19, 2018, at 10:59, David Gilman wrote: > Mesos is a ginormous C++ codebase that does distributed execution of > user tasks. I have a functioning but basic portfile here. I also have > a bunch of questions on MacPorts policy and what it will take to get a > mesos port accepted. Here is my

Re: xdmf I/O HDF5 linking error on MacOS: libhdf5.101.dylib not found

2018-11-22 Thread Ryan Schmidt
On Nov 17, 2018, at 16:25, Ruben Di Battista wrote: > On 17 novembre 2018 a 03:24:40, Ryan Schmidt scritto: > >> On Nov 16, 2018, at 18:00, Ruben Di Battista wrote: >> >> > I tested again the build (with also rev-upgrade). No luck, same error. >> > Does anyone here can try to install: vtk +

Re: Xcode configuration woes

2018-11-22 Thread Vincent Habchi
Ryan, > It failed to build on the 10.11 and older buildbot workers not because of > qgis3 but because of its dependency postgresql10: > > https://trac.macports.org/ticket/57588 Good news it built on 10.12+ though. Turns out I’m at PostgreSQL conference today, so I’ll try to ask about that to

Re: Xcode configuration woes

2018-11-22 Thread Ken Cunningham
clock_gettime is one of the functions elegantly replaced by the legacy Portgroup, FYI... K > On Nov 22, 2018, at 02:39, Vincent Habchi wrote: > > Ryan, > >> It failed to build on the 10.11 and older buildbot workers not because of >> qgis3 but because of its dependency postgresql10: >> >> h