ports/xemacs-devel

Gary Jennejohn garyj at jennejohn.org
Wed Feb 16 01:41:29 PST 2005


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 <X11/keysym.h>
>  #include "xintrinsic.h"
>  #include "../lwlib/lwlib.h"
> 
>  #include <X11/cursorfont.h>
> -#include <X11/keysym.h>
>  #include <X11/Xatom.h>
>  #include <X11/StringDefs.h>
> 

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.

---
Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org garyj[at]denx.de



More information about the freebsd-ports mailing list