From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: configure.in support for FreeBSD ia64/sparc64/powerpc Date: Thu, 5 Feb 2009 07:37:20 +0100 Message-ID: <18826.35104.33516.369804@a1ihome1.kph.uni-mainz.de> References: <200611032145.kA3Ljj6x078515@kobe.laptop> <87irhv28mx.fsf@stupidchicken.com> <20061106141015.GB3755@kobe.laptop> <18763.42713.941380.795066@a1ihome1.kph.uni-mainz.de> <200812191716.mBJHG0oC016436@mothra.ics.uci.edu> <18763.58258.187720.412172@a1ihome1.kph.uni-mainz.de> <87prjo7xla.fsf@kobe.laptop> <18808.21525.878956.953074@a1i15.kph.uni-mainz.de> <87y6x23dgj.fsf@kobe.laptop> <878wp2ab5w.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233815873 32215 80.91.229.12 (5 Feb 2009 06:37:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2009 06:37:53 +0000 (UTC) Cc: Dan Nicolaescu , Giorgos Keramidas , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 07:39:07 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LUxt9-0006l8-EQ for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 07:39:03 +0100 Original-Received: from localhost ([127.0.0.1]:54710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUxrq-0004YR-C8 for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2009 01:37:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUxrg-0004YJ-7N for emacs-devel@gnu.org; Thu, 05 Feb 2009 01:37:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUxrc-0004XY-Qs for emacs-devel@gnu.org; Thu, 05 Feb 2009 01:37:30 -0500 Original-Received: from [199.232.76.173] (port=39902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUxrc-0004XS-Ga for emacs-devel@gnu.org; Thu, 05 Feb 2009 01:37:28 -0500 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:60083) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LUxrc-0002P0-2T for emacs-devel@gnu.org; Thu, 05 Feb 2009 01:37:28 -0500 Original-Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id n156bLtR004455; Thu, 5 Feb 2009 07:37:21 +0100 Original-Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id n156bLLg002964; Thu, 5 Feb 2009 07:37:21 +0100 Original-Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id n156bKsX002959; Thu, 5 Feb 2009 07:37:20 +0100 In-Reply-To: <878wp2ab5w.fsf@cyd.mit.edu> X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:108776 Archived-At: >>>>> On Thu, 22 Jan 2009, Chong Yidong wrote: >> It would be nice if this can go in before the pretest. When the >> pretest is out, I will update the editors/emacs-devel port to use >> the tarball of the pretest instead of the current old CVS snapshot. >> If the patch goes into CVS we can finally remove it from the >> FreeBSD-specific patches :-) > Checked in, thanks. As I see, with a conditional for __sparc64__ only (which is the right thing in my opinion). However, one week later there is the following commit: So was there really a problem with this on non-BSD platforms? (I'm just curious.) Ulrich