From owner-freebsd-ports@FreeBSD.ORG Tue Oct 29 18:25:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1DE90982 for ; Tue, 29 Oct 2013 18:25:06 +0000 (UTC) (envelope-from Robert.Burmeister@utoledo.edu) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7C2F2B69 for ; Tue, 29 Oct 2013 18:25:05 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkwBAEj9b1KDtwN/l2dsb2JhbABZgz9UgxO8IYEsFg4BAQEBAQgWBzyCJQEBBAEjFRsrCwUGGgIFFgsCAgkDAgECAUUGDQgBAYdxAwkGBQinSIhsF02JFIEpjiUWglSBQgOZOYUNjw6CDg X-IronPort-AV: E=Sophos;i="4.93,595,1378872000"; d="scan'208";a="240300816" Received: from dlpint01.utoledo.edu ([131.183.3.127]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 29 Oct 2013 14:24:57 -0400 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint01.utoledo.edu (RSA Interceptor) for ; Tue, 29 Oct 2013 14:24:41 -0400 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.2.328.9; Tue, 29 Oct 2013 14:24:41 -0400 Message-ID: <526FFD42.9040705@UToledo.edu> Date: Tue, 29 Oct 2013 14:24:02 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: Re: [HEADSUP][CFT] New compiler USES flag, please test, review comment X-Priority: 1 (Highest) References: <20130913131753.GJ33103@ithaqua.etoilebsd.net> In-Reply-To: <20130913131753.GJ33103@ithaqua.etoilebsd.net> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2013 18:25:06 -0000 > USES= compiler:c++11 > > Means you need a c++1 capable compiler but not necessary a c++ 11 aware standard > library, in that case if the base compiler is not able to support c++11 clang33 > will be used from ports otherwise gcc 4.6+ if you specify it in make.conf. Problem, if clang from ports is >3.3. http://freebsd.1045724.n5.nabble.com/FreeBSD-Port-editors-libreoffice-td5856164.html