From owner-svn-ports-head@FreeBSD.ORG Fri Jun 14 17:02:18 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A0ED0C1E for ; Fri, 14 Jun 2013 17:02:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 77E421C2A for ; Fri, 14 Jun 2013 17:02:18 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id wz7so761099pbc.37 for ; Fri, 14 Jun 2013 10:02:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=BPE2SnRn94nA7h4WliaiMNBiYOuqfGJ5W040RLRgwn0=; b=IeQ7Jjo+xH262DEcHuLAO/AfDTxLv/UHyN9ostLnbDjGUQr+l3XONos6aoYC/rTiXH PDQnkNBiVlJdpMkSMD8yCQynEf0+8RzkrwQhKF/Hr0WhUvzVuliUhtVNDg8VgSNsDNZl WVxfu9mQGdtd10TF4r6K4zExFb2AaMhUANmvQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=BPE2SnRn94nA7h4WliaiMNBiYOuqfGJ5W040RLRgwn0=; b=B87CYOseXhp5aUA4Rm6cvsd0EWgXmRYcl+EjUcYvV0FtV+e6IsHRm6/UeWX5C1OWl0 t61D55G9SKehGqFomAO6T9JVFYG3lqS4ATOgbLo31yGSblbqQJXPs2k7Bg0Cpj8jgmLL AuBS5ZaxPZIfPDYlIFkrmCphQ5syseKkiTvn58BGkLuln68qcr5yT5VkbFidjXvvS8JH A4cFAIuOJwtTAewh+OmFgySxvKZAawXcR/y0+aHCwWi/w/VkLjFnMldKzfagAYdDNdwG KLzDeA3deRPvT+fvaK9SzIESIE8FfwVAlSnKqc3ALlXazwEziowwK0eSVpH1+VDnpTBZ G4gw== X-Received: by 10.66.155.230 with SMTP id vz6mr3395606pab.30.1371229338139; Fri, 14 Jun 2013 10:02:18 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.70.45.33 with HTTP; Fri, 14 Jun 2013 10:01:48 -0700 (PDT) In-Reply-To: <20130614153755.GC72830@ithaqua.etoilebsd.net> References: <201306131905.r5DJ5Scv074032@svn.freebsd.org> <20130614065523.GA98995@FreeBSD.org> <20130614153755.GC72830@ithaqua.etoilebsd.net> From: Eitan Adler Date: Fri, 14 Jun 2013 19:01:48 +0200 X-Google-Sender-Auth: _SRPE3OS-qb1kQw-Pjdqwc1QC0s Message-ID: Subject: Re: svn commit: r320832 - head/net-mgmt/bandwidthd To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkpAzozMJRB5sWTPA3vAlLwn35kOHATIr7XTFPp7IKqCmDJvABzUEXtiHO/KCJ5CDbi3Gn/ Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, William Grzybowski , ports-committers , Sunpoet Po-Chuan Hsieh X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 17:02:18 -0000 On Fri, Jun 14, 2013 at 5:37 PM, Baptiste Daroussin 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