Date: Thu, 30 May 2013 18:05:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319442 - in head/games/tecnoballz: . files Message-ID: <201305301805.r4UI5NnH092634@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 30 18:05:23 2013 New Revision: 319442 URL: http://svnweb.freebsd.org/changeset/ports/319442 Log: - Trim Makefile header - Fix build with clang Added: head/games/tecnoballz/files/ head/games/tecnoballz/files/patch-include-surface_sdl.h (contents, props changed) Modified: head/games/tecnoballz/Makefile Modified: head/games/tecnoballz/Makefile ============================================================================== --- head/games/tecnoballz/Makefile Thu May 30 17:57:59 2013 (r319441) +++ head/games/tecnoballz/Makefile Thu May 30 18:05:23 2013 (r319442) @@ -1,9 +1,5 @@ -# New ports collection makefile for: TecnoballZ -# Date created: 19 Jan 2005 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= tecnoballz PORTVERSION= 0.92 Added: head/games/tecnoballz/files/patch-include-surface_sdl.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tecnoballz/files/patch-include-surface_sdl.h Thu May 30 18:05:23 2013 (r319442) @@ -0,0 +1,11 @@ +--- include/surface_sdl.h.orig 2013-05-30 22:00:54.478112221 +0400 ++++ include/surface_sdl.h 2013-05-30 22:02:18.114218658 +0400 +@@ -46,7 +46,7 @@ + ~surface_sdl (); + SDL_Surface* get_surface (); + char* get_pixel_data (); +- char* get_pixel_data (Uint32 coord_x, Uint32 coord_x); ++ char* get_pixel_data (Uint32 coord_x, Uint32 coord_y); + Uint32 get_row_size (); + Uint32 get_offset (Uint32 xcoord, Uint32 ycoord); + void clear (Uint32 color = 0);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305301805.r4UI5NnH092634>