From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 21 19:10:02 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 732D716A419 for ; Fri, 21 Dec 2007 19:10:02 +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 3BE7213C4CE for ; Fri, 21 Dec 2007 19:10:02 +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 lBLJA2nN020764 for ; Fri, 21 Dec 2007 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBLJA2D0020763; Fri, 21 Dec 2007 19:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 21 Dec 2007 19:10:02 GMT Resent-Message-Id: <200712211910.lBLJA2D0020763@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 4D9CE16A41A for ; Fri, 21 Dec 2007 19:09:45 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id EB2CD13C457 for ; Fri, 21 Dec 2007 19:09:44 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1J5nFg-0000Fx-0r for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Dec 2007 20:09:44 +0100 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id A31B273063 for ; Fri, 21 Dec 2007 20:08:06 +0100 (CET) Message-Id: <1198264086.46837@gahrtop.localhost> Date: Fri, 21 Dec 2007 20:08:06 +0100 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: ports/118937: [patch] textproc/iiimf-server unbreak fix build with GCC 4.2 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: Fri, 21 Dec 2007 19:10:02 -0000 >Number: 118937 >Category: ports >Synopsis: [patch] textproc/iiimf-server unbreak fix build with GCC 4.2 >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: Fri Dec 21 19:10:01 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-CURRENT #18: Tue Dec 18 12:48:22 CET 2007 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: fixed extra qualification problem >How-To-Repeat: >Fix: --- _iiimf-server.diff begins here --- --- Makefile.orig 2007-12-21 19:09:01.000000000 +0100 +++ Makefile 2007-12-21 19:09:17.000000000 +0100 @@ -37,10 +37,6 @@ IGNORE= is supported on FreeBSD 5.3 and later only .endif -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined(WITH_DEBUG) CFLAGS+= -g -ggdb -DDEBUG .endif --- /dev/null 2007-12-21 20:06:52.000000000 +0100 +++ files/patch-iiimsf-src_IMSvrXMLConf.hh 2007-12-21 19:20:35.000000000 +0100 @@ -0,0 +1,11 @@ +--- iiimsf/src/IMSvrXMLConf.hh.orig 2007-12-21 19:19:48.000000000 +0100 ++++ iiimsf/src/IMSvrXMLConf.hh 2007-12-21 19:20:00.000000000 +0100 +@@ -14,7 +14,7 @@ + + IMAuth::access_type get_access_type(xmlChar *key); + +- string IMSvrXMLConf::parse_text_node(xmlNodePtr &node); ++ string parse_text_node(xmlNodePtr &node); + string parse_hostname_node(xmlNodePtr &node); + string parse_port_node(xmlNodePtr &node); + string parse_file_node(xmlNodePtr &node); --- _iiimf-server.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: