Re: Buildbots no longer upload any binary packages (cleanup failure)

2015-03-20 Thread Ryan Schmidt
On Mar 20, 2015, at 4:21 PM, Blair Zajac wrote: > > On Mar 18, 2015, at 6:43 PM, Ryan Schmidt wrote: > >> I'll write a more detailed explanation shortly. > > Do you know what happened here? The protobuf3-cpp port was created in r134007 with the unusual version value "0.0.0.1 # remove this vers

Re: Buildbots no longer upload any binary packages (cleanup failure)

2015-03-20 Thread Blair Zajac
On Mar 18, 2015, at 6:43 PM, Ryan Schmidt wrote: > Mac OS Forge Admin, > > could you please log into each of the buildbot port builders, except for the > Snow Leopard builder (so, the Lion, Mountain Lion, Mavericks and Yosemite > builders), and run the following command: > > sudo port uninst

Re: [134216] trunk/dports/science/kst/Portfile

2015-03-20 Thread Lawrence Velázquez
You should probably use destroot.dir (or cmake.build_dir, if that's more obvious) in the post-destroot script instead of hard-coding "${workpath}/build". vq > On Mar 20, 2015, at 9:57 AM, ni...@macports.org wrote: > > Revision > 134216 Author > ni...@

Re: standard way to require c++11?

2015-03-20 Thread Michael Dickens
On Fri, Mar 20, 2015, at 04:38 AM, Chris Jones wrote: > Using Macports gcc you will still have the problem of mixing different > C++ runtimes, the macports stdlibc++ used by the gcc ports, and the > system one. They are not the same and if you try use at the same time > ports built with the norm

Re: [MacPorts] #47197: cmake-based ports: add cmake.out_of_source yes/no

2015-03-20 Thread René J . V . Bertin
On Friday March 20 2015 07:30:48 Marko wrote: >On 19 Mar 2015, at 20:46 , René J.V. Bertin wrote >concerning the KDE4 PortGroup: > >> Could you check (and ~ in) the patch below, please? It seems to work just >> fine for me. > >Did you test this with ALL KDE ports? No, of course not. I tried a

Re: standard way to require c++11?

2015-03-20 Thread Chris Jones
On 19/03/15 18:44, Michael Dickens wrote: On Thu, Mar 19, 2015, at 02:06 PM, Lawrence Velázquez wrote: On Mar 19, 2015, at 1:56 PM, Michael Dickens wrote: Exactly. If we key off of {${configure.cxx_stdlib} eq "libstdc++"}, then I think this can be made to work; er, mostly. I believe this is