From owner-svn-ports-all@freebsd.org Fri Oct 16 20:46:29 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36C9A17EB7; Fri, 16 Oct 2015 20:46:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B174018BA; Fri, 16 Oct 2015 20:46:29 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GKkSNg068868; Fri, 16 Oct 2015 20:46:28 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GKkS05068867; Fri, 16 Oct 2015 20:46:28 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510162046.t9GKkS05068867@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 16 Oct 2015 20:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399516 - head/comms/remserial/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 20:46:30 -0000 Author: antoine Date: Fri Oct 16 20:46:28 2015 New Revision: 399516 URL: https://svnweb.freebsd.org/changeset/ports/399516 Log: Fix make patch Modified: head/comms/remserial/files/patch-stty.c Modified: head/comms/remserial/files/patch-stty.c ============================================================================== --- head/comms/remserial/files/patch-stty.c Fri Oct 16 20:40:37 2015 (r399515) +++ head/comms/remserial/files/patch-stty.c Fri Oct 16 20:46:28 2015 (r399516) @@ -1,6 +1,6 @@ ---- ./stty.c.orig 2011-01-05 10:31:12.000000000 +0100 -+++ ./stty.c 2011-01-05 10:33:33.000000000 +0100 -@@ -29,6 +29,37 @@ +--- stty.c.orig 2015-10-16 20:44:42 UTC ++++ stty.c +@@ -29,6 +29,31 @@ #define RFLG 4 #define BFLG 5 @@ -32,7 +32,7 @@ extern int errno; static struct sttyset { -@@ -91,7 +122,7 @@ +@@ -91,7 +116,7 @@ static struct sttyset { { "inlcr", IFLG, INLCR, INLCR }, { "igncr", IFLG, IGNCR, IGNCR }, { "icrnl", IFLG, ICRNL, ICRNL },