Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2006 23:22:36 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103819: [MAINTAINER] games/connectfive: gcc41 fixes
Message-ID:  <20060929192236.236AE409D@hades.panopticon>
Resent-Message-ID: <200609291930.k8TJUKCD020512@freefall.freebsd.org>

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

>Number:         103819
>Category:       ports
>Synopsis:       [MAINTAINER] games/connectfive: gcc41 fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 29 19:30:19 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 connectfive gcc41 compatible
>How-To-Repeat:
>Fix:

--- connectfive.patch begins here ---
diff -ruN connectfive.orig/Makefile connectfive/Makefile
--- connectfive.orig/Makefile	Fri Sep 29 23:14:56 2006
+++ connectfive/Makefile	Fri Sep 29 23:16:41 2006
@@ -31,6 +31,7 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile.linux
 	@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/connect.cpp
+	@${REINPLACE_CMD} -e 's|Board::||' ${WRKSRC}/Board.h
 
 do-install:
 	@${MKDIR} ${PREFIX}/bin
--- connectfive.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?20060929192236.236AE409D>