From nobody@FreeBSD.org  Thu Jan  7 06:31:15 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AA66F1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 06:31:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9885C8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jan 2010 06:31:15 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o076VFjY081944
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jan 2010 06:31:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o076VFVi081943;
	Thu, 7 Jan 2010 06:31:15 GMT
	(envelope-from nobody)
Message-Id: <201001070631.o076VFVi081943@www.freebsd.org>
Date: Thu, 7 Jan 2010 06:31:15 GMT
From: Rob Farmer <rfarmer@predatorlabs.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] devel/icu fix compile with newer gcc from ports
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mi@aldan.algebra.com

>Number:         142410
>Category:       ports
>Synopsis:       [PATCH] devel/icu fix compile with newer gcc from ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 06:40:01 UTC 2010
>Closed-Date:    Mon May 17 15:43:11 UTC 2010
>Last-Modified:  Mon May 17 15:43:11 UTC 2010
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD peridot.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r201657: Wed Jan 6 09:49:06 PST 2010 robert@peridot.predatorlabs.net:/usr/obj/usr/src/sys/PERIDOT i386
>Description:
Add a patch so ICU can be compiled with newer gcc (lang/gcc44, etc). There is an #elif without a test that is treated as an error, so change it to #else. Doesn't affect building with the base system compiler.

Upstream bug report: http://bugs.icu-project.org/trac/ticket/6439
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN icu.old/files/patch-layoutex_ParagraphLayout.cpp icu/files/patch-layoutex_ParagraphLayout.cpp
--- icu.old/files/patch-layoutex_ParagraphLayout.cpp	1969-12-31 16:00:00.000000000 -0800
+++ icu/files/patch-layoutex_ParagraphLayout.cpp	2010-01-05 21:45:06.000000000 -0800
@@ -0,0 +1,11 @@
+--- layoutex/ParagraphLayout.cpp.orig	2010-01-05 21:42:34.000000000 -0800
++++ layoutex/ParagraphLayout.cpp	2010-01-05 21:42:42.000000000 -0800
+@@ -813,7 +813,7 @@
+ 
+     return nullLanguageCode;
+ }
+-#elif
++#else
+ 
+ // TODO - dummy implementation for right now...
+ le_int32 ParagraphLayout::getLanguageCode(const Locale *locale)


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 7 06:40:12 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mi@aldan.algebra.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/142410: [PATCH] devel/icu fix compile with newer gcc from ports
Date: Thu, 7 Jan 2010 06:40:09 UT

 Maintainer of devel/icu,
 
 Please note that PR ports/142410 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142410
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Feb 11 03:31:09 UTC 2010 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Feb 12 23:31:24 UTC 2010 
State-Changed-Why:  
Feedback timeout . 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 
State-Changed-From-To: open->suspended 
State-Changed-By: pgollucci 
State-Changed-When: Tue Feb 16 00:11:07 UTC 2010 
State-Changed-Why:  
stalled, after the 7.3 freeze, 292+ ports depend on this

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 
State-Changed-From-To: suspended->open 
State-Changed-By: pgollucci 
State-Changed-When: Fri Apr 23 21:24:25 UTC 2010 
State-Changed-Why:  
back to pool 


Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri Apr 23 21:24:25 UTC 2010 
Responsible-Changed-Why:  
back to pool 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Mon May 17 15:42:09 UTC 2010 
State-Changed-Why:  
This PR is a duplicate of ports/139652. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142410 
>Unformatted:
