Re: Upgrading Pandoc

2018-03-08 Thread Ryan Schmidt
On Mar 7, 2018, at 17:35, Clemens Lang wrote: > I'm attaching my current progress as a patch. It should apply cleanly to > the current master. > Just glancing at this, I see that since haskell-platform's version "decreases" from 2014.2.0.0 to 8.0.1, its epoch needs to be increased.

Re: Buildbot idea(s) for GSOC

2018-03-08 Thread Umesh Singla
Hi Mojca See inline. On Wed, Mar 7, 2018 at 3:22 AM, Mojca Miklavec wrote: > Dear Umesh, > > In case we would get any good students in that area, I would be > grateful if someone would work on improving buildbot core & front-end > in close collaboration with mentors directly from buildbot. > >

Re: [macports-ports] branch master updated: atf: update to 0.21

2018-03-08 Thread Ken Cunningham
> On Mar 7, 2018, at 11:56 PM, Ryan Schmidt wrote: > > > On Mar 2, 2018, at 01:58, Ken wrote: > >> +github.setupjmmv atf 0.21 >> + >> +# github.tarball_from downloads or releases does not set the mastersite >> correctly >> +master_sites >> https://github.com/jmmv/atf/

Re: [macports-ports] branch master updated: atf: update to 0.21

2018-03-08 Thread Ryan Schmidt
On Mar 8, 2018, at 10:13, Ken Cunningham wrote: > On Mar 7, 2018, at 11:56 PM, Ryan Schmidt wrote: > >> On Mar 2, 2018, at 01:58, Ken wrote: >> >>> +github.setupjmmv atf 0.21 >>> + >>> +# github.tarball_from downloads or releases does not set the mastersite >>> correctly >>> +maste

Re: [macports-ports] branch master updated: atf: update to 0.21

2018-03-08 Thread Ken Cunningham
> On Mar 8, 2018, at 08:21, Ryan Schmidt wrote: > > >> On Mar 8, 2018, at 10:13, Ken Cunningham wrote: >> >>> On Mar 7, 2018, at 11:56 PM, Ryan Schmidt wrote: >>> On Mar 2, 2018, at 01:58, Ken wrote: +github.setupjmmv atf 0.21 + +# github.tarball_from do

Changing default cxx_stdlib to libc++

2018-03-08 Thread Joshua Root
Code to check C++ stdlib linkage in rev-upgrade is now in master. That takes care of the main obstacle to being able to change the default stdlib. That leaves a couple of questions: Which OS versions can we make the change on? At first glance it looks like probably 10.6 through 10.8. 10.5 appears

Re: Changing default cxx_stdlib to libc++

2018-03-08 Thread Ken Cunningham
Thank God. 10.6.8, agree. I use clang 3.9 as a good balance between capability and compatability, but might as well sort out how to use clang 5 as that is more consistent w older systems, and I nearly have thread_local working there on 10.6 Ken Sent from my iPhone > On Mar 8, 2018, at 9:24

Re: Buildbot idea(s) for GSOC

2018-03-08 Thread Jackson Isaac
Hi, On Thu, Mar 8, 2018 at 9:15 PM, Umesh Singla wrote: > Hi Mojca > > See inline. > > On Wed, Mar 7, 2018 at 3:22 AM, Mojca Miklavec wrote: >> >> Dear Umesh, >> >> In case we would get any good students in that area, I would be >> grateful if someone would work on improving buildbot core & fron

Re: [macports-ports] branch master updated: rpcgen-mt: new port

2018-03-08 Thread Ryan Schmidt
On Mar 3, 2018, at 16:07, Mojca Miklavec wrote: > Mojca Miklavec (mojca) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/2f0c840119972d5a3579d6ee38423eb0c0a2e2de > > The following commit(s) were added to refs/heads/master

Re: Changing default cxx_stdlib to libc++

2018-03-08 Thread Ryan Schmidt
On Mar 8, 2018, at 11:24, Joshua Root wrote: > Code to check C++ stdlib linkage in rev-upgrade is now in master. That > takes care of the main obstacle to being able to change the default stdlib. Currently, we publish archives on packages.macports.org for 10.8 and earlier that are built for lib

Re: [macports-ports] branch master updated: rpcgen-mt: new port

2018-03-08 Thread Mojca Miklavec
8. mar. 2018 6:55 PM je oseba "Ryan Schmidt" napisala: > +fetch.type svn > +depends_fetch-append\ > +port:subversion Because of this issue? https://trac.macports.org/ticket/55933 I don't think so. I probably forgot that fetch.type takes care of dependencies. Fee

Re: Changing default cxx_stdlib to libc++

2018-03-08 Thread Joshua Root
On 2018-3-9 07:07 , Ryan Schmidt wrote: > > On Mar 8, 2018, at 11:24, Joshua Root wrote: > >> Code to check C++ stdlib linkage in rev-upgrade is now in master. That >> takes care of the main obstacle to being able to change the default stdlib. > > Currently, we publish archives on packages.macpo

Re: Changing default cxx_stdlib to libc++

2018-03-08 Thread Ryan Schmidt
On Mar 8, 2018, at 15:26, Joshua Root wrote: > On 2018-3-9 07:07 , Ryan Schmidt wrote: > >> On Mar 8, 2018, at 11:24, Joshua Root wrote: >> >>> Code to check C++ stdlib linkage in rev-upgrade is now in master. That >>> takes care of the main obstacle to being able to change the default stdlib.

Re: Changing default cxx_stdlib to libc++

2018-03-08 Thread Ken Cunningham
On 2018-03-08, at 4:27 PM, Ryan Schmidt wrote: > How will users upgrade from libstdc++ to libc++? What subset of the > instructions on the LibcxxOnOlderSystems page would they have to follow? What > if they don't do that and stay on libstdc++? We do have to ponder the bootstrap toolchain proc