Re: -v being a bit too chatty

2016-01-30 Thread Brandon Allbery
On Sat, Jan 30, 2016 at 5:16 AM, René J.V. wrote: > - is there a way to silence output from `catch {system ...` even with the > -v option? I thought the role of the catch function was also to ... catch > the called function's output? Tcl throws an exception if the command run via system exits n

Re: -v being a bit too chatty

2016-01-30 Thread René J . V . Bertin
On Saturday January 30 2016 23:18:40 Joshua Root wrote: >> 2 questions: >> - why is the Qt5-kde Portfile parsed when port:qt5-kde is uptodate? >> - is there a way to silence output from `catch {system ...` even with the -v >> option? I thought the role of the catch function was also to ... catch

Re: -v being a bit too chatty

2016-01-30 Thread Joshua Root
On 2016-1-30 21:16 , René J.V. Bertin wrote: > Hi, > > My qt5-kde port has the following bit of code that adds the appropriate -sdk > option to configure.args: > > {{{ > # default: build for the current OS version, requesting the > corresponding SDK explicitly > if {[cat

-v being a bit too chatty

2016-01-30 Thread René J . V . Bertin
Hi, My qt5-kde port has the following bit of code that adds the appropriate -sdk option to configure.args: {{{ # default: build for the current OS version, requesting the corresponding SDK explicitly if {[catch {system "xcrun --show-sdk-path -sdk macosx10.${OSX_MINOR}"}