From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 21:56:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 861B7106564A for ; Tue, 8 Feb 2011 21:56:31 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 422D98FC16 for ; Tue, 8 Feb 2011 21:56:31 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1PmvXy-0001rA-8v>; Tue, 08 Feb 2011 22:56:30 +0100 Received: from e178018210.adsl.alicedsl.de ([85.178.18.210] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1PmvXy-0001bu-6L>; Tue, 08 Feb 2011 22:56:30 +0100 Message-ID: <4D51BC0E.9000708@mail.zedat.fu-berlin.de> Date: Tue, 08 Feb 2011 22:56:30 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110129 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.18.210 Subject: port reinstall does not update /var/db/pkg (libreoffice) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 21:56:31 -0000 Libreoffice undergoes a lot of chenges these days, so updating the port from siurce takes more than four hours on my boxes. On one of the, running FreeBSD 9.0-CUR/amd64, portmaster fails to update to libreoffice-3.3.0_3, process quits with random strange errors. Doing the job from ports/editors/libreoffice via 'make reinstall' works fine, but this does not update /var/db/pkg/libreoffice-3.3.0_3 properly, so that everytime I perform "portmaster -av", libreoffice shows up again, claiming being libreoffice-3.3.0_1, wanting to be updated to libreoffice-3.3.0_3 (not realising that it is already libreoffice-3.3.0_2, because I updated sunday the last time and after the today's update it is de facto libreoffice-3.3.0_3, but /var/db/pkg/libreoffice-3.3.0_1 clains still to be libreoffice-3.3.0_1). How to fix this?