From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 01:18:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A27F2F5B; Thu, 31 Jan 2013 01:18:55 +0000 (UTC) Date: Thu, 31 Jan 2013 01:18:55 +0000 From: Alexey Dokuchaev To: Niclas Zeising Subject: Re: svn commit: r311232 - in head/graphics/svgalib: . files Message-ID: <20130131011855.GA14619@FreeBSD.org> References: <201301301621.r0UGLRH3001743@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201301301621.r0UGLRH3001743@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 31 Jan 2013 01:18:55 -0000 On Wed, Jan 30, 2013 at 04:21:27PM +0000, Niclas Zeising wrote: > New Revision: 311232 > URL: http://svnweb.freebsd.org/changeset/ports/311232 > > Log: > Add patches to fix build with clang by replacing some inline assembly with > optimal code, and removing some unneded casts. > > Submitted by: dim > Approved by: kwm, miwi (mentors, implicit) > > Added: > head/graphics/svgalib/files/patch-gl::driver.c (contents, props changed) > head/graphics/svgalib/files/patch-gl::line.c (contents, props changed) > head/graphics/svgalib/files/patch-src::vgapix.c (contents, props changed) Using :: as path separator in patch names is deprecated and should be no used, as it is special for shells in certain operating systems. Your mentors should have told you that. ./danfe