From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 27 11:20:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66B9416A468 for ; Tue, 27 Nov 2007 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 46FD213C4CE for ; Tue, 27 Nov 2007 11:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lARBK3UH003070 for ; Tue, 27 Nov 2007 11:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lARBK3a3003069; Tue, 27 Nov 2007 11:20:03 GMT (envelope-from gnats) Resent-Date: Tue, 27 Nov 2007 11:20:03 GMT Resent-Message-Id: <200711271120.lARBK3a3003069@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, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DDD216A417 for ; Tue, 27 Nov 2007 11:17:28 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from mr1.bfh.ch (mr1.bfh.ch [147.87.250.50]) by mx1.freebsd.org (Postfix) with ESMTP id E837A13C459 for ; Tue, 27 Nov 2007 11:17:27 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from square.bfh.ch (square.bfh.ch [147.87.224.33]) by mr1.bfh.ch (8.13.8/8.13.8) with ESMTP id lARAW0Vk008062 for ; Tue, 27 Nov 2007 11:32:02 +0100 Received: from gahrtop.localhost ([147.87.108.83]) by square.bfh.ch with Microsoft SMTPSVC(6.0.3790.3959); Tue, 27 Nov 2007 11:31:59 +0100 Message-Id: <1196159454.67155@gahrtop.localhost> Date: Tue, 27 Nov 2007 11:30:54 +0100 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: ports/118281: [patch] games/nil unbreak fix build with GCC 4.2 + adopt maintainship X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2007 11:20:03 -0000 >Number: 118281 >Category: ports >Synopsis: [patch] games/nil unbreak fix build with GCC 4.2 + adopt maintainship >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 27 11:20:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-CURRENT #13: Sun Nov 25 22:03:04 CET 2007 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: - fix an "invalid storage class" error - adopt maintainship - cleanup warnings will come at a later stage.. >How-To-Repeat: cd /usr/ports/games/nil && make >Fix: --- _nil.diff begins here --- --- Makefile.orig 2007-11-27 09:55:14.000000000 +0100 +++ Makefile 2007-11-27 10:00:02.000000000 +0100 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-cvs-backup-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gahr@gahr.ch COMMENT= A multiplayer game like Quake in 2D or Worms done right WRKSRC= ${WRKDIR}/${PORTNAME} @@ -27,10 +27,6 @@ .include -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - .if ${ARCH} == "ia64" BROKEN= does not link on ${ARCH} .endif --- /dev/null 2007-11-27 10:11:57.000000000 +0100 +++ files/patch-sr-client-controls_keymapper_bindings.h 2007-11-27 10:00:40.000000000 +0100 @@ -0,0 +1,11 @@ +--- src/client/controls/keymapper_bindings.h.orig 2007-11-27 09:57:16.000000000 +0100 ++++ src/client/controls/keymapper_bindings.h 2007-11-27 09:57:37.000000000 +0100 +@@ -112,7 +112,7 @@ + /*! Find a key based on a mouse button + @param button The number of the button + @return Returns the iterator */ +- iterator Evtmapper_bindings::find_by_mouse_button(int button); ++ iterator find_by_mouse_button(int button); + /*! Find a key based on its command function + @param cmdfunction The commandfunction we are searching for + @return Returns the iterator*/ --- _nil.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: