Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  1 Oct 2006 00:00:47 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103857: [PATCH] games/kobodeluxe: gcc41 fixes, take maintainership
Message-ID:  <20060930200047.C2BC0444B@hades.panopticon>
Resent-Message-ID: <200609302010.k8UKAG7u072100@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         103857
>Category:       ports
>Synopsis:       [PATCH] games/kobodeluxe: gcc41 fixes, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 30 20:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p5 FreeBSD 6.1-RELEASE-p5 #0: Fri Sep 1 14:24:31 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Make kobodeluxe compile with gcc41, take maintainership
>How-To-Repeat:
>Fix:

--- kobodeluxe.patch begins here ---
diff -ruN kobodeluxe.orig/Makefile kobodeluxe/Makefile
--- kobodeluxe.orig/Makefile	Sat Sep 30 23:53:51 2006
+++ kobodeluxe/Makefile	Sat Sep 30 23:59:10 2006
@@ -11,7 +11,7 @@
 MASTER_SITES=	http://olofson.net/kobodl/download/
 DISTNAME=	KoboDeluxe-${DISTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@mail.ru
 COMMENT=	An SDL port of the scrolling game XKobo
 
 USE_SDL=	image sdl
diff -ruN kobodeluxe.orig/files/patch-gamestate.h kobodeluxe/files/patch-gamestate.h
--- kobodeluxe.orig/files/patch-gamestate.h	Thu Jan  1 03:00:00 1970
+++ kobodeluxe/files/patch-gamestate.h	Sat Sep 30 23:58:45 2006
@@ -0,0 +1,11 @@
+--- gamestate.h.orig	Sun Apr 28 05:48:59 2002
++++ gamestate.h	Sat Sep 30 23:58:17 2006
+@@ -24,6 +24,8 @@
+ 
+ #include "window.h"
+ 
++class gamestatemanager_t;
++
+ class gamestate_t
+ {
+ 	friend class gamestatemanager_t;
--- kobodeluxe.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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