Re: [macports-ports] branch master updated: samtools: add missing xz dependency

2017-06-16 Thread Marius Schamschula
Done: https://git.io/vHp7G > On Jun 16, 2017, at 7:59 PM, Rainer Müller wrote: > > On 2017-06-17 02:20, Davide Liessi wrote: >> Marius Schamschula (Schamschula) pushed a commit to branch master >> in repository macports-ports. >> >> https://github.com/macports/macports-po

Re: [macports-ports] branch master updated: samtools: add missing xz dependency

2017-06-16 Thread Rainer Müller
On 2017-06-17 02:20, Davide Liessi wrote: > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/c979e27dcf04087efd83b38e5b5a8e8cbebe8a6e > > The following commit(s) were added to refs/heads/master by

Re: [macports-contrib] 02/02: port-whatsnew: remove -t option for macportsTclPath - it doesn't appear to do anything

2017-06-16 Thread Rainer Müller
On 2017-06-16 04:14, Kurt Hindenburg wrote: > Kurt Hindenburg (kurthindenburg) pushed a commit to branch master > in repository macports-contrib. > > https://github.com/macports/macports-contrib/commit/d4985c85db95aa3423d614985df6da996533d636 > > commit d4985c85db95aa3423d614985df6da996533d636 Auth

Re: Where to find buildbot's home folder and .subversion/config?

2017-06-16 Thread Ryan Schmidt
On Jun 16, 2017, at 06:05, Mojca Miklavec wrote: > I installed a buildbot slave using MacPorts (for stuff unrelated to to > buildbot used for MacPorts itself) and I want to use the "buildbot" > user created by the package manager. > > The problem is that I cannot figure out where to set > us

Re: saving subprocess output in local copy, tee, and exit codes

2017-06-16 Thread René J . V . Bertin
A bit to my surprise this works with the sort of complex cmake commandlines I get in my KF5 ports: {{{ proc cmake.save_configure_cmd {{save_log_too ""}} { if {${save_log_too} ne ""} { pre-configure { configure.pre_args-prepend "-cf '${configure.cmd} " configure

Where to find buildbot's home folder and .subversion/config?

2017-06-16 Thread Mojca Miklavec
Hi, I installed a buildbot slave using MacPorts (for stuff unrelated to to buildbot used for MacPorts itself) and I want to use the "buildbot" user created by the package manager. The problem is that I cannot figure out where to set use-commit-times = yes To start with, I don't know where t

saving subprocess output in local copy, tee, and exit codes

2017-06-16 Thread René J . V . Bertin
Hi, As you may know there is a feature among my (partly pending) cmake-1.1 PortGroup that allows port developers to obtain a local copy of the cmake invocation in the port's work directory. I'm trying to save cmake's output too because the copy in the port logfile has the habit of being gone ju