From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 29 19:30:24 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F5D16A407 for ; Fri, 29 Sep 2006 19:30:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC20A43D53 for ; Fri, 29 Sep 2006 19:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8TJUK1n020514 for ; Fri, 29 Sep 2006 19:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8TJUKCD020512; Fri, 29 Sep 2006 19:30:20 GMT (envelope-from gnats) Resent-Date: Fri, 29 Sep 2006 19:30:20 GMT Resent-Message-Id: <200609291930.k8TJUKCD020512@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF39816A407 for ; Fri, 29 Sep 2006 19:22:27 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C8A43D72 for ; Fri, 29 Sep 2006 19:22:26 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=32208 helo=nexii.panopticon) by mx3.mail.ru with esmtp id 1GTNwH-000PMQ-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 29 Sep 2006 23:22:25 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 273B917071 for ; Fri, 29 Sep 2006 23:21:48 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 236AE409D; Fri, 29 Sep 2006 23:22:36 +0400 (MSD) Message-Id: <20060929192236.236AE409D@hades.panopticon> Date: Fri, 29 Sep 2006 23:22:36 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103819: [MAINTAINER] games/connectfive: gcc41 fixes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 19:30:24 -0000 >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: