Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 20:08:06 +0100
From:      "Pietro Cerutti" <gahr@gahr.ch>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/118937: [patch] textproc/iiimf-server unbreak fix build with GCC 4.2
Message-ID:  <1198264086.46837@gahrtop.localhost>
Resent-Message-ID: <200712211910.lBLJA2D0020763@freefall.freebsd.org>

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

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1198264086.46837>