From owner-svn-ports-all@FreeBSD.ORG Fri Jun 14 15:38:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DCF8EF7B; Fri, 14 Jun 2013 15:38:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 77FC61703; Fri, 14 Jun 2013 15:37:59 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w57so640765wes.1 for ; Fri, 14 Jun 2013 08:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=E+8aF35Hb2pwHMcC7ktZ1yAnD7u9VasDhD+OHHAx1dg=; b=rLGZYogLzCvGotZnb07E5Fyi1FasZRj9X6F/9JsbnTSdsgqacHg4HXw7uklNSdrNOC APQngIAWJ0CqMGHi4j7J2wMfei6lkpJd97Mixzt2JybM7bBqbUg2W9kMDRaZ4U+pqmw+ v9+6l7bmDv7mRt27V/NFGYwQ+0tCFLoAhEpM0Z7rA3fwqdd5O0mG0ns7CUm+hwENttZL KNpdCNVPt+lAXHKyHeB4S0605hVc3+6wH61EZ83vaXr646f0wYRfUM8qD0IZJ2ZDET1t 4Q2tqemPl5dVTBvGbX8FAj1VIhqBCjtLiBnfEHesar14DUybeyQaVLgeP5qGd31NkpMR zYYw== X-Received: by 10.180.20.208 with SMTP id p16mr1711353wie.59.1371224278706; Fri, 14 Jun 2013 08:37:58 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id fu14sm4022736wic.0.2013.06.14.08.37.57 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 14 Jun 2013 08:37:57 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 14 Jun 2013 17:37:55 +0200 From: Baptiste Daroussin To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r320832 - head/net-mgmt/bandwidthd Message-ID: <20130614153755.GC72830@ithaqua.etoilebsd.net> References: <201306131905.r5DJ5Scv074032@svn.freebsd.org> <20130614065523.GA98995@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tqI+Z3u+9OQ7kwn0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Eitan Adler , svn-ports-all@freebsd.org, William Grzybowski , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 15:38:01 -0000 --tqI+Z3u+9OQ7kwn0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 14, 2013 at 10:56:57PM +0800, Sunpoet Po-Chuan Hsieh wrote: > Try this (cited from lang/v8/Makefile) >=20 > .if ${CC:T:Mclang} =3D=3D "clang" || ${CXX:T:Mclang++} =3D=3D "clang++" || > ${OSVERSION} >=3D 1000024 > ... > .endif >=20 > Regards, >=20 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 tha= t 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. regards, Bapt --tqI+Z3u+9OQ7kwn0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlG7ONMACgkQ8kTtMUmk6EyxxQCgwY1qSeBdkVH51l1CG5EqjrQR ++gAn2c8vXeCgNM4njwC3i7I+ya+CEsN =p7Au -----END PGP SIGNATURE----- --tqI+Z3u+9OQ7kwn0--