summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-09-02 03:15:01 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-09-02 03:15:01 +0000
commit91a9cd832f72f5d21db9a1d1b7c21f52c84e33ba (patch)
tree7d666f8a860ca755c004eb2ebea6666b0bc08325 /x11
parent. Assume (un)registervm is in LOCALBASE _not_ PREFIX. (diff)
Unbreak luit.
Approved by: anholt (mentor)
Notes
Notes: svn path=/head/; revision=117884
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-clients/Makefile2
-rw-r--r--x11/xorg-clients/files/patch-luit.c20
2 files changed, 11 insertions, 11 deletions
diff --git a/x11/xorg-clients/Makefile b/x11/xorg-clients/Makefile
index e8d7aff336de..b9d1008f7e5c 100644
--- a/x11/xorg-clients/Makefile
+++ b/x11/xorg-clients/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xorg-clients
PORTVERSION= 6.7.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ \
${MASTER_SITE_XORG}
diff --git a/x11/xorg-clients/files/patch-luit.c b/x11/xorg-clients/files/patch-luit.c
index 34e112b11715..4e7dbece425a 100644
--- a/x11/xorg-clients/files/patch-luit.c
+++ b/x11/xorg-clients/files/patch-luit.c
@@ -1,14 +1,14 @@
---- programs/luit/luit.c.orig Sat May 29 17:14:45 2004
-+++ programs/luit/luit.c Sat May 29 17:15:01 2004
-@@ -549,9 +549,10 @@
+--- programs/luit/luit.c.orig Thu Apr 8 05:14:16 2004
++++ programs/luit/luit.c Thu Apr 8 05:20:18 2004
+@@ -545,9 +545,11 @@
+ #endif
+ installHandler(SIGCHLD, sigchldHandler);
+
++/* Disabled, appears to break luit.
+ rc = copyTermios(0, pty);
if(rc < 0)
FatalError("Couldn't copy terminal settings\n");
++*/
-- rc = setRawTermios();
-+ /*rc = setRawTermios();
+ rc = setRawTermios();
if(rc < 0)
- FatalError("Couldn't set terminal to raw\n");
-+ */ /* Disabled, appears to break luit. */
-
- val = fcntl(0, F_GETFL, 0);
- if(val >= 0) {