svn commit: r320832 - head/net-mgmt/bandwidthd
Eitan Adler
eadler at freebsd.org
Fri Jun 14 17:02:18 UTC 2013
On Fri, Jun 14, 2013 at 5:37 PM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> On Fri, Jun 14, 2013 at 10:56:57PM +0800, Sunpoet Po-Chuan Hsieh wrote:
>> Try this (cited from lang/v8/Makefile)
>>
>> .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" ||
>> ${OSVERSION} >= 1000024
>> ...
>> .endif
>>
>> Regards,
>>
>
> There is only one single way to reliably determine what will be the compiler
> which what you find in devel/boost-all/compiler.mk, with the limitation that you
> can't use that to determine dependencies base on the compiler type because
> tinderbox/pointyhat have a design bug that makes them testing this first on the
> host and not on the destination.
Source has COMPILER_TYPE. It would be nice if b.p.m also set this.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
More information about the svn-ports-all
mailing list