From owner-freebsd-ports@FreeBSD.ORG Sat Oct 26 23:20:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4128EE8 for ; Sat, 26 Oct 2013 23:20:41 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 5E82A2939 for ; Sat, 26 Oct 2013 23:20:41 +0000 (UTC) Received: from ppp118-210-126-13.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.126.13]) by ipmail06.adl2.internode.on.net with ESMTP; 27 Oct 2013 09:50:40 +1030 Message-ID: <526C4E46.8010802@ShaneWare.Biz> Date: Sun, 27 Oct 2013 09:50:38 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: FreeBSD Ports Subject: Re: CLANG and gcc testing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Sat, 26 Oct 2013 23:20:41 -0000 On 26/10/2013 23:52, Muhammad Moinur Rahman wrote: > Hi, > > Do I need to test for gcc and CLANG any more in STABLE/9 and STABLE/10 > anymore for any ports or should it be CLANG only? > By default 10.0 only has clang installed in base. 9.2 has both but the user needs to specifically configure to use clang to compile. I see that to mean we must test with gcc on 9.x and clang on 10.x while clang on 9.x is optional but preferred.