From owner-freebsd-ports@FreeBSD.ORG Thu Mar 17 12:39:54 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 A91AD106564A; Thu, 17 Mar 2011 12:39:54 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward2.mail.yandex.net (forward2.mail.yandex.net [77.88.46.7]) by mx1.freebsd.org (Postfix) with ESMTP id 152508FC1A; Thu, 17 Mar 2011 12:39:54 +0000 (UTC) Received: from web53.yandex.ru (web53.yandex.ru [77.88.47.159]) by forward2.mail.yandex.net (Yandex) with ESMTP id 32FF412A267B; Thu, 17 Mar 2011 15:39:52 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1300365592; bh=AqZ6oqf4mSW6BsRqOoTH5z/Sskrgpy9RlaIsHxQnSHs=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=L9+kOfmMdfirIOMxv1KXfph3Yd2qkxFRa9X2nhdrtmmDhbpU/uHDWnw4PjpRy56O9 71C0CCZJEYwG1TQlML3IKrK7Dc+DuEfTP+kNcpuI57OSNfaHdM2HghJoLAEo9byutu kPdlu7JiNiVrbM4Cc+GuKDknbl2haWxo0apcgk18= Received: from localhost (localhost.localdomain [127.0.0.1]) by web53.yandex.ru (Yandex) with ESMTP id 0F057358001; Thu, 17 Mar 2011 15:39:52 +0300 (MSK) Received: from [195.34.30.225] ([195.34.30.225]) by mail.yandex.ru with HTTP; Thu, 17 Mar 2011 15:39:51 +0300 From: Konstantin Tokarev To: Alberto Villa In-Reply-To: <201103160933.48175.avilla@freebsd.org> References: <4D7BED01.6000506@FreeBSD.org> <201103160028.01687.avilla@freebsd.org> <241821300263308@web137.yandex.ru> <201103160933.48175.avilla@freebsd.org> MIME-Version: 1.0 Message-Id: <105381300365591@web53.yandex.ru> Date: Thu, 17 Mar 2011 15:39:51 +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: Thu, 17 Mar 2011 12:39:54 -0000 16.03.2011, 11:33, "Alberto Villa" : > On Wednesday 16 March 2011 09:15:07 Konstantin Tokarev wrote: > >> š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. > > gcc-isms also means "bad code which is nonetheless supported by gcc" In this case don't hesitate to file a bug against gcc :) -- Regards, Konstantin