FreeBSD Bugzilla – Attachment 177152 Details for
Bug 214637
[patch] sysutils/flashrom: serprog hangs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN patch file
20161118-sysutils-flashrom.diff (text/plain), 1.41 KB, created by
Michael Zhilin
on 2016-11-18 20:06:17 UTC
(
hide
)
Description:
SVN patch file
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2016-11-18 20:06:17 UTC
Size:
1.41 KB
patch
obsolete
>Index: sysutils/flashrom/Makefile >=================================================================== >--- sysutils/flashrom/Makefile (revision 426335) >+++ sysutils/flashrom/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= flashrom > PORTVERSION= 0.9.9 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= http://download.flashrom.org/releases/ > >Index: sysutils/flashrom/files/patch-serial.c >=================================================================== >--- sysutils/flashrom/files/patch-serial.c (nonexistent) >+++ sysutils/flashrom/files/patch-serial.c (working copy) >@@ -0,0 +1,11 @@ >+--- serial.c.orig 2016-11-18 19:39:55 UTC >++++ serial.c >+@@ -203,7 +203,7 @@ int serialport_config(fdtype fd, int bau >+ } >+ wanted.c_cflag &= ~(PARENB | CSTOPB | CSIZE | CRTSCTS); >+ wanted.c_cflag |= (CS8 | CLOCAL | CREAD); >+- wanted.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG); >++ wanted.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG | IEXTEN); >+ wanted.c_iflag &= ~(IXON | IXOFF | IXANY | ICRNL | IGNCR | INLCR); >+ wanted.c_oflag &= ~OPOST; >+ if (tcsetattr(fd, TCSANOW, &wanted) != 0) { > >Property changes on: sysutils/flashrom/files/patch-serial.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214637
: 177152