From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 10:42:09 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 194DB106566C for ; Thu, 7 Jun 2012 10:42:09 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id BDEC58FC0A for ; Thu, 7 Jun 2012 10:42:08 +0000 (UTC) Received: by vcbfy7 with SMTP id fy7so261949vcb.13 for ; Thu, 07 Jun 2012 03:42:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:in-reply-to:references:disposition-notification-to :content-type:date:message-id:mime-version:x-mailer; bh=eZTOlG5UEXPiRZ4Z07d3nvqKbX/bkCtG9t4E0Thprb0=; b=I0aW5gIdVI/9th8wjvozXaWL/1Faqb0PW9Qce9iIZocO4PZPC5NFucMDsHhLMH21xz kMe0KmfnCMnzFYBqVG8U3CtKsDIg+1EA4NAYAj3X0AlVbmSefdomIl+NQli4asjyv/Hk uhdqbBW51PR6tY0XZJEgVxk5NXesGLvLB+WZETLxV+xc4GtQh7QteIhem9DC67kj4l5i MdaiTNBcF03BhhbJcIhoQb8wsPBLnvaEYGNNLWZz5d56wAyDdRwM/FHLAWL7A18Nf0/2 azCUj5nrVm8O1WB2KWHbfIuTNaE22EbAGtIq0dZFdKV+RWOV+q4hs7CKP2xr+Is7z3gT ajng== Received: by 10.52.26.240 with SMTP id o16mr1352401vdg.20.1339065727972; Thu, 07 Jun 2012 03:42:07 -0700 (PDT) Received: from [192.168.6.230] ([201.21.143.8]) by mx.google.com with ESMTPS id k4sm4081904vdi.6.2012.06.07.03.42.05 (version=SSLv3 cipher=OTHER); Thu, 07 Jun 2012 03:42:06 -0700 (PDT) From: Sergio de Almeida Lenzi To: freebsd-ports@freebsd.org In-Reply-To: References: <1339037016.14403.3.camel@z6000.lenzicasa> <2kk5a9-33c2.ln1@news.hansenet.de> Date: Thu, 07 Jun 2012 07:42:04 -0300 Message-ID: <1339065724.14403.8.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 10:42:09 -0000 For me, the lotusworldpro fix is not needed, as libreoffice build without any fix other than the original patches... I use only the PKGNG so when I remove boost*, it removes the package but not the dependencies (in the /var/db/pkg/local.sqlite) so when I reinstall boost*, everything is OK Sergio > --- 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 \ > +#))