aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs23
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2005-03-02 23:05:55 +0800
committernobutaka <nobutaka@FreeBSD.org>2005-03-02 23:05:55 +0800
commitf7f75db4486859cc48899b31a63c712d0a0f33b0 (patch)
treee4ccf78c72c9ac24df6062346abf43d1e3d4f14d /editors/emacs23
parent9fe518d9886c4b8cd20800494e4cbb3a6b233fa0 (diff)
downloadfreebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.tar.gz
freebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.tar.zst
freebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.zip
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile2
-rw-r--r--editors/emacs23/files/patch-src:xterm.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 31853c7fe89b..83d93917cca0 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= 21.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/editors/emacs23/files/patch-src:xterm.h b/editors/emacs23/files/patch-src:xterm.h
new file mode 100644
index 000000000000..a0faee236ed5
--- /dev/null
+++ b/editors/emacs23/files/patch-src:xterm.h
@@ -0,0 +1,11 @@
+--- src/xterm.h.orig Mon Feb 28 13:53:40 2005
++++ src/xterm.h Mon Feb 28 13:53:57 2005
+@@ -21,8 +21,8 @@
+
+ #include <X11/Xlib.h>
+ #include <X11/cursorfont.h>
+-#include <X11/Xutil.h>
+ #include <X11/keysym.h>
++#include <X11/Xutil.h>
+ #include <X11/Xatom.h>
+ #include <X11/Xresource.h>