From owner-freebsd-openoffice@FreeBSD.ORG Thu Aug 12 13:54:56 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65CD16A4CE; Thu, 12 Aug 2004 13:54:56 +0000 (GMT) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B3F243D55; Thu, 12 Aug 2004 13:54:56 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.7] (dsl-082-083-133-186.arcor-ip.net [82.83.133.186]) by dd2718.kasserver.com (Postfix) with ESMTP id C08DA232F4; Thu, 12 Aug 2004 15:54:54 +0200 (CEST) Message-ID: <411B76BF.8000601@chillt.de> Date: Thu, 12 Aug 2004 15:55:11 +0200 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040807) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bartosz Fabianowski References: <200408120119.i7C1JRbC018760@gw.catspoiler.org> <411AD533.6000406@chillt.de> <411AE7B3.5020009@chillt.de> In-Reply-To: <411AE7B3.5020009@chillt.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Don Lewis cc: openoffice@FreeBSD.org Subject: Re: -CURRENT fixes X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 13:54:56 -0000 Well, replying to myself, after a night of compilation, I can confirm that the trivial CFLAGS removal makes openoffice-1.1 compile and install nicely on -CURRENT. The build process died on me twice, with a gcc32 segfault and with an unterminated #IFDEF. In both cases, I just re-ran make and it continued from the point where it had died. That's nothing openoffice specific, it's just the way it has been with -CURRENT for a while now. So it shouldn't be anything to worry about. Programs just randomly die on -CURRENT, it's bleeding edge after all ;). The only issue I noticed so far is that 1.1.2 tells me it's a different language port than my 1.1.1 was (while, in fact, both are EN_US) and thus, it refuses to import my settings :(. I guess that this is not a problem specific to -CURRENT though. So, if anybody can verify that the patch works, maybe it could be comitted and the port unbroken? The patch should also work for other versions of openoffice in the ports tree by the way. - Bartosz