From owner-freebsd-office@FreeBSD.ORG Fri Jul 6 10:29:12 2012 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFCA7106566C; Fri, 6 Jul 2012 10:29:12 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4A8EC8FC08; Fri, 6 Jul 2012 10:29:12 +0000 (UTC) Received: by ghbz22 with SMTP id z22so9793863ghb.13 for ; Fri, 06 Jul 2012 03:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=/Z1OBXpnML8+dasXnWbPeY9yfHQMmZPG4iRJPZAoY1M=; b=FaAT06l0NVU4d5D7w6FB+Wemn7Cr0dpjjIIfotozB9zI2YNm09x9Lvq9QExUw5lLuS +YU/RNzE5wsltsbSVSGcU16YO4Qx0d7WwwBxOg+BaWhyj5bzoex20maYU9LkzFxiGw1B KKPqu9dBCuqRTM/ldVrcZXWA3xyrrQ1qADuz+C+s8kCnZOA/wbnCMBg4NY9buXWd0TKT BJg0Wnyo0kjuySJl7edqmxbXRObfUEYQvUJIOOPmxn3mTnUEQMG/9Cm0oXg6iiL8lISP dLiT1A4+Cr0u0CcUPM7NtQVCLL2Cqluo+wfXEFridROMlUpMV0FB6EEYDmFu0hGBATDS eKmA== Received: by 10.50.237.6 with SMTP id uy6mr2040439igc.52.1341570551270; Fri, 06 Jul 2012 03:29:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.161.4 with HTTP; Fri, 6 Jul 2012 03:28:51 -0700 (PDT) In-Reply-To: <4FF6BA9C.5060109@FreeBSD.org> References: <4FF6BA9C.5060109@FreeBSD.org> From: Luca Pizzamiglio Date: Fri, 6 Jul 2012 12:28:51 +0200 Message-ID: To: Alex Dupre Content-Type: text/plain; charset=ISO-8859-1 Cc: office@freebsd.org, freebsd-ports@freebsd.org Subject: Re: editors/libreoffice : patches for 8.3-STABLE (i386) X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2012 10:29:13 -0000 Hi, yes, removing the offending 'case' was just a "it compiles" solution, not the correct way to fix it. Thanks for taking care of it Best regards, Luca On Fri, Jul 6, 2012 at 12:14 PM, Alex Dupre wrote: > Luca Pizzamiglio ha scritto: >> I'm Luca and my system is a 8.3-STABLE system (then with clang derived >> from ports) on a i386 architecture. >> I had problem to build the latest libreoffice (3.5.4), so I tried to >> solve issues I met and I developed this easy patches. >> >> Are they acceptable? Are this problem known also on other systems/architectures? > > They are partially correct (removing the offending 'case' is not > correct). I have additional patches to also fix build with kde4 that are > running on my tinderbox now. Talk to you later. > > -- > Alex Dupre