aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-02 15:05:55 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2005-03-02 15:05:55 +0000
commit9b0d5fc1eca05b759c64c3c0b6eade90577cd265 (patch)
treed87f7cff1a18ed76a3666682c11082fb827ee504 /editors/emacs23
parent48aac18dbc28d4a1eb89c6fcd69535a42141be3f (diff)
downloadports-9b0d5fc1eca05b759c64c3c0b6eade90577cd265.tar.gz
ports-9b0d5fc1eca05b759c64c3c0b6eade90577cd265.zip
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes: svn path=/head/; revision=130195
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>