Re: [149178] trunk/dports/audio/pulseaudio/Portfile

2016-06-04 Thread Ryan Schmidt
> On Jun 4, 2016, at 4:56 PM, io...@macports.org wrote: > > Revision > 149178 > Author > io...@macports.org > Date > 2016-06-04 14:56:53 -0700 (Sat, 04 Jun 2016) > Log Message > > pulseaudio: add esound variant. Revbump. > Modified Paths > • trunk/dports/audio/pulseaudio/Portfile > Diff >

Re: platform{} statement

2016-06-04 Thread René J . V . Bertin
Gustaf Neumann wrote: > The original code used as signature "proc platform {args} ..." and > pulled later the "os" out of $args, whereas the posted one uses "proc > platform {os args}", Ah, right. Missed that :-/ > called, then the variant with "$consumed == 3" will call the uplevel, Why? "Do

Re: platform{} statement

2016-06-04 Thread Gustaf Neumann
Am 04.06.16 um 10:08 schrieb René J. V. Bertin: if {$len < 1} { My code has 2 here, and I think that's reasonable ("platform darwin" on its own doesn't make a lot of sense). The original code used as signature "proc platform {args} ..." and pulled later the "os" out of $args, whereas the

Re: platform{} statement

2016-06-04 Thread René J . V . Bertin
Gustaf Neumann wrote: > The code below is more in line with current tcl code practice Seems to work too > (untested, using e.g. tcl index expressions). after correcting a few omissions ;) > if {$len < 1} { My code has 2 here, and I think that's reasonable ("platform darwin" on its own d