Re: Clang: Mavericks v. the rest (was Re: buildbot failure in MacPorts on buildports-mavericks-x86_64)

2014-10-15 Thread Chris Jones
Hi, The warning is correct. If s_decoded.name is a boolean then s_decoded.name = 12 is always true. OSX10.9 has a newer clang, which issues a warning in this case (-Wtautological-constant-out-of-range-compare), older OSes have older clang versions that do not. Finally -Werror turns it into

Re: Clang: Mavericks v. the rest (was Re: buildbot failure in MacPorts on buildports-mavericks-x86_64)

2014-10-15 Thread Craig Treleaven
Thanks, all. A conditional patch (... ${os.major} = 13 ...) and at least it builds. I will follow up upstream. Craig At 8:43 AM +0100 10/15/14, Chris Jones wrote: The warning is correct. If s_decoded.name is a boolean then s_decoded.name = 12 is always true. OSX10.9 has a newer clang,

Re: [126836] trunk/dports/python

2014-10-15 Thread Lawrence Velázquez
No one will get the replacement because the revisions have not been bumped. vq On Oct 15, 2014, at 10:14 PM, khindenb...@macports.org wrote: Revision 126836 Author khindenb...@macports.org Date 2014-10-15 19:14:18 -0700 (Wed, 15 Oct 2014) Log Message py{26,31,32,33}-html2text:

Re: [126833] trunk/dports/python

2014-10-15 Thread Lawrence Velázquez
It's not necessary to revbump the original Portfile, since nothing's changed there. It's only necessary that the revision be increased in the graveyard, so that the retired subport gets upgraded. vq On Oct 15, 2014, at 9:41 PM, m...@macports.org wrote: Revision 126833 Author