From owner-freebsd-ports@FreeBSD.ORG Wed Feb 16 00:25:41 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 5CC2816A4CE; Wed, 16 Feb 2005 00:25:41 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB8843D46; Wed, 16 Feb 2005 00:25:40 +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 52FBD4AC78; Wed, 16 Feb 2005 01:25:39 +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 43664-01-6; Wed, 16 Feb 2005 01:25:39 +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 176A64AC77; Wed, 16 Feb 2005 01:25:39 +0100 (CET) Date: Wed, 16 Feb 2005 01:25:38 +0100 From: Palle Girgensohn To: krion@FreeBSD.org, gj@FreeBSD.org Message-ID: <6D16C66F1FA2677E65735E5F@palle.girgensohn.se> 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 Subject: 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 00:25:41 -0000 Hi! 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 Regards, Palle