Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2011 23:25:06 +0200
From:      Oliver Pinter <oliver.pntr@gmail.com>
To:        Rene Ladan <rene@freebsd.org>
Cc:        avilla@freebsd.org, ports@freebsd.org
Subject:   Re: failed bsd.qt.mk fix...
Message-ID:  <BANLkTik_RW2TYc9QbqABg88Z3MBRDuy%2Bhw@mail.gmail.com>
In-Reply-To: <4E0E1937.8040808@freebsd.org>
References:  <BANLkTikbaBVbLoU47YECC=hjN%2BaunoeURw@mail.gmail.com> <BANLkTim8ZdMqrYkhLAzm_QjsTtQFUU-3MA@mail.gmail.com> <BANLkTi=b=0hHbWYcEBrZH8Jw8J99%2B=jzbQ@mail.gmail.com> <4E0E1937.8040808@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <rene@freebsd.org> wrote:
> Op 01-07-2011 20:54, Oliver Pinter schreef:
>> On 7/1/11, Oliver Pinter <oliver.pntr@gmail.com> 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 20:53:32.000000000 +0200
>> +++ bsd.qt.mk-op        2011-07-01 20:52:48.000000000 +0200
>> @@ -112,7 +112,7 @@
>>  #
>>  # Translate `c++` to its real name and select the appropriate mkspec.
>>  #
>> -QMAKE_BASE_COMPILER!=  cc --version 2> /dev/null | awk 'NR == 1 {
>> gsub(/[()]/, "", $2); print $2 }'
>> +QMAKE_BASE_COMPILER!=  cc --version 2> /dev/null | awk 'NR == 1 {
>> gsub(/[()]/, "", $$2); print $$2 }'
>>  .if ${QMAKE_BASE_COMPILER:L} == "gcc"
>>  QMAKE_BASE_COMPILER=   g++
>>  .endif
>
> Wouldn't it be better to use ${CC} instead of cc in the above patch so
> that clang is also (a bit more) supported?
> --
> http://www.rene-ladan.nl:8080/
>
> GPG fingerprint = ADBC ECCD EB5F A6B4 549F  600D 8C9E 647A E564 2BFC
> (subkeys.pgp.net)
>

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTik_RW2TYc9QbqABg88Z3MBRDuy%2Bhw>