From owner-svn-ports-head@FreeBSD.ORG Wed Feb 4 16:10:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id E15AD729; Wed, 4 Feb 2015 16:10:54 +0000 (UTC) Date: Wed, 4 Feb 2015 16:10:54 +0000 From: Alexey Dokuchaev To: Kurt Jaeger Subject: Re: svn commit: r378405 - in head/x11-wm/fluxbox: . files Message-ID: <20150204161054.GA32054@FreeBSD.org> References: <201502041554.t14FsS1H007959@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201502041554.t14FsS1H007959@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 16:10:55 -0000 On Wed, Feb 04, 2015 at 03:54:28PM +0000, Kurt Jaeger wrote: > New Revision: 378405 > URL: https://svnweb.freebsd.org/changeset/ports/378405 > QAT: https://qat.redports.org/buildarchive/r378405/ > > Log: > x11-wm/fluxbox: fix integer underflow in startup phase > [...] > Added: > head/x11-wm/fluxbox/files/patch-src__FbTk__TextButton.cc > [...] > +--- src/FbTk/TextButton.cc 2015-01-28 11:12:27.000000000 +0200 > ++++ src/FbTk/TextButton.cc 2015-01-28 11:14:03.000000000 +0200 Kurt (just in case you or anyone else on this list didn't know), we now have quite sane `makepatch' make(1) target which would've both 1) created a nice, standard patch name without those ugly double underscores; and 2) normalized timestamps in the patch to help reduce repo churn for future updates. Unconditional double underscores are deprecated and should not be used since doc-svn r46223 (http://svnweb.freebsd.org/doc?view=revision&revision=46223). ./danfe