ports/118937: [patch] textproc/iiimf-server unbreak fix build with GCC 4.2

Pietro Cerutti gahr at gahr.ch
Fri Dec 21 19:10:02 UTC 2007


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



More information about the freebsd-ports-bugs mailing list