svn commit: r319442 - in head/games/tecnoballz: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 30 18:05:24 UTC 2013


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 at brutele.be>
-#
+# Created by: Jean-Yves Lefort <jylefort at 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);


More information about the svn-ports-head mailing list