Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Ryan Schmidt
On Mar 9, 2018, at 20:56, Ryan Schmidt wrote: > On Mar 9, 2018, at 20:47, Joshua Root wrote: > >> On 2018-3-10 13:39 , Joshua Root wrote: >>> On 2018-3-10 13:07 , Ryan Schmidt wrote: On Mar 9, 2018, at 20:03, Ryan Schmidt wrote: > The first run of this script on the buildbot

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Ryan Schmidt
On Mar 9, 2018, at 20:47, Joshua Root wrote: > On 2018-3-10 13:39 , Joshua Root wrote: >> On 2018-3-10 13:07 , Ryan Schmidt wrote: >>> >>> On Mar 9, 2018, at 20:03, Ryan Schmidt wrote: >>> The first run of this script on the buildbot hasn't completed yet after an hour, and I don't kn

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Joshua Root
On 2018-3-10 13:39 , Joshua Root wrote: > On 2018-3-10 13:07 , Ryan Schmidt wrote: >> >> On Mar 9, 2018, at 20:03, Ryan Schmidt wrote: >> >>> The first run of this script on the buildbot hasn't completed yet after an >>> hour, and I don't know how to check on its progress... >> >> Oh, I did check

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Joshua Root
On 2018-3-10 13:07 , Ryan Schmidt wrote: > > On Mar 9, 2018, at 20:03, Ryan Schmidt wrote: > >> The first run of this script on the buildbot hasn't completed yet after an >> hour, and I don't know how to check on its progress... > > Oh, I did check the mirrorcache folder, and the only file it h

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Ryan Schmidt
On Mar 9, 2018, at 20:03, Ryan Schmidt wrote: > The first run of this script on the buildbot hasn't completed yet after an > hour, and I don't know how to check on its progress... Oh, I did check the mirrorcache folder, and the only file it has created so far is L/llvm_select.

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Ryan Schmidt
On Mar 9, 2018, at 18:48, Ryan Schmidt wrote: > On Mar 9, 2018, at 18:37, Joshua Root wrote: > >> Joshua Root (jmroot) pushed a commit to branch master >> in repository mpbb. >> >> >> https://github.com/macports/mpbb/commit/81c423f694d8c7860f14d7579dc8bdb27eec3dd6 >> >> The following commit(s

Re: [mpbb] branch master updated: Add smarter distfile mirroring script

2018-03-09 Thread Ryan Schmidt
On Mar 9, 2018, at 18:37, Joshua Root wrote: > Joshua Root (jmroot) pushed a commit to branch master > in repository mpbb. > > > https://github.com/macports/mpbb/commit/81c423f694d8c7860f14d7579dc8bdb27eec3dd6 > > The following commit(s) were added to refs/heads/master by this push: > > n

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread Joshua Root
On 2018-3-10 08:43 , db wrote: > On 9 Mar 2018, at 15:21, Joshua Root wrote: >> On 2018-3-9 20:38 , db wrote: >>> On 9 Mar 2018, at 01:27, Ryan Schmidt wrote: When would we run this script to delete libstdc++ archives? Presumably, after all legacy users have MacPorts 2.5 and have switc

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread db
On 9 Mar 2018, at 15:21, Joshua Root wrote: > On 2018-3-9 20:38 , db wrote: >> On 9 Mar 2018, at 01:27, Ryan Schmidt wrote: >>> When would we run this script to delete libstdc++ archives? Presumably, >>> after all legacy users have MacPorts 2.5 and have switched to libc++. >> How about those tha

Re: request for port create command, to build a portfile from a URL

2018-03-09 Thread Enrico Maria Crisostomo
Ken, I pushed to GitHub a skeleton of the idea: https://github.com/emcrisostomo/macports-utils I've moved what I'm using to a new script to see what the end result looked like. If you want to try it, just grab the release tarball here (if you don't have the Autotools installed): ./con

Re: request for port create command, to build a portfile from a URL

2018-03-09 Thread Enrico Maria Crisostomo
Thanks Ryan for the explanation. > On 7 Mar 2018, at 19:51, Ryan Schmidt wrote: > > > On Mar 7, 2018, at 07:32, Rainer Müller wrote: > >> On 2018-03-07 11:32, Enrico Maria Crisostomo wrote: >>> This is a little bit offtopic IMHO, anyway: I found surprising too that >>> the github portgroup was

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread Ken Cunningham
> On Mar 9, 2018, at 06:18, Joshua Root wrote: > > We may have to create some bootstrap versions of toolchain ports in > order to achieve this, so that they can be automatically installed as > dependencies with no manual intervention. Maybe we could just force clang 3.4 to build against libstd

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread Joshua Root
On 2018-3-9 20:38 , db wrote: > On 9 Mar 2018, at 01:27, Ryan Schmidt wrote: >> When would we run this script to delete libstdc++ archives? Presumably, >> after all legacy users have MacPorts 2.5 and have switched to libc++. > > How about those that build MP from source? There are no additional

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread Joshua Root
On 2018-3-9 11:27 , Ryan Schmidt wrote: > > When would we run this script to delete libstdc++ archives? Presumably, after > all legacy users have MacPorts 2.5 and have switched to libc++. When is that? > Certainly no sooner than two weeks after release since that's how long it > takes MacPorts

Re: Changing default cxx_stdlib to libc++

2018-03-09 Thread db
On 9 Mar 2018, at 01:27, Ryan Schmidt wrote: > When would we run this script to delete libstdc++ archives? Presumably, after > all legacy users have MacPorts 2.5 and have switched to libc++. How about those that build MP from source?