From owner-freebsd-office@FreeBSD.ORG Tue Oct 21 22:09:59 2014 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E7A0649 for ; Tue, 21 Oct 2014 22:09:59 +0000 (UTC) Received: from dd8308.kasserver.com (dd8308.kasserver.com [85.13.132.153]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 635AE6D8 for ; Tue, 21 Oct 2014 22:09:58 +0000 (UTC) Received: from tawaki.fritz.box (ppp-188-174-176-219.dynamic.mnet-online.de [188.174.176.219]) by dd8308.kasserver.com (Postfix) with ESMTPSA id C774043E0153; Wed, 22 Oct 2014 00:00:39 +0200 (CEST) Message-ID: <5446D786.8080205@chillt.de> Date: Wed, 22 Oct 2014 00:00:38 +0200 From: Bartosz Fabianowski User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Wolfgang Hukriede , office@FreeBSD.org Subject: Re: marked as IGNORE References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 22:09:59 -0000 I used to have the same problem ever since the port switched to USES=pgsql. I worked around it by reverting this change locally: http://svnweb.freebsd.org/ports/head/editors/libreoffice/Makefile?r1=359029&r2=359048 That said, when I was building the newest libreoffice version a couple of days ago, it suddenly succeeded, without me having to revert the pgsql change. Maybe something got fixed in the framework recently? - Bartosz