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