[Midnightbsd-cvs] mports [22909] trunk/x11/luit: add sys patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 7 12:12:54 EDT 2017
Revision: 22909
http://svnweb.midnightbsd.org/mports/?rev=22909
Author: laffer1
Date: 2017-10-07 12:12:54 -0400 (Sat, 07 Oct 2017)
Log Message:
-----------
add sys patch
Modified Paths:
--------------
trunk/x11/luit/Makefile
Added Paths:
-----------
trunk/x11/luit/files/
trunk/x11/luit/files/patch-sys.c
Modified: trunk/x11/luit/Makefile
===================================================================
--- trunk/x11/luit/Makefile 2017-10-07 16:04:19 UTC (rev 22908)
+++ trunk/x11/luit/Makefile 2017-10-07 16:12:54 UTC (rev 22909)
@@ -2,7 +2,7 @@
PORTNAME= luit
PORTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
MAINTAINER= ports at MidnightBSD.org
Added: trunk/x11/luit/files/patch-sys.c
===================================================================
--- trunk/x11/luit/files/patch-sys.c (rev 0)
+++ trunk/x11/luit/files/patch-sys.c 2017-10-07 16:12:54 UTC (rev 22909)
@@ -0,0 +1,11 @@
+--- sys.c.orig 2012-03-23 04:23:07 UTC
++++ sys.c
+@@ -256,7 +256,7 @@ setRawTermios(void)
+ rc = tcgetattr(0, &tio);
+ if (rc < 0)
+ return rc;
+- tio.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG);
++ tio.c_lflag &= (unsigned) ~(ECHO | ICANON | IEXTEN | ISIG);
+ tio.c_iflag &= (unsigned) ~(ICRNL | IXOFF | IXON | ISTRIP);
+ #ifdef ONLCR
+ tio.c_oflag &= (unsigned) ~ONLCR;
Property changes on: trunk/x11/luit/files/patch-sys.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list