27 Aug 2012 04:51
Re: svn commit: r303193 - in head/games/openastromenace: . files
Sunpoet Po-Chuan Hsieh <sunpoet <at> freebsd.org>
2012-08-27 02:51:09 GMT
2012-08-27 02:51:09 GMT
On Mon, Aug 27, 2012 at 2:01 AM, Alexey Dokuchaev <danfe <at> 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 >> + <at> <at> -37,7 +37,7 <at> <at> >> + #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 <at> freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe <at> 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 _______________________________________________ svn-ports-all <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe <at> freebsd.org"
RSS Feed