From owner-freebsd-ports@FreeBSD.ORG Fri Mar 18 14:17:36 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 4C2C3106564A for ; Fri, 18 Mar 2011 14:17:36 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward18.mail.yandex.net (forward18.mail.yandex.net [95.108.253.143]) by mx1.freebsd.org (Postfix) with ESMTP id A172E8FC08 for ; Fri, 18 Mar 2011 14:17:35 +0000 (UTC) Received: from web22.yandex.ru (web22.yandex.ru [95.108.253.231]) by forward18.mail.yandex.net (Yandex) with ESMTP id 9B77517810AE; Fri, 18 Mar 2011 17:17:30 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1300457850; bh=D8WVJGcUXSbYG/D0WpluF+aXRtiNzhQ0Ym1ITfxbPRo=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=U+M5+jDLpJtW21G6vxZDWgMAi1zAPbnTkvcHNEfXZwvAjSCxoc6nRXTrgpmR8WtTz 0p+2DBItPyLnxnIqKhOaYD1uApFi4EboGInWKytxURTpenqZ88jFDtpexlRARxOQDI aPG5yGU57rQXzLAz3WQC59WgDzjXPn+1HfnhRZlY= Received: from localhost (localhost.localdomain [127.0.0.1]) by web22.yandex.ru (Yandex) with ESMTP id 87BA5590598; Fri, 18 Mar 2011 17:17:30 +0300 (MSK) Received: from [195.34.30.225] ([195.34.30.225]) by mail.yandex.ru with HTTP; Fri, 18 Mar 2011 17:17:29 +0300 From: Konstantin Tokarev To: Matthias Andree In-Reply-To: <4D8245D4.6070705@gmx.de> References: <4D7BED01.6000506@FreeBSD.org> <201103160028.01687.avilla@freebsd.org> <241821300263308@web137.yandex.ru> <201103160933.48175.avilla@freebsd.org> <105381300365591@web53.yandex.ru> <123121300367234@web45.yandex.ru> <4D8245D4.6070705@gmx.de> MIME-Version: 1.0 Message-Id: <640331300457849@web22.yandex.ru> Date: Fri, 18 Mar 2011 17:17:29 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: 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: Fri, 18 Mar 2011 14:17:36 -0000 17.03.2011, 20:33, "Matthias Andree" : > Not necessarily. šIf it's a documented extension that you'd allowed (and > even by sticking to the implicit gnu89 language default of GCC) then > you'll hardly hear back anything else than "invalid, works as documented". Note that Clang supports c89 and gnu89 modes[1] [1] http://clang.llvm.org/docs/UsersManual.html#c_modes -- Regards, Konstantin