Re: [116514] trunk/base/src

2014-02-06 Thread Ryan Schmidt
On Feb 6, 2014, at 05:49, Gustaf Neumann wrote: > of course, you are right, it should be changed to > > -if {$macosx_version == "10.5"} { > +if {$macosx_version eq "10.5"} { > > > adding/removing quotes does not change the semantics. > > % expr 10.10 == "10.1" > 1 > %

Re: Trac woes

2014-02-06 Thread Ryan Schmidt
On Feb 6, 2014, at 17:45, Frank Schima wrote: > I’m having lots of problems updating/creating Trac Pages. In one case, I’m > trying to make major changes to the BadContent page - by sorting the lines > and removing duplicates - so I can add a bunch of new entries. But I keep > getting a “Trac

Trac woes

2014-02-06 Thread Frank Schima
Hi all, I’m having lots of problems updating/creating Trac Pages. In one case, I’m trying to make major changes to the BadContent page - by sorting the lines and removing duplicates - so I can add a bunch of new entries. But I keep getting a “Trac Error” when I try to submit. Everything looks

Re: [116514] trunk/base/src

2014-02-06 Thread Gustaf Neumann
of course, you are right, it should be changed to -if {$macosx_version == "10.5"} { +if {$macosx_version eq "10.5"} { adding/removing quotes does not change the semantics. % expr 10.10 == "10.1" 1 % expr 10.10 eq "10.1" 0 although it will take a while until we hav

Re: [116514] trunk/base/src

2014-02-06 Thread Ryan Schmidt
On Jan 27, 2014, at 09:23, c...@macports.org wrote: > Revision > 116514 > Author > c...@macports.org > Date > 2014-01-27 07:23:40 -0800 (Mon, 27 Jan 2014) > Log Message > > base/src: further Tcl cleanup, by courtesy of Gustaf Neumann, Tcl8.4-clean > -if {${macports::macosx_ve