On 3 July 2011 18:08, Alberto Villa wrote:
> On Sunday 03 July 2011 15:25:09 Chris Rees wrote:
>> As I read it, while it supports a system where cc is a link to clang,
>> it still clobbers whatever ${CC} variable I have set.
>
> this is wrong. here is how the logic works:
> - find if cc is gcc or
On Sunday 03 July 2011 15:25:09 Chris Rees wrote:
> As I read it, while it supports a system where cc is a link to clang,
> it still clobbers whatever ${CC} variable I have set.
this is wrong. here is how the logic works:
- find if cc is gcc or clang
- if CXX is the default c++, then we're using t
On 2 July 2011 00:36, Alberto Villa wrote:
> On Friday 01 July 2011 21:00:07 Rene Ladan wrote:
>> Wouldn't it be better to use ${CC} instead of cc in the above patch so
>> that clang is also (a bit more) supported?
>
> no. please, read the whole logic to understand how it works. that check is
> do
On Friday 01 July 2011 21:00:07 Rene Ladan wrote:
> Wouldn't it be better to use ${CC} instead of cc in the above patch so
> that clang is also (a bit more) supported?
no. please, read the whole logic to understand how it works. that check is
done to support cc == clang, which means that clang is
The original (commited patch in ports) is not my patch. I only wrote a
fixup to make it usable, after avillas commit breaked the ports.
On 7/1/11, Rene Ladan wrote:
> Op 01-07-2011 20:54, Oliver Pinter schreef:
>> On 7/1/11, Oliver Pinter wrote:
>>> after reverting this:
>>> http://www.freebsd.o
Op 01-07-2011 20:54, Oliver Pinter schreef:
> On 7/1/11, Oliver Pinter wrote:
>> after reverting this:
>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25
>> everything look fine..
>
> or use this patch:
>
> op@pandora-d ~> less /tmp/diff
> --- bsd.qt.mk 2011-07-01
On 7/1/11, Oliver Pinter wrote:
> after reverting this:
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25
> everything look fine..
>
> On 7/1/11, Oliver Pinter wrote:
>> awk: syntax error at source line 1
>> context is
>> NR == 1 { gsub(/[()]/, "", >>> ) <<
after reverting this:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.qt.mk.diff?r1=1.24;r2=1.25
everything look fine..
On 7/1/11, Oliver Pinter wrote:
> awk: syntax error at source line 1
> context is
> NR == 1 { gsub(/[()]/, "", >>> ) <<<
> awk: illegal statement at source line 1
>
awk: syntax error at source line 1
context is
NR == 1 { gsub(/[()]/, "", >>> ) <<<
awk: illegal statement at source line 1
"/usr/ports/Mk/bsd.qt.mk", line 115: warning: "cc --version 2>
/dev/null | awk 'NR == 1 { gsub(/[()]/, "", ); print }'" returned
non-zero status
awk: syntax error at