From owner-svn-ports-all@FreeBSD.ORG Thu May 30 18:05:24 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1EF7CF20; Thu, 30 May 2013 18:05:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 11E44A6F; Thu, 30 May 2013 18:05:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4UI5NbX092636; Thu, 30 May 2013 18:05:23 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4UI5NnH092634; Thu, 30 May 2013 18:05:23 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201305301805.r4UI5NnH092634@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 30 May 2013 18:05:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319442 - in head/games/tecnoballz: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 18:05:24 -0000 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 -# +# Created by: Jean-Yves Lefort # $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);