From owner-svn-src-head@FreeBSD.ORG Thu Jul 22 19:06:48 2010 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 597B3106564A; Thu, 22 Jul 2010 19:06:48 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 0E3D58FC1B; Thu, 22 Jul 2010 19:06:47 +0000 (UTC) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 03AAC9CB0ED; Thu, 22 Jul 2010 21:01:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by lev.vlakno.cz (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lHhjD1wlMK5Z; Thu, 22 Jul 2010 21:01:54 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 938169CB77D; Thu, 22 Jul 2010 21:01:54 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id o6MJ1sJU063802; Thu, 22 Jul 2010 21:01:54 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 22 Jul 2010 21:01:54 +0200 From: Roman Divacky To: Rui Paulo Message-ID: <20100722190154.GA62068@freebsd.org> References: <201007221849.o6MInR6Z031281@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007221849.o6MInR6Z031281@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r210385 - head/gnu/lib/libobjc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 19:06:48 -0000 On Thu, Jul 22, 2010 at 06:49:27PM +0000, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jul 22 18:49:27 2010 > New Revision: 210385 > URL: http://svn.freebsd.org/changeset/base/210385 > > Log: > Disable building libobjc with clang as it's not yet supported. and it will NEVER be (because of missing builtin_apply) there's replacement for libobjc which does not need builtin_apply which will hopefully be contributed RSN now