Re: fltk-devel has non-numeric revision

2018-05-19 Thread Vincent Habchi
> Version can contain non-numeric characters, but revision must be an > integer. The qt59 portfile is extremely complicated, but qt59-qtwebkit > seems to have a revision of 1 for me, so check for local changes perhaps? Ok, gotcha. I had introduced an extra line in the qtwebkit subpart before the

Re: fltk-devel has non-numeric revision

2018-05-19 Thread Joshua Root
On 2018-5-19 22:28 , Vincent Habchi wrote: > In fact, the culprit is this: > > Air > port installed | grep qt59-qtwebkit > qt59-qtwebkit @5.9.1_1 > qt59-qtwebkit @5.9.1_overrides: (active) > > Any idea what can cause this? Version can contain non-numeric characters, but revision must be an i

Re: fltk-devel has non-numeric revision

2018-05-19 Thread Vincent Habchi
In fact, the culprit is this: Air > port installed | grep qt59-qtwebkit qt59-qtwebkit @5.9.1_1 qt59-qtwebkit @5.9.1_overrides: (active) Any idea what can cause this? V.

Re: fltk-devel has non-numeric revision

2018-05-19 Thread Vincent Habchi
Oops, my bad, it’s not that port which causes this message. Sorry for the noise.

fltk-devel has non-numeric revision

2018-05-19 Thread Vincent Habchi
Hi there, the latest version of ftlk-devel is “1.4.x-r12914”. The “x” here causes the following error in “port outdated”: “process_cmd failed: can't use non-numeric string as operand of "-"”. Somehow base compares versions using a subtraction, and of course it can’t do that if there are non-num