[icu-support] [Fwd: Re: ports/121787: when devel/icu is installed, openoffice fails to build]

Steven R. Loomis srl at icu-project.org
Wed Apr 30 23:10:06 UTC 2008


The following reply was made to PR ports/121787; it has been noted by GNATS.

From: "Steven R. Loomis" <srl at icu-project.org>
To: ICU support mailing list <icu-support at lists.sourceforge.net>
Cc: Marcin Cieslak <saper at system.pl>, cokane at freebsd.org, 
 bug-followup at freebsd.org, George Rhoten <grhoten at gmail.com>
Subject: Re: [icu-support] [Fwd: Re: ports/121787: when devel/icu is installed,
 openoffice fails to build]
Date: Wed, 30 Apr 2008 16:09:25 -0700

 There is a temporary patch at
 
 http://bugs.icu-project.org/trac/ticket/5498
 
 , but longer term, setBreakType() should not be called from a parent 
 class or a subclass.
 
 Instead, use
 
 BreakIterator::create*Instance(…) 
 http://www.icu-project.org/apiref/icu4c/classBreakIterator.html
 
 You could call it from within a switch statement.
 
 or the parameterized (in C)
 
 ubrk_open( UBreakIteratorType … ) 
 http://www.icu-project.org/apiref/icu4c/ubrk_8h.html
 
 ICU does not need to be modified for this case.
 
 -s
 
 Mikhail T. wrote:
 > Dear ICU-developers!
 >
 > I maintain FreeBSD port of ICU and am under pressure to commit a patch, that 
 > would allow OpenOffice.org to use the already installed ICU instead of 
 > building its own modified version:
 >
 >  http://www.freebsd.org/cgi/query-pr.cgi?pr=121787
 >
 > In the past, George Rhoten advised me, that it is ICU's position, that the bug 
 > is in OOo, and that "better" patches exist -- for the OOo.
 >
 > Could you, please, elaborate? We -- the FreeBSD porters -- would really like 
 > to avoid duplication...
 >
 > George just notified us, that he no longer participates in ICU.
 >
 > Thanks! Yours,
 >
 >  -mi
 >
 > середа 30 квітень 2008 01:19 по, Marcin Cieslak Ви написали:
 >   
 >> Hello,
 >>
 >> Is it possible to include this patch in the devel/icu port (and maybe
 >> check if it has been submitted upstream?)
 >>
 >> This patch allows OpenOffice.org to use icu from ports.
 >>
 >> This patch has been proposed by Coleman Kane <cokane at FreeBSD.org>.
 >>
 >> http://thread.gmane.org/gmane.os.freebsd.devel.ports/75072
 >>
 >> --Marcin
 >>     
 >
 > -------------------------------------------------------------------------
 > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 > Don't miss this year's exciting event. There's still time to save $100. 
 > Use priority code J8TL2D2. 
 > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 > _______________________________________________
 > icu-support mailing list - icu-support at lists.sourceforge.net
 > To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support
 >   
 


More information about the freebsd-openoffice mailing list