From owner-freebsd-ports@FreeBSD.ORG Wed Mar 16 08:15:12 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26570106564A; Wed, 16 Mar 2011 08:15:12 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF8D8FC0A; Wed, 16 Mar 2011 08:15:11 +0000 (UTC) Received: from web137.yandex.ru (web137.yandex.ru [95.108.131.158]) by forward12.mail.yandex.net (Yandex) with ESMTP id F2319C20F85; Wed, 16 Mar 2011 11:15:09 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1300263310; bh=CaSgygfuFesJeXqWG0vs9YMnz5enspQ28hBuJpIv0MQ=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=fBJcmnn5GMAFaP2mwYbPMBoP+/pnCGd6qs+4epXnaj3kh5yp4gIm0jg3i1zK6AiHB fsfwAwntDOUXTYwx9zyC27s5tq6CL22OX6Zo3EwcYMg8NOPr7MfMs7Kx4faQc/+wg7 rKsPE+L/l3HfxKFwq1XSSHRxlB2VMBY5Gb6MaUaY= Received: from localhost (localhost.localdomain [127.0.0.1]) by web137.yandex.ru (Yandex) with ESMTP id D40698E003A; Wed, 16 Mar 2011 11:15:09 +0300 (MSK) Received: from [195.34.30.225] ([195.34.30.225]) by mail.yandex.ru with HTTP; Wed, 16 Mar 2011 11:15:07 +0300 From: Konstantin Tokarev To: Alberto Villa In-Reply-To: <201103160028.01687.avilla@freebsd.org> References: <4D7BED01.6000506@FreeBSD.org> <696141300213240@web70.yandex.ru> <201103160028.01687.avilla@freebsd.org> MIME-Version: 1.0 Message-Id: <241821300263308@web137.yandex.ru> Date: Wed, 16 Mar 2011 11:15:07 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: Doug Barton , freebsd-ports@freebsd.org Subject: Re: Compiling ports in a post-9.0-RELEASE world X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2011 08:15:12 -0000 16.03.2011, 02:27, "Alberto Villa" : > On Tuesday 15 March 2011 19:20:40 Konstantin Tokarev wrote: > >> š3. Fix Clang to compile more ports > > lots of problems are due to gcc-isms in software, so it's not always possible >From http://clang.llvm.org/docs/LanguageExtensions.html "In addition to the language extensions listed here, Clang aims to support a broad range of GCC extensions." So GCC extensions may also be considered as missing features. -- Regards, Konstantin