From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 29 19:21:33 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 4689E16A4AB for ; Fri, 29 Sep 2006 19:21:33 +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 70A4C43D4C for ; Fri, 29 Sep 2006 19:20:21 +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 k8TJKLFW019919 for ; Fri, 29 Sep 2006 19:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8TJKL9T019914; Fri, 29 Sep 2006 19:20:21 GMT (envelope-from gnats) Resent-Date: Fri, 29 Sep 2006 19:20:21 GMT Resent-Message-Id: <200609291920.k8TJKL9T019914@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 1FE3516A412 for ; Fri, 29 Sep 2006 19:13:10 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B5F43D66 for ; Fri, 29 Sep 2006 19:13:03 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=28021 helo=nexii.panopticon) by mx6.mail.ru with esmtp id 1GTNnB-000H4n-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 29 Sep 2006 23:13:01 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id CD65E17071 for ; Fri, 29 Sep 2006 23:12:24 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id B4614409D; Fri, 29 Sep 2006 23:13:12 +0400 (MSD) Message-Id: <20060929191312.B4614409D@hades.panopticon> Date: Fri, 29 Sep 2006 23:13:12 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103818: [MAINTAINER] games/stroq: 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:21:33 -0000 >Number: 103818 >Category: ports >Synopsis: [MAINTAINER] games/stroq: 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:20:20 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 stroq gcc41 - compatible >How-To-Repeat: >Fix: --- stroq.patch begins here --- diff -ruN stroq.orig/Makefile stroq/Makefile --- stroq.orig/Makefile Fri Sep 29 23:04:35 2006 +++ stroq/Makefile Fri Sep 29 23:11:35 2006 @@ -28,6 +28,12 @@ BROKEN= "Does not compile on FreeBSD 4.x" .endif +post-patch: + ${REINPLACE_CMD} -e 's|PlaySquare::||' ${WRKSRC}/playsquare.h + ${REINPLACE_CMD} -e 's|Puzzle::||' ${WRKSRC}/puzzle.h + ${REINPLACE_CMD} -e 's|Square::||' ${WRKSRC}/square.h + ${REINPLACE_CMD} -e 's|SelectPuzzleDialog::||' ${WRKSRC}/selectpuzzledialog.h + do-configure: @cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${QMAKE} -project; \ --- stroq.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: