Date: Mon, 27 Aug 2012 10:51:09 +0800 From: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> To: Alexey Dokuchaev <danfe@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Raphael Kubo da Costa <rakuco@freebsd.org>, ports-committers@freebsd.org Subject: Re: svn commit: r303193 - in head/games/openastromenace: . files Message-ID: <CAMHz58Sx-DAKingQdV5L4V-4-C_yHG2aeY2QVvL7_=wVdy4mFg@mail.gmail.com> In-Reply-To: <20120826180125.GA75550@FreeBSD.org> References: <201208261709.q7QH9cCm054968@svn.freebsd.org> <20120826180125.GA75550@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 27, 2012 at 2:01 AM, Alexey Dokuchaev <danfe@freebsd.org> wrote: > On Sun, Aug 26, 2012 at 05:09:38PM +0000, Raphael Kubo da Costa wrote: >> New Revision: 303193 >> URL: http://svn.freebsd.org/changeset/ports/303193 >> >> +--- AstroMenaceSource/Core/RendererInterface/RendererInterface.h.orig 2012-08-25 13:33:11.000000000 +0400 >> ++++ AstroMenaceSource/Core/RendererInterface/RendererInterface.h 2012-08-25 13:36:09.000000000 +0400 >> +@@ -37,7 +37,7 @@ >> + #include "../Base.h" >> + #include "../Math/Math.h" >> + #include "../Texture/Texture.h" >> +- >> ++#define PFNGLCLIENTACTIVETEXTUREPROC PFNGLACTIVETEXTUREPROC >> + >> + >> + struct eDevCaps >> \ No newline at end of file > > Does this last line mean that file lacks \n at EOF? > > ./danfe > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" It's a known problem that the patch file from gnats [1] lacks newline character at the EOF. As a result, this problem also exists in the newly-committed getpatch [2] script. Unfortunately, committers should add newline character manually before it's being solved. [1] e.g. http://www.freebsd.org/cgi/query-pr.cgi?pr=171018&getpatch=1 [2] http://svnweb.freebsd.org/ports/head/Tools/scripts/getpatch?view=log Regards, sunpoet
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Sx-DAKingQdV5L4V-4-C_yHG2aeY2QVvL7_=wVdy4mFg>