From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 04:47:09 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E92EE106566B for ; Thu, 7 Jun 2012 04:47:09 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7D05E8FC12 for ; Thu, 7 Jun 2012 04:47:09 +0000 (UTC) Received: by werg1 with SMTP id g1so133298wer.13 for ; Wed, 06 Jun 2012 21:47:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=zSdtNIT1eg+LtdHrnPJ0uEZoHbuopY90Okd4DGsvOQ8=; b=aZOBd8ltyAXOoA6+7FGgV5zAfHsZ2A14rUn7QyyPNhZfwF1+tT0IcEbeiONViuxAIq E5ggGwn1ZhpC1OqSYRNneDwJKEkfEF5Udy3GMuZoiXt0PVm39ycybHNTOi/z54E+1CPu +tmMS10JroqzG2Plb6xc/w9GBrt5TouUEgdSiHRhFOR1SaT1vxjindDJXYD9pVWoqvqm jczOrIVf0RM0HlULMmCXqU4mJLI8vebLlMOkTSVAH0JdX5s6RUlWVysdHlhlNTaigDyG n92Yfs4vCd0NR5WXMKrBKQPQ0MPwe89ScZoJV/eWKkq5OWetwwAwW26MGmtSZQCj+0SR hxWg== MIME-Version: 1.0 Received: by 10.216.145.13 with SMTP id o13mr630325wej.95.1339044428299; Wed, 06 Jun 2012 21:47:08 -0700 (PDT) Received: by 10.223.155.4 with HTTP; Wed, 6 Jun 2012 21:47:08 -0700 (PDT) In-Reply-To: <2kk5a9-33c2.ln1@news.hansenet.de> References: <1339037016.14403.3.camel@z6000.lenzicasa> <2kk5a9-33c2.ln1@news.hansenet.de> Date: Wed, 6 Jun 2012 21:47:08 -0700 Message-ID: From: Kevin Oberman To: rotkap@gmx.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: libreoffice, Makefile fix proposal... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 04:47:10 -0000 On Wed, Jun 6, 2012 at 8:43 PM, Heino Tiedemann wrote: > Sergio de Almeida Lenzi wrote: > >> Well, now that libreoffice build is >> solved, than =A0what about insert >> a line: >> CONFLICTS_BUILD=3D =A0 =A0boost* >> near line 63 of Makefile??? >> >> this will prevent libreoffice build with boost in the system. > > Does that mean, that libreoffice won't compile if boost* is installed. > > > What a disaster - boost is needed! > > Information for boost-libs-1.48.0: > > Required by: > akonadi-1.7.2_1 > ark-4.8.3 > de-kde-l10n-4.8.3_1 > filelight-4.8.3_1 > gegl-0.1.8_4 > gimp-app-2.6.12_1,1 > kactivities-4.8.3 > kate-4.8.3_1 > kaudiocreator-1.2.90_5 > kcalc-4.8.3 > kcharselect-4.8.3 > kde-baseapps-4.8.3_1 > kde-runtime-4.8.3_1 > kde-wallpapers-4.8.3 > kde-workspace-4.8.3_1 > kdelibs-4.8.3_1 > kdemultimedia-4.8.3_1 > kdepimlibs-4.8.3_1 > kdetoys-4.8.3_1 > kdf-4.8.3 > kfloppy-4.8.3 > kgpg-4.8.3 > kio-upnp-ms-1.0.0.g20110808_2 > konsole-4.8.3_1 > kremotecontrol-4.8.3 > ksnapshot-4.8.3_1 > ktimer-4.8.3 > kwallet-4.8.3 > libkipi-4.8.3_1 > libkonq-4.8.3 > libopenraw-0.0.8_4 > okular-4.8.3_1 > plasma-applet-simpleweatherforecast-1.3_4 > polkit-kde-0.99.0_3 > strigi-0.7.7_2 > superkaramba-4.8.3 > sweeper-4.8.3 > ufraw-0.18_3 Yes, boost is used by many things, but a CONFLICTS line is appropriate as libreoffice will not build correctly if it is installed. In addition, we need instructions to temporarily remove boost-libs and boost-jam while libreoffice is building. It may then be re-installed, as boost is only a build conflict, not a run-conflict. As I said yestetrday: # portmaster -g boost-libs boost-jam # pkg_delete -f boost-libs-\* boost-jam-\* # cd /usr/ports/editor/libreoffice # make patch # cd work/libreoffice-core --- lotuswordpro/Module_lotuswordpro.mk.orig 2012-05-31 19:34:52.014043605 -0300 +++ lotuswordpro/Module_lotuswordpro.mk 2012-05-31 19:29:29.276164732 -0300 @@ -31,8 +31,8 @@ Library_lwpft \ )) -$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ - CppunitTest_lotuswordpro_test_lotuswordpro \ -)) +#$(eval $(call gb_Module_add_check_targets,lotuswordpro,\ +# CppunitTest_lotuswordpro_test_lotuswordpro \ +#)) # vim: set noet sw=3D4 ts=3D4: ^D # portmaster -C libreoffice # pkg_add /usr/ports/packages/All/boost-libs-* /usr/ports/packages/All/boost-jam-\* I know this is a rather long UPDATING message, but it does tell them how to get libreoffice up and running. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com