From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6692 invoked from network); 5 May 2008 22:02:54 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 5 May 2008 22:02:54 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 56064 invoked from network); 5 May 2008 22:02:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 5 May 2008 22:02:48 -0000 Received: (qmail 25483 invoked by alias); 5 May 2008 22:02:43 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24927 Received: (qmail 25464 invoked from network); 5 May 2008 22:02:42 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 5 May 2008 22:02:42 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTP id 6CE1480ED172 for ; Tue, 6 May 2008 00:02:39 +0200 (CEST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200803; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:Content-Transfer-Encoding:In-Reply-To; b=vwBVT4pw8WrwrMbV8+r21jBUiP66mGKZeZp01moOwOHd9MLCGcY11LcP9V+1DFrTR3xKBfaeFTlE9eaNbfsDpZO+X7PzK1psrEI6PU1aYQsGRabNNTz5i7ouDnSdMRXwFobINBKU8H8igySjuSpoy3TIvtDj4IPbhFoaE6AbrwY=; Received: by smtp.spodhuis.org with local id 1Jt8lY-000DoL-Em; Mon, 05 May 2008 22:02:36 +0000 Date: Mon, 5 May 2008 15:02:36 -0700 From: Phil Pennock To: Dag-Erling =?utf-8?B?U23DuHJncmF2?= Cc: Zsh Hackers' List Subject: Re: zsh 4.3.6 FreeBSD bug Message-ID: <20080505220236.GA81569@redoubt.spodhuis.org> Mail-Followup-To: Dag-Erling =?utf-8?B?U23DuHJncmF2?= , Zsh Hackers' List References: <20080503073947.GA22661@redoubt.spodhuis.org> <864p9enuek.fsf@ds4.des.no> <86wsmamf2w.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86wsmamf2w.fsf@ds4.des.no> X-Virus-Scanned: ClamAV 0.91.2/7036/Mon May 5 20:56:03 2008 on bifrost X-Virus-Status: Clean On 2008-05-04 at 14:25 +0200, Dag-Erling Smørgrav wrote: > Your patch doesn't work, btw; it breaks CURRENT (and presumably > RELENG_[78]) *sigh* CURRENT now requires the _XOPEN_foo flag to work, where previous versions didn't and instead broke with it? Joy. config.log shows: host_os='freebsd62' Peter, it needs to be *freebsd6*; I don't believe FreeBSD 5 is still supported and I don't have such a test system anyway. -Phil