From owner-freebsd-current@FreeBSD.ORG Fri Mar 22 19:48:38 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E4A0F510 for ; Fri, 22 Mar 2013 19:48:38 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id AD767FD3 for ; Fri, 22 Mar 2013 19:48:38 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=EehKsYaC c=1 sm=0 a=0NJkuBbZY5VCdgJ+v5fl0w==:17 a=8jhF2qGmtvsA:10 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=KS5gVQhY--UA:10 a=WIFmMkYa0n_S9hbRSjQA:9 a=CjuIK1q_8ugA:10 a=0NJkuBbZY5VCdgJ+v5fl0w==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.84.183 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.84.183] ([209.6.84.183:52459] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id DF/34-28841-E85BC415; Fri, 22 Mar 2013 15:48:32 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20812.46478.436088.992576@jerusalem.litteratus.org> Date: Fri, 22 Mar 2013 15:48:30 -0400 To: Dimitry Andric Subject: Re: troubles with buildworld/sendmail/sasl/clang In-Reply-To: <7DFCA510-5230-4EB6-8199-199DE7F8DE67@FreeBSD.org> References: <201303211416.r2LEG8cG041216@mech-cluster241.men.bris.ac.uk> <7DFCA510-5230-4EB6-8199-199DE7F8DE67@FreeBSD.org> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: roberthuff@rcn.com, beat.siegenthaler@beatsnet.com, kpaasial@gmail.com, freebsd-current@freebsd.org, freebsd-stable@freebsd.org, mexas@bristol.ac.uk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 19:48:39 -0000 Dimitry Andric writes: > Use the port, or the attached patch, to disable usage of > stdbool.h. Using the patch, world now compiles successfully. Thank you very much, Robert Huff