From owner-freebsd-openoffice@FreeBSD.ORG Wed Apr 30 23:10:06 2008 Return-Path: Delivered-To: openoffice@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397BD1065683 for ; Wed, 30 Apr 2008 23:10:06 +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 1E0278FC13 for ; Wed, 30 Apr 2008 23:10:06 +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 m3UNA6uE083317 for ; Wed, 30 Apr 2008 23:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m3UNA6iK083316; Wed, 30 Apr 2008 23:10:06 GMT (envelope-from gnats) Date: Wed, 30 Apr 2008 23:10:06 GMT Message-Id: <200804302310.m3UNA6iK083316@freefall.freebsd.org> To: openoffice@FreeBSD.org From: "Steven R. Loomis" Cc: Subject: Re: [icu-support] [Fwd: Re: ports/121787: when devel/icu is installed, openoffice fails to build] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Steven R. Loomis" List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2008 23:10:06 -0000 The following reply was made to PR ports/121787; it has been noted by GNATS. From: "Steven R. Loomis" To: ICU support mailing list Cc: Marcin Cieslak , cokane@freebsd.org, bug-followup@freebsd.org, George Rhoten 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 . >> >> 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@lists.sourceforge.net > To Un/Subscribe: https://lists.sourceforge.net/lists/listinfo/icu-support >