From owner-freebsd-ports@FreeBSD.ORG Wed Feb 16 11:56:28 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D6ED16A4CE; Wed, 16 Feb 2005 11:56:28 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E5B343D39; Wed, 16 Feb 2005 11:56:27 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 0D6664AC8A; Wed, 16 Feb 2005 12:56:26 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 91554-02-2; Wed, 16 Feb 2005 12:56:25 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id C70154AC89; Wed, 16 Feb 2005 12:56:25 +0100 (CET) Date: Wed, 16 Feb 2005 12:56:25 +0100 From: Palle Girgensohn To: Gary Jennejohn Message-ID: <6124B35E8F236E3365D7BFCC@palle.girgensohn.se> In-Reply-To: <200502160941.j1G9fPQH001132@peedub.jennejohn.org> References: <200502160941.j1G9fPQH001132@peedub.jennejohn.org> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net cc: ports@FreeBSD.org cc: krion@FreeBSD.org Subject: Re: ports/xemacs-devel X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 11:56:28 -0000 --On onsdag, februari 16, 2005 10.41.25 +0100 Gary Jennejohn wrote: > > Palle Girgensohn writes: >> Is it OK with you if I commit this patch (to keep my Alt-Gr key from >> beeping an error). >> >> xemacs-devel$ cat files/patch-src-console-x-h >> Reference: >> http://list-archive.xemacs.org/xemacs-patches/200501/msg00069.html >> >> --- src/console-x.h~ Sun Mar 9 03:27:40 2003 >> +++ src/console-x.h Wed Feb 16 00:22:38 2005 >> @@ -36,11 +36,14 @@ >> # ifdef HAVE_X_WINDOWS >> >> # include "console.h" >> +/* must come before Xutil.h, which is included indirectly from >> xintrinsic.h, >> + to avoid breakage in keysym-parsing macros from X11R6, at least >> X.org as + of 2005-01-17, and probably XFree86 too from reports on >> c.e.x */ +#include >> # include "xintrinsic.h" >> # include "../lwlib/lwlib.h" >> >> # include >> -#include >> # include >> # include >> > > Fine with me. Since you're still using this port, maybe you'd like > to take over as maintainer? Right now it's not maintained. Actually, no, sorry. At the moment I don't have the time. Last commit said something about "I plan to keep working on 21.5.18 until all the bugs are eliminated". Perhaps gj@ is still working on it? /Palle