svn commit: r303193 - in head/games/openastromenace: . files

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Mon Aug 27 02:51:31 UTC 2012


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
>> +@@ -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 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



More information about the svn-ports-head mailing list