From owner-svn-ports-all@freebsd.org Sat May 14 10:21:10 2016 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 48BDAB3AE42; Sat, 14 May 2016 10:21:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3DDDA1398; Sat, 14 May 2016 10:21:10 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3C2D4178A; Sat, 14 May 2016 10:21:10 +0000 (UTC) Date: Sat, 14 May 2016 10:21:10 +0000 From: Alexey Dokuchaev To: Beat G??tzi Cc: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415136 - head/devel/styx/files Message-ID: <20160514102110.GC29838@FreeBSD.org> References: <201605131904.u4DJ4SMX062723@repo.freebsd.org> <20160514100102.GB29838@FreeBSD.org> <2F24C44B-BB1B-4F0A-BC7B-E98A8FA2CA94@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2F24C44B-BB1B-4F0A-BC7B-E98A8FA2CA94@FreeBSD.org> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 14 May 2016 10:21:10 -0000 On Sat, May 14, 2016 at 12:15:47PM +0200, Beat G??tzi wrote: > > On 14 May 2016, at 12:01, Alexey Dokuchaev wrote: > > On Fri, May 13, 2016 at 07:04:28PM +0000, Baptiste Daroussin wrote: > >> New Revision: 415136 > >> URL: https://svnweb.freebsd.org/changeset/ports/415136 > >> > >> Log: > >> Prevent collision with getline(3) > >> > >> Added: > >> head/devel/styx/files/patch-pgm_ctoh.c (contents, props changed) > >> Modified: > >> head/devel/styx/files/patch-Makefile.in > >> head/devel/styx/files/patch-configure.in > >> head/devel/styx/files/patch-inc__sysbase1.h > >> head/devel/styx/files/patch-libbase__gstream.c > >> head/devel/styx/files/patch-libbase__sysbase1.c > >> > >> Modified: head/devel/styx/files/patch-Makefile.in > >> ============================================================================== > >> --- head/devel/styx/files/patch-Makefile.in Fri May 13 19:01:27 2016 (r415135) > >> +++ head/devel/styx/files/patch-Makefile.in Fri May 13 19:04:28 2016 (r415136) > >> > >> *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** > > > > Excuse me? > > This has been the default since we have switched to Subversion: [...] > > Doc and src commit mailer truncate at 1000 lines too. Thank you Captain! :) My point is that I don't see how s/getline/foo_getline/ would require to rehash entire Makefile.in. ./danfe