Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2006 00:00:02 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103821: [MAINTAINER] games/untahris: gcc41 fixes
Message-ID:  <20060929200002.A75C2465E@hades.panopticon>
Resent-Message-ID: <200609292000.k8TK0k3V023941@freefall.freebsd.org>

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

>Number:         103821
>Category:       ports
>Synopsis:       [MAINTAINER] games/untahris: 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 20:00:46 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 untahris gcc41 compatible
>How-To-Repeat:
>Fix:

--- untahris.patch begins here ---
diff -ruN untahris.orig/Makefile untahris/Makefile
--- untahris.orig/Makefile	Fri Sep 29 23:56:41 2006
+++ untahris/Makefile	Fri Sep 29 23:58:34 2006
@@ -33,7 +33,7 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|verabd.ttf|${DATADIR}/VeraBd.ttf|; \
 		s|graph%d|${DATADIR}/graph%d|' ${WRKSRC}/intface.cpp
-	@${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/net.cpp ${WRKSRC}/untahris.h
+	@${REINPLACE_CMD} -e 's|TPlayground::||' ${WRKSRC}/untahris.h
 
 do-build:
 	cd ${WRKSRC} && ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --libs --cflags` \
--- untahris.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?20060929200002.A75C2465E>