Re: [kde-freebsd] [patch] fix devel/qmake4 creating bogus qmake.conf

2009-09-04 Thread Mel Flynn
On Friday 04 September 2009 19:24:01 Max Brazhnikov wrote: > On Fri, 4 Sep 2009 12:49:09 +0200, Mel Flynn wrote: > > [ping] > > > > Am I incorrect, impatient, hitting a "won't fix" or all of the above? > > When you come with patches it is better to submit PR. We can ignore mails, > but not PRs :) >

Re: [kde-freebsd] [patch] fix devel/qmake4 creating bogus qmake.conf

2009-09-04 Thread Mel Flynn
[ping] Am I incorrect, impatient, hitting a "won't fix" or all of the above? On Thursday 20 August 2009 19:11:30 Mel Flynn wrote: > Hi, > > devel/qmake4 creates faulty qmake.conf if $CXX is set to anything other > then the "c++" string. Even if it's set to /usr/bin/c++. > > Attached patch fixes t

[kde-freebsd] [patch] fix devel/qmake4 creating bogus qmake.conf

2009-08-20 Thread Mel Flynn
Hi, devel/qmake4 creates faulty qmake.conf if $CXX is set to anything other then the "c++" string. Even if it's set to /usr/bin/c++. Attached patch fixes the issue, by only replacing with $CXX if the last char on the line is not a ')'. This has the advantage that a second replace on qmake.conf