Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 05:32:19 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315098 - in head/games/ceferino: . files
Message-ID:  <201303240532.r2O5WJUp039758@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sun Mar 24 05:32:19 2013
New Revision: 315098
URL: http://svnweb.freebsd.org/changeset/ports/315098

Log:
  - Fix build using clang
  - Bump PORTREVISION
  
  PR:             172205
  Submitted by:   Miklos Magyari <magyarimiki  _at_ gmail.com>

Added:
  head/games/ceferino/files/
  head/games/ceferino/files/patch-src_nivel.h   (contents, props changed)
Modified:
  head/games/ceferino/Makefile

Modified: head/games/ceferino/Makefile
==============================================================================
--- head/games/ceferino/Makefile	Sun Mar 24 05:09:32 2013	(r315097)
+++ head/games/ceferino/Makefile	Sun Mar 24 05:32:19 2013	(r315098)
@@ -7,7 +7,7 @@
 
 PORTNAME=	ceferino
 PORTVERSION=	0.97.8
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	games
 MASTER_SITES=	http://www.losersjuegos.com.ar/_media/juegos/ceferino/descargas/
 

Added: head/games/ceferino/files/patch-src_nivel.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/ceferino/files/patch-src_nivel.h	Sun Mar 24 05:32:19 2013	(r315098)
@@ -0,0 +1,11 @@
+--- src/nivel.h	2005-06-24 13:00:26.000000000 -0500
++++ src/nivel.h	2013-03-24 00:23:03.000000000 -0500
+@@ -34,7 +34,7 @@
+ class nivel
+ {
+ 	public:
+-		void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo);
++		void iniciar(juego *_pjuego, grafico *grafico, class grafico *pfondos, SDL_Surface *fondo);
+ 		int avanzar_nivel(int salto = 1);
+ 		int reiniciar_nivel(void);
+ 		int get_dist_suelo(int x, int y, int max);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303240532.r2O5WJUp039758>